/* CSS Document */

body {
	background-color: #75B3C7;
	margin: 0px;

}

A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

A:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;

}

P, TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.copyright {
	font-size: 10px;
	color: #8C8FAB;
	text-indent: 5px;
}

.heading {
	font-size: 14px;
	color: #171E79;
	font-weight: bold;
}

.red {
	color: #DE1616;
}

.image_border {
	border: 1px solid #171E79;

}

.main_col {
	background-color: #FFFFFF;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	
}
 


</style>
