body {
	overflow: auto;
	background-image: url(images/bkgrd_lines.gif);
	background-repeat: repeat-x;
	scrollbar-3dlight-color: White;
	scrollbar-arrow-color: white;
	scrollbar-base-color: #ED8814;
	scrollbar-darkshadow-color: black;
	scrollbar-face-color: #ED8814;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: black;
	scrollbar-track-color: #ED8814;
}
.scroll {
	overflow: auto;
	height: 429px;
	width: 525px;
}
.bodywhite { 
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #FFFFFF
}
.bodytext { 
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #000000
}
.bodytextwhite { 
   font-family:Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #FFFFFF
}
.bodytextgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

.bodywhitebig {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: White;
	font-weight: bold;
}
.dates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;font-weight: bold;
	color: #ffffff;
	text-decoration: underline;   
}

.hr {
	color: 1px solid #FFFFFF;
}
.greyborder {
	border: 1px solid #666666;
}
.border {
	border: 1px solid black;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 9px;
   color: black;
	border: 1px solid Black;
	background-color: White;
}
a:link.sml{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
a:visited.sml{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
.float {
	float: right;
    border: 1px solid white;
}
