.fontFamily
{
	font-family: Tahoma;
}

.copytext {
	font-family: Tahoma;
	font-size: 10px;
}

.headertext {
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold
}
.msgtext {
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	color: Green;
}
.error
{
	font-family: Tahoma;
	font-size: 11px;
	color: Red;
}
.errorList 
{
	background-color:LemonChiffon;
	border-style: double;
	border-width: thin;
	font-family: Tahoma;
	font-size: 11px;
	color: Red;
}

.style2 
{
	font-family: Tahoma;
	font-size: 16px
}

.link
{
	color: #8D4040;
	cursor: hand;
	text-decoration: underline;
}
.aspecials{
	font-size:8pt;
	color: #000000;
	font-family:Verdana;
	font-weight:bold;
	text-decoration:underline;
	padding:5px;	
}
.aspecials:hover{
	font-size:8pt;
	color: #36563B;
	font-family:Verdana;
	font-weight:bold;
	text-decoration:underline;	
	padding:5px;
}
