/* Global Styles */

table{
		vertical-align: top;
		/*border-collapse: collapse;*/
		background-repeat: no-repeat;
		background-color:#ffffff;	
}

		
body {
	font-family: verdana;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	background-color: #0D68A7;
	
}

h1{	
	margin-bottom: 10px;
	text-align: left;
	color: #000000;   
	font-weight: bolder;
	font-size: 14pt;
	font-family: verdana;
	margin-top: 10px;
}

h2{
	
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	color: #800000;   /*red*/
	font-weight: bolder;
	font-size: 14pt;
	font-family: Verdana;
	margin-left:10px;
	
}

	
p 
	{
	font-family: Vedana;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 8px;
	
	}
	

#menu a{
	background-color: #0d68a7;
	font-family:Verdana;
	font-size: 10pt;
	text-decoration: none;
	color:#E4FADC;
	}
	
td 
	{
	font-family: Vedana;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	vertical-align: top;
	margin-left: 10px;
	margin-right: 10px;
	
	}
	
	hr{
	color: #7EABC0;
	width: 85%;
	text-align: center;
	}