﻿.leftFloated
{
	float:left;
}

.rightFloated
{
	float:right;
}

#divTop
{
    background-image: url(images/top_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 0px;
	width: 900px;
	height:104px;
}
a.WebLink
{
	font-family: Arial;
	font-size: 9pt;
	color: #0066cc;
	text-decoration:none;
}
a.WebLink:hover
{
	font-family: Arial;
	font-size: 9pt;
	color: #0066cc;
	text-decoration:none;
	font-weight:bold
}