
/* Site-wide definitions */

body{
	background-color: #FFFFFF;
	color: #000000;
}

body,p,td,.bodytext{
	font-family: arial, sans-serif;
	font-size: 9pt;
}
th,.th{
	font-weight: bold; 
	font-size: 9pt;
	white-space: nowrap;
	text-align: left;
	color: #294E6C;
}

h1, h2, h3, h4,.heading{
	font-family: Times, serif;
	color: #294E6C;
	font-weight: normal;
}
h1{ font-size: 19pt; font-variant: small-caps;}
h2{ font-size: 16pt;}
h3{ font-size: 14pt;}
h4{ font-size: 12pt; font-weight: bold;}

hr{  color: #CCCCCC;
background-color: #CCCCCC;
height: 1px;width: 90%;border: 0; }

a{
	text-decoration: none;
	color: #656565;
}

a:visited{
	color: #294E6C;
}

a:hover{
	text-decoration: underline;
	color: #C3902C;
}


/* row styles */
.r1,.r2{ white-space: nowrap; }
.r1{ background-color: #F5FEE8;} 
.r2{ background-color: #FFFFFF;}

/* cell styles */
.c1{}
.c2{}

.results_outer_table{  width: 100%; border: 1px solid #7589B9; padding: 2px;}
.results_table{ }

/* header row and cells */
.hrow,.sortrow{ color: #FFFFFF;background-color: #4793cf;}
.hcell,.sortcell{  color: #FFFFFF;text-align: center;}
.sortlink{ color: #FFFFFF; background-color: #C3902C; }
.sortlink:hover{  color: #FFFFFF;background-color: #5B5B5B;  }

/* stuff */
.box{
	background-color: #e9f7ff;
	border: 1px solid #cccccc;
	padding:3px;
}