body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #000000;
}


body {font-family:"Arial"; font-size: 12px; color: #e6e6e6;}

a:link {text-decoration: underline ; color: #FFC600;}
a:visited {text-decoration: underline ; color: #FFC600;}
a:active {text-decoration: underline ; color: #DA2028;}
a:hover {text-decoration: underline ; color: #DA2028;}


/* Input form */
.input_txt_long {
	width: 290px;
    font-size: 11px;
	height: 14px;
	padding: 1px 0px 0px 3px;
	border: 1px solid #7f9db9;
	color: #2d2d2d;
	text-decoration: none;
	background-color: #FFF;
}

.input_txt_short {
	width: 60px;
    font-size: 11px;
	padding: 1px 0px 0px 3px;
	border: 1px solid #7f9db9;
	color: #2d2d2d;
	text-decoration: none;
	background-color: #FFF;
}

.input_file {
	width: 294px;
    font-size: 9px;  
    height: 19px;
	padding: 1px 0px 0px 3px;
	border: 1px solid #7f9db9;
	color: #2d2d2d;
	text-decoration: none;
	background-color: #FFF;
}

.input_combobox {
	width: 90%;
    font-size: 11px;
	height: 18px;
	padding: 1px 0px 0px 3px;
	color: #2d2d2d;
	text-decoration: none;
	background-color: #FFF;
	border: 1px solid #7f9db9;
} 

.input_combostore {
	width: 93%;
    font-size: 11px;
	height: 18px;
	padding: 1px 0px 0px 3px;
	color: #2d2d2d;
	text-decoration: none;
	background-color: #FFF;
	border: 1px solid #7f9db9;
} 

.input_combo_date {
	width: 94%;
    font-size: 11px;
	height: 18px;
	padding: 1px 0px 0px 3px;
	color: #2d2d2d;
	text-decoration: none;
	background-color: #FFF;
	border: 1px solid #7f9db9;
} 


/* Text */
.sm_text {font-size:9px; color:#E01942;}

.gray_text {font-size:11px; color:#b3b3b3;}

.maintext {font-size:12px; font-family:"Arial"; color:#E6E6E6;}

.file {font-size:12px; font-family:"Arial"; color:#ff6d6d;}

.tnc_title {font-size:13px; font-family:"Arial"; color:#ffffff; font-weight:bold;}

.graylink {font-size:12px; font-family:"Arial"; color:#686868; text-decoration:underline;}
.graylink a:link {text-decoration:underline; color:#686868;}
.graylink a:visited {text-decoration:underline; color:#686868;}
.graylink a:active {text-decoration:underline; color:#686868;}
.graylink a:hover {text-decoration:underline; color:#686868;}

.yellow {font-size:11px; font-family:"Arial"; color:#C2AF0F; font-weight:bold;}
.yellow a:link {text-decoration:underline; color:#C2AF0F; font-weight:bold;}
.yellow a:visited {text-decoration:underline; color:#C2AF0F; font-weight:bold;}
.yellow a:active {text-decoration:underline; color:#C2AF0F; font-weight:bold;}
.yellow a:hover {text-decoration:underline; color:#C2AF0F; font-weight:bold;}


/* Bg */
.gray {background-color: #595959;}

.white {background-color: #ffffff;}

.black {background-color: #101010;}

