BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color:#2D2C58;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(images/side_bkg.jpg);
	}
	
H1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: 	#000000;
	margin-left:	0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	font-weight: bold;
	}	

H2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: 	#000066;
	margin-left:	0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	font-weight: bold;
	}	

H3	{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	}
	
H4	{
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000066;

}

H5	{
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-top: 0px; 
	margin-bottom: 0px;
}

H6	{
	font-size: 12px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000066;
	text-decoration: underline;


}

P, td	{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	white-space: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333;

	}
	
li	{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	white-space: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: -20px;
	}
	
UL	{
	margin-top: 0; 
	margin-bottom: 0;
	list-style-image: url(images/dot.gif);
	}
	
A:link { color: #CC0000;
	background: transparent;
	text-decoration: none;
	 }
A:visited { color: #CC0000;
	background: transparent;
	text-decoration: none;
	}
A:active { color: #CC0000;
	background: transparent;
	text-decoration: none;
	 }			
A:hover {
	color: #CC0000;
	background: transparent;
	text-decoration: underline;

	 }
		 
		 
.bc	{
	 border-collapse: collapse; 
	 }
.pagetitle {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
}
.homeintro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #000066;
}
.image-left {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #000000;
}
.image-right {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #000000;
}
