@charset "UTF-8";
.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #060;	
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	line-height:19px;
	color:#333;
}

.mainheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	line-height:19px;
	color:#333;
	text-align: left;
}

.secondheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	line-height:19px;
	color:#333;	
}.tblheader {
	background-image: url(../images/content-background.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	height: 20px;
}
.tblodd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #E8F6ED;
	text-align: left;
}
.tbleven {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #D4EEDD;
	text-align: left;
}
.tblhover {
	background-color: #F60;
	color: #FFF;
	text-align: left;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

