/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#555555;
}

.positioning
{
	position: relative;
	left: auto;
	margin-left:auto;
	right: auto;
	margin-right:auto;
	width:760px;
	height:auto;
	background-color: #FFFFFF;
}

.bodyText
{
	font-family:Verdana;
	font-size:8.3809pt;
}

#div_logo {
	position:relative;
	width:300px;
	height:138px;
	z-index:1;
	left: 18px;
	top: -150px;
}

a
{
	text-decoration: none;
	color: #0066CC;
}

a:hover
{
	text-decoration: underline;
	color: #0066CC;
}

.bottomLine
{
	border-bottom: 3px solid #FFCE21; 
}

.topLine
{
	border-top: 2px solid #006699;
}
