.maintable {
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px solid #000033;
	background-color: #E5E5E5;
}

.topheader {
	font-size: 9px;
	color: #000066;
	text-align: center;
}

.basictable {
	border: 1px none #000033;
	margin-top: 5px;
	margin-bottom: 5px;
}

.maintitle {
	color: #FF0000;
	text-align: left;
	background-position: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.maintext {
	font-size: 12px;
	color: #003366;
	text-align: justify;
}

.mainfooter {
	font-size: 10px;
	color: #000066;
	text-align: center;
}

.footerdescription {
	font-size: 9px;
	color: #999999;
	text-align: center;
}

.menudesc {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006699;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000033;
	border-bottom-color: #000033;
}

.maindiv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #000066;

}
.tabelresults {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	
}

.divresults {
	background-color: #FFFFCC;
	margin: 10px;
	border: 1px solid #000099;
	font-size: 12px;
}
.tableresultsheader {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #003399;
}
.tableresultscell {
	padding: 4px;
}
.tableresultsrowimpar {
	background-color: #CCCCFF;
}

.tableresultsrowpar {
	background-color: #CCCCFF;
}

.divsearch {
	background-color: #CCCCFF;
	margin: 10px;
	border: 1px solid #000099;
	font-size: 12px;
}

