body {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #3c9eba;
	background-color: #FFF;
	margin: 0px;
}

.content_bg {
	background-attachment: scroll;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.content {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #3c9eba;
	padding: 10px;
	padding-right: 25px;
}

.content_sub_headings {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	font-style: none;
	color: #999;
}

.footer_bg {
	background-attachment: scroll;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 45px;
}

.footer_nav {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #3c9eba;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

a:link {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #3c9eba;
	text-decoration: none;
}

a:active {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #3c9eba;
	text-decoration: none;
}

a:visited {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #3c9eba;
	text-decoration: none;
}

a:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #c4c4c4;
	text-decoration: underline;
}

.main_table {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.intro_bg {
	background-attachment: scroll;
	background-image: url(images/intro_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 270px;
}

#test {
	border:none;
	padding:0px;
	margin:0px;
}