/* CSS Document */

body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #222222;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	text-decoration: underline;
}

/* Font  Style */

.black_header {
	font-size: 16px;
	font-weight: bold;
}
.black_subheader {
	font-size: 16px;
}
.orange_n {
	color: #FF6600;
}
.red_n {
	color: #CC3333;
}
.green_n {
	color: #669900;
}
.white_b {
	color: #FFFFFF;
	font-weight: bold;
}

/* Form Style */

.form_margin {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px; 
}
.box_normal {
	height: 18px;
	width: 598px;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
}
.box_search {
	height: 22px;
	width: 758px;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
}
.box_signin {
	height: 18px;
	width: 196px;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
}
.multi_normal {
	height: 150px;
	width: 598px;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
}
.button_normal {	
	height: 25px;
	width: 100px;
	font-family: "MS Sans Serif";
	font-size: 12px;
	color: #000000;
}
.button_signin {
	height: 25px;
	width: 200px;
	font-family: "MS Sans Serif";
	font-size: 12px;
	color: #000000;
}

