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

input,select,textarea { color: #0D5998; padding:2px; margin: 2px;}

a { color: #0D5998; text-decoration: none; font-weight: bold;}
a:visited { color: #0D5998;  text-decoration: none; font-weight: bold;}
a:hover { color: #999;  text-decoration: none; font-weight: bold;}
a.white { color: #FFF; text-decoration: none; font-weight: bold;}
a.white:visited { color: #FFF; text-decoration: none; }
a.white:hover { color: #0D5998; text-decoration: none; }

p, td, div, span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.white {
	color: #FFFFFF;
	font-weight: bold;
}

/* column headers for sortable tables */
td.sortheader {
	border: #FFFFFF 1px solid;
	background-color:#FFFFFF;
}

td.sortdata {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: #FFFFFF 1px solid;
}

table.sortable td
{
 	border: #FFFFFF 1px solid;
}
