/* CSS Document */

body{
background-color:#0d0d0d;
margin:0;
}
.normal_text {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	line-height:16px;
}
.text_field {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #919191;
	text-decoration: none;
	background-color: #393939;
	height: 16px;
	width: 200px;
	border: 1px solid #505050;
}
.yellow_link {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #C2B377;
	text-decoration: none;
}
.yellow_link:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #C2B377;
	text-decoration:underline;
}
.text_field1 {

	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height: 16px;
	width: 105px;
	border: 1px solid #505050;
}
.text_field2 {

	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height: 16px;
	width: 145px;
	border: 1px solid #505050;
}
.drop_down {


	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	width: 105px;
	border: 1px solid #505050;
}
.normal_text_lpad_10 {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	line-height:16px;
	padding-left: 10px;
}
.normal_link {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration:underline;
	line-height:16px;
}
.normal_link:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #C8B66E;
	text-decoration:none;
	line-height:16px;
}
.copyright_text {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #4b4b4b;
	text-decoration:none;
	line-height:16px;
}
.yellow_heading {
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	color: #C8B66E;
	text-decoration:none;
	line-height:16px;
	padding-left:10px;
}
.yellow_head{
	font-family:Times New Roman;
	font-size: 24px;
	font-weight: normal;
	color: #C8B66E;
	text-decoration:none;
}
.yellow_heading_bold {

	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #C8B66E;
	text-decoration:none;
	line-height:16px;
}
.white_bold_text {

	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #CBCBCB;
	text-decoration:none;
	line-height:16px;
}