﻿body {
	overflow-x: hidden;
}

a:active {text-decoration:underline; color:#333333}
a:visited {text-decoration:underline; color:#333333}
a:link {text-decoration:underline; color:#333333}
a:hover {text-decoration:underline; color:black;}

a.nav:active {
	text-decoration:none;
	color:#535353;
	font-size: 11px;
	display:block;
	width:auto;
	text-transform:uppercase;
	padding: 0px 8px;
	text-align:center;
	font-weight: bold;
	}
	
a.nav:visited {
	text-decoration:none;
	color:#535353;
	font-size: 11px;
	display:block;
	width:auto;
	text-transform:uppercase;
	padding: 0px 8px;
	text-align:center;
	font-weight: bold;
	}
	
a.nav:link {
	text-decoration:none;
	color:#535353;
	font-size: 11px;
	display:block;
	width:auto;
	text-transform:uppercase;
	padding: 0px 8px;
	text-align:center;
	font-weight: bold;
	}
	
a.nav:hover {text-decoration:none; color:#133d7c;}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin: 23px;
	background: #2060c1 url('siteart/background-blue.jpg') repeat-x top;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	}
	
.standard {
	border:0;
	width:770px;
}	

.headline {
	padding-bottom: 5px;
	border-bottom:1px solid #1952a8;
}

.imgb {
	border: 1px solid #d1d1d2;
}

.bpoint {
	font-size:14px;
	font-weight: bold
}
	
.small {
	font-size:11px;
}

.darkblue {
	color: #174d9e;
}

.redbold {
	color: #C70B03;
	text-transform:uppercase;
	font-size:14px;
	font-weight: bold;
}
	
#maintable {
	border: 6px solid white;
	width: 770px;
	background: white;
}	

#date {
	float:right;
	font-size:11px;
	padding-top: 22px; 
}

ul {
	list-style-type:square;
	margin-bottom:0px;
}

li {
	padding-bottom: 4px;
}

hr {
	height: 1px;
	margin: 10px auto;
	color: #d6d6d6;
}