body {
	font-family: tahoma;
	font-size:12px;
	margin: 0 0 0 0;
	background-color:#ffffff;
	color:#000000;
	}

td {
	font-family: tahoma;
	font-size:12px;
}

th {
	font-family: tahoma;
	font-size:12px;
}
a:link {
	text-decoration: underline;
	color:#0556c5; 
	font-weight:bold;
}
a:visited {
	text-decoration: underline;
	color:#0556c5;
	font-weight:bold;
}
a:hover {
	text-decoration: none; 
	color:#0556c5; 
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color:#0556c5;
	font-weight:bold;
}
ul
{
list-style-image:url("images/points.jpg");
list-style-position:inside;
}
.header{	
	height:150px;
	background-image:url(images/topbg.jpg);
	background-repeat:repeat-x;
	text-align:center;
}
.toptext{
	font-size:24px;
	color:#0c47a3;
	font-weight:bold;
}
.black{
	color:#000000;
}
.points{
	width:2%;
}
.righttab{
	width:30%;
}
.emailhead{
	color:#2c8ab4;
}
.opt_bg{
	width:260px;
	height:173px;
	background-image:url(images/opt_bg.jpg);
	background-repeat:no-repeat;
}
.textbold{
	font-size:14px;
	font-weight:bold;
	color:#2c8ab4;
}
.textbox{
	width:137px;
	height:20px;	
	border:1px solid #CCCCCC;
}
.footer{
	height:150px;
	background-image:url(images/bottombg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	vertical-align:bottom;
}
.footertext{
	font-size:11px;
}
.footer a {
	font-size:10px;
	color:#FFFFFF;
	font-weight:normal;
}
.footer a:visited{
	font-size:10px;
	color:#FFFFFF;
	font-weight:normal;
}
.footer a:hover{
	font-size:10px;
	color:#FFFFFF;
	font-weight:normal;
}
.footer a:active{
	font-size:10px;
	color:#FFFFFF;
	font-weight:normal;
}

#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; }