BODY{
     font-family: Verdana;
     font-size: 9px;
     color: #666666;
     margin: 0px;
}*{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }



a:link {color: #666699; text-decoration:none}
a:active {color: #666699;}
a:visited {color: #666699; text-decoration:none}
a:hover { color:gold; text-decoration:underline}

 input {
        background-color: #D1D9F3;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        }

        select {
        background-color: #D1D9F3;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        }

        textarea {
        background-color: #D1D9F3;
        font-size: 10px;
        font-family: Arial, Helvetica, sans-serif;
        }

        .texta {
        border: 1px solid #D1D9F3
        }



table.statsTbl{
	border: 1px solid #666; 
	border-collapse: collapse;
	width: 700px;
}

table.statsTbl td{
	border: 1px solid #666;
}

table.statsTbl td.heading{
	width: 150px;
}

div#messageBox {
 background-color:#FFFFCC;
 background-position:20px 14px;
 background-repeat:no-repeat;
 border:1px solid #FFCC00;
 font-size:12px;
 margin:0pt 0px 10px;
 min-height:48px;
 padding: 12px;
 width:500px;
}

.warning, .error, ul.error li, .required {
 color:#C1272D;
}

.success{
 color: #006600;
}

