body
{	
	font-size: 8pt;
	font-family: Verdana;
}

TD
{
	font-size: 8pt;
	font-family: Verdana;
}
li { 
list-style-type: none; 
line-height: 150%; 
list-style-image: url(/images\bullets_diamonds_blue_005.gif); 
} 
h1 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 18px; 
	font-weight: bold; 
	color: #000080; 
	text-align:center; 
} 
h2 { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 16px; 
	font-weight: bold; 
	color: #000080; 
	border-bottom: 1px solid #000099; 
} 
h3 { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #000080; 
}
h4 { 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #FFFFFF; 
}

 /* vvvvv [Left Hand Side Navigation Main Menu] vvvvv */
 #menuLeft {
	width: 150px;
	height: 500px;  
	list-style: none;
	list-style-image: none;
	background-color: #30479E;
	}
	
#menuLeft ul {
	margin: 0;
	padding: 0;
	width: 150px; 
	height: 500px;  
	/* position: absolute; */
	margin: 0; 
	margin-top: 0px; 
	font-weight: normal;  
	}
	
#menuLeft li a {
	font-weight: bold;
	list-style: none;
	list-style-image: none;
	height: 20px;
	list-style: none;
	list-style-image: none;
	font-family: Verdana, "Times New Roman", Times, serif; 
	font-size: 10px; 
	display: block;
	text-align:center; 
	text-decoration: none;
	/* background: url(images/button_150.gif); */
	padding: 3px 0px 0px 6px; /*top right bottom left*/
	}	
	
#menuLeft li a:link, #menuLeft li a:active, #menuLeft li a:visited {
	color: #FFFFFF;
	}
	
#menuLeft li a:hover{
	color: #30479E;
	background-color: #FFFFFF;	
	border-width: 1;
	border-color: black;
	border-style: solid;
	}
 /* ^^^^^ [Left Hand Side Navigation Main Menu] ^^^^^ */
 
/*
 #bodyRight
{	
	font-family: Verdana, Georgia, "Times New Roman", Times, serif; 
	font-size: small; 
	margin: 10px 0px 0px 10px;
	height: 100%;
	width: 95%;
	text-align: left;
}
*/