@charset "UTF-8";
/* CSS Document */

body {
	background-color: #E9E8E8;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.homeContent {
	margin-left: 12px;
	margin-right: 20px;
	text-align:justify;
	}
	
.sbContent {
	margin-left: 20px;
	margin-right: 17px;
	text-align:justify;
	}
.homeWhite {
	margin-left: 45px;
	margin-right: 45px;
	margin-top:-2px;
	color:#FFF;
	font-size:11px;
	}
.homeRed {
	margin-left: 15px;
	margin-right: 10px;
	color:#F00;
	font-weight: bold;
	}
.certIndent{
	margin-left:4px;
	}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #000000;
}
