body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #c9a85e;
}
table, tr, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #4094DA;
}
a:link {
	text-decoration: none;
	color: #4094DA;
}
a:visited {
	text-decoration: none;
	color: #4094DA;
}
a:hover {
	color: #D4A045;
	text-decoration: none;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #D4A045;
	padding: 10px;
	padding-left: 25px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #003241;
}
.content {
	padding: 15px;
}
.menu {
	padding: 15px 15px 15px 15px;
}
.textsmall {
	font-size: 10px;
}
.background {
	background-image: url(images/bg_page.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg {
	background-image: url(images/bg_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

