/* Common tags                 */
/*-----------------------------*/		

body 
{
    font-family:Verdana;
    font-size:10px;
    color:#000000;
    margin: 0;
    padding: 0;
	margin-right: 0;
	text-align: left;
 }

A:link      { color: #41519A; text-decoration:none; }
A:visited 	{ color: #41519A; text-decoration:none; }
A:active 	{ color: #41519A;  cursor:hand; text-decoration:none; }
A:hover 	{ color: #B2C3E1;  cursor:hand; text-decoration:"underline"; }
A:disabled 	{ color: #41519A; text-decoration:none; }	
A.bodyLink:link     { color: #41519A; text-decoration:none; font-weight:bold; }
A.bodyLink:visited 	{ color: #41519A; text-decoration:none; font-weight:bold; }
A.bodyLink:active 	{ color: #41519A;  cursor:hand; text-decoration:none; font-weight:bold; }
A.bodyLink:hover 	{ color: #B2C3E1;  cursor:hand; text-decoration:"underline"; font-weight:bold; }

.title
{
    text-transform: uppercase;
    font-family: verdana;
    font-size: large;
    font-weight: bold;
    color: #41519A;
 }


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;
}



/* Tables                      */
/*-----------------------------*/	
table 
{
	border-collapse: collapse;
}

table.content
{
	background-color:#E1E5F3;
	width: 100%;
}

table.GridLine
{
	background-color:#E1E5F3;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}
table.GridLine td
{
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

table.header
{
	  background-color:#5B6DB5;
}

td.logo
{
	text-align: left;
	width: 184px;
}

td.title 
	{
		text-align: center;
		font-family: verdana;
		font-size: x-large;
		font-weight: bolder;
		color: #FFFFFF;
	}

td.HeaderBar 
{
	background-color:#5B6DB5;
}


td.subHeaderBar 
{
	background-color:#6F80BF;

}

td.menu 
{
	background-color:#41519A;
	width: 184px;
	height: 500px;
	vertical-align: top;
}

td.footer
{
	margin-left: 30;
	font-family: Verdana;
	font-size:xx-small;
	font-weight: normal;
	color: #41519A;
	text-align: right;
}


td.toolbar
{
	background-image: url(images/blueexplorer.gif);
	width: 100%;
}

th
{
	font-weight: normal ;
}
