body {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fffdfa;
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #3e86c0;
	text-align: left;
	padding-left: 50px;
}

.menu a:link{
	color: #3e86c0;
	text-decoration: none;
}
.menu a:visited{
	color: #3e86c0;
		text-decoration: none;
}.menu a:hover{
	color: #008cff;
	text-decoration: underline;
}.menu a:active{
	color: #3e86c0;
		text-decoration: none;
}

.footer {
	font-family: Tahoma;
	color: #3e86c0;
	font-size: 11px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.footer a{
	font-family: Tahoma;
	color: #3e86c0;
	font-size: 11px;
}
.main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 28px;
	color: #505050;
}
.main a{
	color: #505050;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	padding-left: 30px;
	padding-top: 40px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
}
.mainsm {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 28px;
	color: #505050;
}
.mainlarge {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 28px;
	color: #505050;
}
.new {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #F00;
	vertical-align: top;
}

