/* CSS Document */
body
{
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/whigbg.gif);
}

a
{
        font-weight: normal;
        color: #0000cc;
		text-decoration: none;
}

a:hover 
{
        font-weight: normal;
        color:#990000;
        text-decoration: underline;
}

td
{
	font-family:Arial, Helvetica, sans-serif;
}

#topnav a
{
        color: #0000cc;
		text-decoration: none;
		font-size: 16px;
		font-weight: bold;
}

#topnav a:hover 
{
        color:#990000;
        text-decoration: underline;
		font-size: 16px;
		font-weight: bold;
}


.nav_text {
	 font-family: arial, verdana, san-serif;
	 font-size: 14px;
	 font-weight: bold;
	 color: #000000;
	 border-bottom: 2px solid #ffffff;
	 padding: 4px;
	 text-align: left;
}
.nav_text a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.nav_text a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: underline;
}

.new_results
{
	color: #ff0000;
	font-size: 14px;
}

.new_results h3
{
	color: #ff0000;
	font-weight: bold;
	font-size: 16px;
}

.old_results
{
	color: #000000;
	font-size: 14px;
}

.old_results h3
{
	color: #000000;
	font-weight: bold;
	font-size: 16px;
}


.center 
{
	text-align: center;
}
.small {
	font-size: 12px;
	font-weight: bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 38px;
	font-weight: bold;
	color: #0000cc;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 38px;
	font-weight: bold;
	color: #0000CC;
}

#content
{
	padding-left:15px;
}

#content a
{
        
		text-decoration: underline;
		font-size: 16px;
}

#content a:hover 
{
        
        text-decoration: none;
		font-size: 16px;
}

.content
{
	padding-left:15px;
}

.content a
{
        
		text-decoration: underline;
		font-size: 16px;
}

.content a:hover 
{
        
        text-decoration: none;
		font-size: 16px;
}

.frame
{
	border-bottom: 5px;
	border-bottom-style:solid;
	border-bottom-color:#666666;
	
	border-top: 5px;
	border-top-style:solid;
	border-top-color:#666666;
		
	}
	
.blue {
	color: #0000ff;
}
.red {
	color: #ff0000;
}

.bold
{
	font-weight: bold;
}
