@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Tahoma, geneva, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #1C1C1C;
}
body {
	background-image: url(../images/mainpage/barkbk.jpg);
	background-repeat: repeat;
	margin-top: 10px;
}
a:link {
	color: #666633;
	font-style: bold;
	font-weight: 100;
	text-decoration: underline;
}
a:hover {
	font-weight: bolder;
}
a:visited {
	color: #330000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #273611;
}
h2 {
	font-size: 14px;
	color: #333300;
}
h3 {
	font-size: 12px;
	color: #664400;
}
.bodytext {
	color: #1C1C1C;
	line-height: 1.5em;
	padding-left: 15px;
}
.highlight {
	font-size: larger;
	color: #273611;
	font-weight: bold;
}
.reverse {
	color:#FFFFCC;
}

