/* general font families for common tags */
font, th, td, p, ul {font-family: verdana, arial, helvetica, sans-serif;}
p {margin-top:0; margin-bottom:0}
a:link, a:active, a:visited {color: #000000; text-decoration: underline;}
a:hover {color: #000000; text-decoration: underline;}

/* general text */
p {font-size: 12px;}
.b {font-size: 12px; font-weight: bold;}
.l {font-size: 14px;}
.lb {font-size: 14px; font-weight: bold;}
.m {font-size: 11px;}
.mb {font-size: 11px; font-weight: bold;}
.s {font-size: 10px;}
.sb {font-size: 10px; font-weight: bold;}
p, .b, .l, .lb, .m, .mb, .s, .sb {color: #000000;}
a, a.l, a.m, a.s {color: #000000; text-decoration: underline;}
a:hover, a.l:hover, a.m:hover, a.s:hover {color: #000000; text-decoration: underline;}

/* message text */
.red {font-size: 12px; color: #FF0000;}

/* copyright and bottom text */
.copyright {font-size: 10px; font-family: verdana, arial, helvetica, sans-serif; color: #000000;}
a.copyright {color: #000000; text-decoration: underline;}
a.copyright:hover {color: #000000; text-decoration: underline;}

/* form elements */
input, textarea, select {
	color: #000000;
	font: normal 11px verdana, arial, helvetica, sans-serif;
	background-color: #FFFFFF;
}

/* bold submit button */
input.button_bold {
	background-color: #DDDDDD;
	font-weight: bold;
}

/* normal submit button */
input.button_norm {
	background-color: #DDDDDD;
	font-weight: normal;
}