/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color:#0E3C5C;
}

a:link {
	color: #846317;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #846317;
}
a:hover {
	text-decoration: underline;
	color: #846317;
}
a:active {
	text-decoration: none;
	color: #846317;
}

td#footer a:link {color: #ffffff; font-size: 9px; font-family: Arial, Helvetica, sans-serif; text-decoration: none;}
td#footer a:visited {color: #ffffff; font-size: 9px; font-family: Arial, Helvetica, sans-serif; text-decoration: none;}
td#footer a:hover {color: #ffffff; font-size: 9px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline;}
td#footer a:active {color: #ffffff; font-size: 9px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline;}
.content {
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0C3352;
	padding-left: 20px;
	padding-right: 20px;
}

.contentsmall {
	font-family: tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0C3352;
}

