@charset "utf-8";
/* CSS Document */

p, ul, li {font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px}
body {
	background-image: url(/images/background.jpg);
	background-repeat: repeat;
}
.content {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; }
.smallcontent {font-size: 10px}
.title {font-size:14px; font-weight:bold}
.largecontent {font-size: 14px}
.colortitle {font-size:14px; font-weight:bold; color:#DAB101}
.colorcontent {font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px; color:#DAB101}
a:link {
	text-decoration: none; color:#AD0F29; font-weight:bold
}
a:visited {
	text-decoration: none; color:#AD0F29; font-weight:bold
}
a:hover {
	text-decoration: underline; color:#76874A; font-weight:bold
}
a:active {
	text-decoration: none; color:#AD0F29; font-weight:bold
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}