/* style */

html, body {
	margin: 0;
	padding: 0;
}

.formfld {
	font-family: Tahoma;
	font-size: 14px;
	color: #1A1A64;
	border: thin solid #1A1A64;
}
.frmtags {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.disclaimer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
}
.highlight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFF66;
}

/*
a:visited {
	color: #0000CC;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #0000CC;
}
hr {
	color: #a93355;
}
*/

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.double {
	border: thin double #354F8A;
}

.admintbl {	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; }
.adminlist {	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; font-weight: normal; }

.style5 { font-size: 18px; color: #000000; }
.style6 {	font-size: 16px; color: #000000; font-weight: bold; }
.style11 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; }
.style14 {color: #000000; font-weight: bold; }
.style15 {font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px;
	font-weight: bold;
}
.style17 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; font-weight: normal; }

p {font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; font-weight: normal; }

.memform {
	background-color: #FFFFFF;
	border: thin solid #CCCCCC;
	height: 1050px;
	width: 440px;
}
.spotlight {
	background-color: #CCCCCC;
	padding: 5px;
	width: 455px;
	border: thin dashed #999999;
}
.botline {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #A93355;
	border-right-color: #A93355;
	border-bottom-color: #A93355;
	border-left-color: #A93355;
}

/* works in Firefox: */
table.tbl_list tr.hl_row label { display: block; }
/* table.tbl_list tr.hl_row:hover { background-color: #e4fff2; } */
