body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	margin: 0 0 0 0;
	background-color:#CCCCCC;
	color:#000000;
	}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
a:link {
	text-decoration: none;
	color:#990000; 
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color:#990000;
	font-weight:bold;
}
a:hover {
	text-decoration: underline; 
	color:#990000; 
	font-weight:bold;
}
a:active {
	text-decoration: underline;
	color:#990000;
	font-weight:bold;
}
li {
	margin-bottom: 1em;
	}
.footer {
	font-size:10px;
	color:#CCCCCC;
}
.footer a:link {
	text-decoration: none;
	color:#CCCCCC; 
	font-weight:normal;
}
.footer a:visited {
	text-decoration: none;
	color:#CCCCCC;
	font-weight:normal;
}
.footer a:hover {
	text-decoration: underline; 
	color:#CCCCCC; 
	font-weight:normal;
}
.footer a:active {
	text-decoration: underline;
	color:#CCCCCC;
	font-weight:normal;
}
.boldtext
{
	font-weight:bold;
	font-size:10px;
	color:#FFFFFF;
}
.boldtext1
{
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
}
.whitetext
{
	color:#FFFFFF;
}
.boldtext2
{
	font-size:24px;
	font-weight:bold;
	color:#990000;
}
.boldtext3
{
	font-size:18px;
	font-weight:bold;
	color:#000099;
}
.smalltext
{
	font-size:13px;
	color:#FFFFFF;
}
.boldtext20
{
	font-size: 20px;
	font-weight:bold;
	color:#000099;
}
.boldtext12
{
	font-size: 12px;
	font-weight:bold;
	color:#000000;
}
#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; }