/* Common tags                 */
/*-----------------------------*/		

body
{
	background-color:Silver ;
	font-family: Verdana;
	font-size: small;
	color: white;
	margin: 0;
	padding: 0;
	margin-right: 30;
	text-align: left;
}

/*A:link      { color: #8C8EAA; text-decoration:none; }
A:visited 	{ color: #8C8EAA; text-decoration:none; }
A:active 	{ color: #8C8EAA;  cursor:hand; text-decoration:none; }
A:hover 	{ color: #D2D5DE;  cursor:hand; text-decoration:"underline"; }
		
A.bodyLink:link     { color: #8C8EAA; text-decoration:none; font-weight:bold; }
A.bodyLink:visited 	{ color: #8C8EAA; text-decoration:none; font-weight:bold; }
A.bodyLink:active 	{ color: #8C8EAA;  cursor:hand; text-decoration:none; font-weight:bold; }
A.bodyLink:hover 	{ color: #D2D5DE;  cursor:hand; text-decoration:"underline"; font-weight:bold; }
*/		
A:link      { color: white; text-decoration:none; }
A:visited 	{ color: white; text-decoration:none; }
A:active 	{ color: white;  cursor:hand; text-decoration:none; }
A:hover 	{ color: white;  cursor:hand; text-decoration:"underline"; }
		
A.bodyLink:link     { color: white; text-decoration:none; font-weight:bold; }
A.bodyLink:visited 	{ color: white; text-decoration:none; font-weight:bold; }
A.bodyLink:active 	{ color: white;  cursor:hand; text-decoration:none; font-weight:bold; }
A.bodyLink:hover 	{ color: white;  cursor:hand; text-decoration:"underline"; font-weight:bold; }
		

p
{
	line-height: 1.4em;
}
 
.title
{
    text-transform: uppercase;
    font-family: verdana;
    font-size: large;
    font-weight: bold;
    color: #8C8EAA;
 }

hr {
	border: 0;
	border-top: 2px solid #8C8EAA;
	height: 2px;
}

img
{
	border-width: 0;
}

ul
{
	list-style-image: url(Images/bullet.jpg);
	list-style-position: outside;
	list-style-type: disc;
	color: #000000;
	font-family: verdana;
}

.menutextindent
{
    font-size: x-small;
}

/* Headings                    */
/*-----------------------------*/
h1
{
	font-size: large;
	color: #A7A9BE
}

h2
{
	font-family: Verdana;
	font-size: medium;
	margin-top: 30;
	color: #A7A9BE;
	margin-bottom: -15;
}
	
h3
{
	font-family: Verdana;
	font-size: small;
	margin-bottom: -15;
	color: black;
	padding-left: 15;
}

h1, h2, h3, h4
{
	margin: 0;
	font-family: Verdana;
}

/* Tables                      */
/*-----------------------------*/	
table
{
	font-size: 1em;
}

table.header
{
	background-color: dimgray;
}

td.logo
{
	text-align: center;
}

td.title
{
	text-align: center;
	font-family: Impact;
	/*font-size: x-large;*/
	/*font-weight: bolder;*/
	color: silver;
	background-image: url(Images/top_bar.JPG);
}

thead.headerbar
{
    /*background-image: url(Images/block.jpg);*/
    background-color: #C0C0C0;
    font-weight: bold;
    color: #003366;
    text-align: center;
    font-size: medium;
    border: 1px solid;
    border-radius: 5px;
}

td.headerbar
{
    /*background-image: url(Images/block.jpg);*/
    background-color: #CCCCCC;
    font-weight: bold;
    color: #003366;
    border: 1px solid;
    border-radius: 5px;
    border-color: Silver;
}

td.menu
{
	background-color: dimgray;
	width: 250px;
	height: 500px;
	vertical-align: top;
}

td.footer
{
	margin-left: 30;
	font-family: Verdana;
	font-size:xx-small;
	font-weight: normal;
	color: #8C8EAA;
	text-align: right;
}



