.hidden {
/*	 visibility: hidden;*/
	display: none;

}
.visable {
	/*visibility: none;*/
	display: ;
}
.menu_cell {
	border: thin ridge #000000;
}
.Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #003399;
}
.greyRule {
	color: #CCCCCC;
}

.mainTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	color: #000000;
	white-space: normal;
}
.SmallHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000;
}
.roxTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	white-space: normal;
	z-index: -1;
}
.smerror {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	color: #FF0000;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #003399;
}
a:active {
	text-decoration: none;
}
.roxTxt_Gray {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #CCCCCC;
}
.mainTxt_grey {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	color: #CCCCCC;
}
.unread {
	font-weight: bold;
}
.file_information {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #999999;
}


a.make_payment:link {
	color: #009900;
	text-decoration: none;
}
a.make_payment:visited {
	text-decoration: none;
	color: #009900;
}
a.make_payment:hover {
	text-decoration: underline;
	color: #0000FF;
}
