/* CSS Document */
html,body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
 
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #000000;
	position: relative;
	font-size: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-radius: 3px 6px 9px 12px;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #999999;

}
.top-bg {
	background-image: url(images/top-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;

}

.top-line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #264E1C;
	border-right-color: #264E1C;
	border-bottom-color: #264E1C;
	border-left-color: #264E1C;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.title2blold {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}

a:link {
	color: #66CCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #66CCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a:hover {
	color: #999900;
	font-size: 12px;
}
a:active {
	text-decoration: none;
	border: none #CCCCCC;
	font-size: 12px;
	color: #66CCFF;
}
A.botmenu:link {
	font-weight: normal;
	font-size: 7pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
A.botmenu:visited {
	font-weight: normal;
	font-size: 7pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
A.botmenu:active {
	font-weight: normal;
	font-size: 7pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
A.botmenu:hover {
	font-weight: normal;
	font-size: 7pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	text-decoration:underline;
	background-color: #000000;
}


.wh10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.topmenu-bg {
	background-color: #000000;

}
A.topmenu:link {
	font-weight: bold;
	font-size: 8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	background-color: #000000;
}
A.topmenu:visited {
	font-weight: bold;
	font-size: 8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	background-color: #000000;
}
A.topmenu:active {
	font-weight: bolder;
	font-size: 8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	background-color: #000000;
}
A.topmenu:hover {
	font-weight: bold;
	font-size: 8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	background-color: #7F6B48;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.left-line {
	background-image: url(images/left-line.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	border: 1px none #264E1C;
	background-attachment: scroll;
}
.bottom-line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #7F6B48;
	border-right-color: #7F6B48;
	border-bottom-color: #7F6B48;
	border-left-color: #7F6B48;
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 8px;
	padding-top: 6px;
}
.site-border {
	border: 1px solid #7F6B48;
}
.left-side {
	background-repeat: repeat-y;
	background-color: #10220B;
	background-position: left top;
	background-image: url(images/left-bg.jpg);
}
.form {
	background-color: #333333;
	border: 1px solid #999999;
}
.blockborder {
	border: 1px solid #494949;
}
.roundbox {
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 -o-border-radius: 10px;
 -ms-border-radius: 10px;
 -khtml-border-radius: 10px;
 border-radius: 10px;
}

h1
{
font-size: 18pt;
font-weight: bold;
color: 000000;
}

h2
{
font-size: 7pt;
font-weight: normal;
color: grey;
}
h3
{
font-size: 14pt;
font-weight: bold;
color: darkgray;
}
h4
{
font-size: 12pt;
font-weight: bold;
color: 555555;
}
