/* CSS Document */


.block{
	padding:10px;
}

.maintitle {
	font-size:19px;
	padding:8px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:600;
}

.bdr1{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CDCDCD;
	border-right-color: #CDCDCD;
	border-bottom-color: #CDCDCD;
	border-left-color: #CDCDCD;
}

.bdrbot{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CDCDCD;
	border-right-color: #CDCDCD;
	border-bottom-color: #CDCDCD;
	border-left-color: #CDCDCD;
}

.blkheader {
	padding:3px;
	background-color:#DADADA;
	font-weight:bold;
	font-size:12px;
	text-align:center;
}

.listingtitle {
	background-color:#4f665a;
	font-size:12px;
}

.rowcell {
	font-size:11px;
}


A.menutitle:link {color: #FFFFFF; background: transparent; text-decoration:none;}
A.menutitle:visited {color: #FFFFFF; background: transparent; text-decoration: none;}
A.menutitle:active {color: #FFFFFF; background: transparent; text-decoration:none;}
A.menutitle:hover {color: #FFFFFF; text-decoration:underline;}
