@charset "utf-8";
/* CSS Document */
body{
	margin:auto;
	font-family: Tahoma, "MS Sans Serif", Verdana;
	background-color: #000000;
}
.txtyellow{
	font-size: 13px;
	color: #FFCC00;
	text-decoration: none;
}

.txtyellowBig18px{
	font-size: 18px;
	color: #FFCC00;
	text-decoration: none;
}

.txtwhite{
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
    text-align: left;
}
.txtwhite2{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
    text-align: left;
}
.txtwhite3{
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}

.txtred{
	color: #FF0000;
	font-size: 13px;
	text-decoration: none;
}
.txtred2{
	color: #FF0000;
	font-size: 14px;
	text-decoration: none;
}
.txtred3
{
    color: #CC0000;
	font-size: 16px;
	text-decoration: none;
	font: strong;
}
.txtgray{
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}
.txtblack{
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

.txtContent{
	color: #FFCC00;
	font-size: 12px;
	text-decoration: none;
}

.txttitle{
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

.underline{
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.txtbox{
	background-color: #434343;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #434343;
	border-right-color: #434343;
	border-bottom-color: #434343;
	border-left-color: #434343;
	font-size: 13px;
	color: #FFCC00;
}

/*****link********/
.txtlink1:link, .txtlink1:visited{
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
.txtlink1:hover{
	color: #0D78B3;
	font-size: 12px;
	text-decoration: none;
}

.txtlink2:link, .txtlink2:visited{
	color: #5E2D00;
	font-size: 10px;
	text-decoration: none;
}
.txtlink2:hover{
	color: #5E2D00;
	font-size: 10px;
	text-decoration: underline;
}

.txtlink3:link, .txtlink3:visited{
	font-size: 13px;
	color:#FFCC00;
	text-decoration: none;
}
.txtlink3:hover{
	font-size: 13px;
	color: #FFCC00;
	text-decoration: underline;
}

.top_userlogin{
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
    text-align: right;
}
.txtfeedback{
  	font-size: 12px;
	color:#2d2d2d;  
    }
a.linkfeedback:link, a.linkfeedback:visited{
	font-size: 12px;
	color: #2d2d2d;
	text-decoration: none;
}
a.linkfeedback:hover{
	font-size: 12px;
	color: #2d2d2d;
	text-decoration: underline;
}
.txtfeedback2{
  	font-size: 12px;
	color:#ffcc33;  
    }
a.linkfeedback2:link, a.linkfeedback2:visited{
	font-size: 12px;
	color: #ffcc33;
	text-decoration: none;
}
a.linkfeedback2:hover{
	font-size: 12px;
	color: #ffcc33;
	text-decoration: underline;
}
