/* CSS Document */

BODY {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"Times New Roman", Times, serif;
}

.clsText {
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	color:#000000;
}

.clsField {
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	font-weight:bold;
	color:#000000;
}

.clsError {
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	font-weight:bold;
	color:#ff0000;
}

.clsInput {
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	color:#000000;
	border: 1px solid #515151;
}

.clsSelection {
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	color:#000000;
	border: 1px solid #515151;
}

.clsButton{
	font-size: 8pt;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	border: 1px solid #755f32;
	cursor: pointer;
	padding-left: 3px;
	padding-right: 3px;
}

.clsTextContent {
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	color:#000000;
	vertical-align:top;
	padding-left:55px;
	padding-right:55px;
}

.clsBold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration:none;
}

.clsBigChar {
	font-family:"Times New Roman", Times, serif;
	font-size:18pt;
	color:#000000;
	font-weight: bold;
}

.clsTopMenu {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#8f7d48;
	font-weight: bold;
	text-decoration:none;
	font-variant: small-caps;
	cursor:pointer;
}

.clsDarkMenu {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000000;
	font-weight: bold;
	text-decoration:none;
	font-variant: small-caps;
	cursor:pointer;
}

.clsLink {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#775816;
	font-weight: bold;
	text-decoration:none;
	font-variant: small-caps;
	cursor:pointer;
}

.clsCopyright {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
	color:#8f7d48;
	text-decoration:none;
}
