.nortext {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.INputt {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #F4F4F4;
	border: 1px solid #A5ACB2;
}
.white {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.CryB {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #7FFDFF;
	text-decoration: none;
}
.whiteB {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.CryB:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #7FFDFF;
	text-decoration: underline;
}
.TopicWhite {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.BULE {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #2893C9;
	text-decoration: none;
}
.LinkOrange {
	font-family: Tahoma;
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
}
.red {
	font-family: Tahoma;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
.green {
	font-family: Tahoma;
	font-size: 12px;
	color: #33CC33;
	text-decoration: none;
}
/* BG */
.bgL{
	background-position:right top;
	background-repeat:no-repeat;
}
.bgR{
background-position:left top;
background-repeat:no-repeat;
}
.bgC{
background-position:center top;
background-repeat:no-repeat;
}