/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.style1 {
	font-family: Arial;
	font-size: 10px;
}

	A:hover			{text-decoration:underline; color:#8B0202;}
					
	a.link			{color:#124578; text-decoration:underline; font-size:10px;}
	
	a.linkBold		{color:#124578; font-family:Verdana; text-decoration:underline; font-size:11px; font-weight:bold;}
	a.linkWhite		{color:#ffffff; font-family:Arial; text-decoration:underline; font-size:10px; font-weight:bold;}
	
	.style9 {font-family: Arial; font-size: 10px; font-weight: bold; }
	.style12 {font-family: Arial; font-size: 10px; font-weight: bold; color: #0f5070; }

.header {font-family:Verdana; font-weight:bold; font-size:12px; color:#000000;}

.mainText {
	font-family: Arial;
	font-size: 10px;
	color:#ffffff;
	line-height: 30px;
}


