a:link {
	color: #3366CC;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #3366CC;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	background-color: #3366CC;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

body {
	background-attachment: fixed;
	background-image: url('images/big_rock.jpg');
	background-position: right 50%;
	background-repeat: no-repeat;
	font-family: Arial, sans-serif;
	font-size: medium;
	margin: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #3366CC;
	scrollbar-face-color: #3366CC;
	scrollbar-shadow-color: #708090;
	scrollbar-track-color: #F9F9F9;
}

.header h1{
	border-bottom: double;
	color: #3366CC;
	font-size: 30px;
	font-style: bold;
	font-weight: bold;
	text-decoration: overline;
}
span.header{
	border-bottom: double;
	color: #3366CC;
	font-size: 30px;
	font-style: bold;
	font-weight: bold;
	text-decoration: overline;
}
.agentheader{
	border-bottom: double;
	color: #3366CC;
	font-size: 30px;
	font-style: bold;
	font-weight: bold;
	text-align: center;
	display: inline-block;
}

.header h1{
	border-bottom: double;
	color: #3366CC;
	font-size: 30px;
	font-style: bold;
	font-weight: bold;
	text-decoration: overline;
	text-align: center;
}
span.smheader {
	border-bottom: double;
	color: #3366CC;
	font-size: 16px;
	font-style: bold;
	font-weight: bold;
}

span.title {
	color: #3366CC;
	font-size: medium;
	font-style: bold;
	font-weight: bold;
	text-decoration: underline overline;
}

.content {
}

.footer {
}

.left:link {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.left:visited {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.left:hover {
	background: #FFFFFF;
	color: #3366CC;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.menu {
}