html {
	scrollbar-3dlight-color: #3F4143; 
	scrollbar-arrow-color: #000000; 
	scrollbar-base-color: #3F4143; 
	scrollbar-darkshadow-color: #3F4143; 
	scrollbar-face-color: #4A4E52; 
	scrollbar-highlight-color: #89898A; 
	scrollbar-shadow-color: #3F4143;
}

body {
	background-color: #292E34;
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 16px;
	margin: 0px;
}

table, tr, td {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 16px;
}

input, textarea {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 16px;
	background-color: #292E34;
	border: 1px #89898A solid;
	padding: 4px;
}

h1 {
	font-size: 18px;
	font-style: italic;
	letter-spacing: -1.5px;
	text-align: right;
}

h2 {
	font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
	text-align: center;
	height: 28px;
	padding-top: 12px;
	background-image: url(images/h2.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 a:link, h2 a:active, h2 a:visited {
	color: #FFFFFF;
	font-weight: normal;
}

h2 a:hover {
	color: #CCCCCC;
	font-weight: normal;
}

h3 {
	font-size: 11px;
	color: #8EAEBF;
	font-weight: bold;
	margin: 0px;
}

a:link, a:visited, a:active {
	color: #767C81;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.image {
	border: 1px #FFFFFF solid;
}

.image2 {
	border: 2px #726D5D solid;
}

.table-title {
	background-color: #A7A877;
	font-weight: bold;
	color: #333329;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 2px #000000 solid;
}

.row1 {
	background-color: #22252A;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}

.row2 {
	background-color: #16181B;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;

}

.form_title{
	color : #000000;
	font-size: 13px;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}

.form_field {
	font-size : 13px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #474747;
	font-weight : bold;
	text-align:left;
}

.form_text{
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
}

.text_box{
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	width:200px;
}

.text_area{
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	width:200px;
	height:60px;
}

.text_select{
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
}

.form_error{
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #ff0000;
	font-weight : bold;
}

.copyright{
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
}