.logintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8D8B8B;
	text-decoration:none;	
}
.logintext:hover {
	text-decoration:underline;	
}
.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7F7F7F;
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration:none;
}
.whitetext:hover {
	text-decoration:underline;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF0000;
}
.blacktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.txtBox {  font-family: Tahoma; font-size: 11px; font-weight: normal; color: #000000; border: 1px solid #887F7F;}

.txtButton { font-family: Verdana, Arial; font-size: 11px; font-weight: bold; color: #FFFFFF; background-color: #CD010D; border-color: #F59329 #000000 #000000 #F59329; border-style: solid; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px }
.linktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF3333;
	text-decoration:none;	
}
.linktext:hover {
	text-decoration:underline;	
}
