/*--------Set defaults on all items------*/

@import "reset.css";

/*--------General Styles------*/

.bodytext {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #43361b;
	font-size: 11px;
	line-height: 18px;
}
.bodytext_bold {
	font-family: Arial Black;
	color: #43361b;
	font-size: 12px;
	line-height: 18px;
}
.heading {
	font-family: Arial Black;
	font-size: 15px;
	font-weight: bolder;
	color: #43361b;
}
.heading-green {
	font-family: Arial Black;
	font-size: 15px;
	font-weight: bolder;
	color: #9bae26;
}
a:link {
	color: #43361b;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #43361b;
}
a:hover {
	text-decoration: none;
	color: #829413;
}
a:active {
	color: #829413;
}
body {
	background-image: url(interface/bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #43361b;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}
.imgtran { 
	behavior: url(iepngfix.htc);
}



/*--------NEWS------*/
.bodytext_news {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 18px;
}
.news_date {
	font-family: Arial Black;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
}
.news_title {
	font-family: Arial Black;
	font-size: 13px;
	font-weight: bolder;
	color: #43361b;
}
a.news {
	color: #b6c461;
	font-size: 11px;
	text-decoration: underline;
}
a.news:hover {
	text-decoration: none;
}
a.news:visited {
	color: #b6c461;
	font-size: 11px;
	text-decoration: underline;
}
a.news:active {
	color: #b6c461;
	font-size: 11px;
	text-decoration: underline;
}


/*--------COPYRIGHT------*/
.copyr {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #8e8676;
	font-size: 9px;
}
a.copyr {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #8e8676;
	font-size: 9px;
	text-decoration: underline;
}
a.copyr:hover {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #8e8676;
	font-size: 9px;
	text-decoration: none;
}
a.copyr:visited {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #8e8676;
	font-size: 9px;
	text-decoration: underline;
}
a.copyr:active {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #8e8676;
	font-size: 9px;
	text-decoration: underline;
}


.styledfield {
	background: #9baa41;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	padding: 5px;
	border: 0px;
	height: 15px;
	width: 200px;
}
.styledfield-short {
	background: #e1dbcc;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	padding: 5px;
	border: 0px;
	height: 20px;
	width: 100px;
}
.styledfield2 {
	background: #e1dbcc;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	padding: 5px;
	border: 0px;
	height: 20px;
	width: 400px;
}
.styledfield3 {
	background: #e1dbcc;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	padding: 5px;
	border: 0px;
	height: 45px;
	width: 400px;
}
