body {
	margin: 0;
}
a {
	text-decoration: none;
}
a:link {
	color: #0066B2;
}
a:hover {
	color: #6CAAD9;
	text-decoration: underline;
}
a:active {
	color: #285577;
}
a:visited {
	color: #4C7899;
}

#header {
	background-image: url(images/header.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 96px;
	font-family: Verdana;
	color: #FFFFFF;
}

#content {
	position: relative;
	top: 16px;
	margin: 0px auto;
	width: 784px;
	font-family: Verdana;
	padding: 8px;
}

#footer {
	position: relative;
	top: 16px;
	margin: 0px auto;
	width: 784px;
	font-family: Verdana;
	padding: 8px;
}



#logo {
	background-image: url(images/logo.png);
	position: absolute;
	left: 50%;
	margin-left: -406px;
	top: 13px;
	height: 42px;
	width: 185px;
}

#accountOptions {
	position: absolute;
	left: 50%;
	top: 12px;
	font-size: 11px;
}

#searchArea {
	background-image: url(images/searchArea.png);
	position: absolute;
	left: 50%;
	margin-left: 208px;
	top: 0px;
	height: 76px;
	width: 192px;
}



.bigText {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.normalText {
	font-size: 12px;
	color: #3F3F3F;
	text-align: justify;
}

.smallText {
	font-size: 9px;
	color: #3F3F3F;
}


.line {
	width: 100%;
	height: 2px;
	background-color: #BFBFBF;
}
