body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	margin: 0 0 0 0;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: underline;
	color:#660000; 
	font-weight:bold;
}
a:visited {
	text-decoration: underline;
	color:#660000;
}
a:hover {
	text-decoration: none; 
	color:#0000FF; 
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color:#0000FF;
}
li {margin-bottom: 1em}

.boldtext
{
	font-size: 36px;
	font-weight:bold;
	color:#0000FF;
}
.italictext
{
	font-size: 13px;
	font-weight:normal;
	font-style:italic;
}
.boldtext24
{
	font-size: 24px;
	font-weight:bold;
	color:#FF6600;
}
.boldtext20
{
	font-size: 20px;
	font-weight:bold;
	color:#000099;
}
.boldtext18
{
	font-size: 18px;
	font-weight:bold;
	color:#660000;
}
.boldtext12
{
	font-size: 12px;
	font-weight:bold;
	color:#000000;
}
.footer
{
	font-size: 11px;
	color:#FFFFFF;
}
.tdyellow
{
	font-weight:bold;
	background-color:#FFFF00;
}



#msg {display:none; position:absolute; z-index:200; background:url(images/msg_arrow.gif) left center no-repeat; padding-left:7px}
#msgcontent {display:block; background:#f3e6e6; border:2px solid #924949; border-left:none; padding:5px; min-width:150px; max-width:250px}
.messagebox{
 position:absolute;
 width:100px;
 margin-left:30px;
 border:1px solid #c93;
 background:#ffc;
 padding:3px;
}
.messageboxok{
 position:absolute;
 width:auto;
 margin-left:30px;
 border:1px solid #349534;
 background:#C9FFCA;
 padding:3px;
 font-weight:bold;
 color:#008000;
}
.messageboxerror{
 position:absolute;
 width:auto;
 margin-left:30px;
 border:1px solid #CC0000;
 background:#F7CBCA;
 padding:3px;
 font-weight:bold;
 color:#CC0000;
}
#checked { display: inline; }