@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;
}

.txtwhite{
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
    text-align: left;
}
.txtwhite2{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
    text-align: left;
}

.top_userlogin{
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
    text-align: right;
}

.txtred{
	color: #FF0000;
	font-size: 13px;
	text-decoration: none;
}
.txtred2{
	color: #FF0000;
	font-size: 14px;
	text-decoration: none;
}
.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;
}
.txtlinkEmail:link, .txtlinkEmail:visited{
	font-size: 13px;
	color:#FFFF99;
	text-decoration: none;
}
.txtlinkEmail:hover{
	font-size: 13px;
	color: #FFFF66;
	text-decoration: underline;
}