.maintb {
	background-image: url(utils/checkerback.jpg);
	background-repeat: repeat-y;
}
a:link {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	font-size: 16px;
}
a:visited {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	font-size: 16px;
}
a:hover {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
	font-size: 16px;
}
body {
	font-family: Tahoma, Arial, sans-serif;
	color: #FFFFFF;
}
td {

	font-family: Tahoma, Arial, sans-serif;
	color: #FFFFFF;
}
hr {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CC0000;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;


}
.btmline {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}
.btm {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}