/* Standard CSS Document */
<style>
	a, A:link, a:visited, a:active
		{color: #0000AA; text-decoration: none; font-family: Arial; font-size: 11px}
	A:hover
		{color: #FF0000; text-decoration: none; font-family: Arial; font-size: 11px}
	p, tr, td, ul, li
		{color: #000000; font-family: Arial; font-size: 11px}
	.header1, h1
		{color: #ffffff; background: #0000FF; font-weight: bold; font-family: Arial; font-size: 13px; margin: 0px; padding: 2px;}
	.header2, h2
		{color: #000000; background: #DBEAF5; font-weight: bold; font-family: Arial; font-size: 12px;}
	.header3, h3
		{color: #FF0000; font-weight: bold; font-family: Arial; font-size: 12px;}
	.header4, h4
		{color: #006600; font-weight: bold; font-family: Arial; font-size: 12px;}		
	.intd
		{color: #000000; font-family: Arial; font-size: 11px; padding-left: 15px; padding-right: 15px;}
.style2 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.style3 {color: #E1E0D8}
.style4 {font-size: 18px;
		font-weight: bold;
		color: #000000;
}
</style>


