.textfa {
	font-family	: Tahoma;
	font-weight	: normal;
	font-size	: 12px;
	line-height	: 2;
	text-decoration	: none;
	text-align	: justify;
	padding		: 0 0 0 25;
}
.formfa {
	font		: bold 12px Tahoma;
	text-align	: center;
	padding		: 2;
	background	: #fffbc9;
}
.textboxfa {
	font-family	: Tahoma;
	font-size	: 12px;
	text-decoration	: none;
	text-align	: justify;
}
.legendfa {
	font-family	: Tahoma;
	font-weight	: bold;
	font-size	: 12px;
	text-decoration	: none;
	text-align	: justify;
	color		: blue;
}
.titlefa {
	font-family	: Tahoma;
	font-size	: 14px;
	font-weight	: bold;
	text-align	: center;
	padding		: 5;
	background	: #ddeeff;
}
.submitfa {
	font-family	: Tahoma;
	font-size	: 11px;
	text-decoration	: none;
	font-weight	: bold;
	width		: 100;
	height		: 25;
}
.newsfa {
	font-family	: Tahoma;
	font-size	: 12px;
	text-decoration	: none;
	text-align	: justify;
}
a.links{
	font-family	: Tahoma;
	font-weight	: bold;
	font-size	: 12px;
	color		: #000066;
	text-decoration	: none;
}
a.links:hover{
	font-family	: Tahoma;
	font-weight	: bold;
	font-size	: 12px;
	color		: #990000;
	text-decoration	: none;
}
.copyright {
	font-family	: Tahoma;
	font-size	: 9px;
	color		: #ffffff;
	text-decoration	: none;
}
.copyright2 {
	font		: 11px Tahoma;
	color		: #000000;
	text-decoration	: none;
}
a.copy{
	font		: bold 9px Tahoma;
	color		: #cccccc;
	text-decoration	: none;
}
a.copy:hover{
	font		: bold 9px Tahoma;
	color		: #ffcc00;
	text-decoration	: none;
}

.text {
	font-family	: Verdana;
	font-size	: 12px;
}


.cssbutton{
background-color: #778899;
border		: 2px gray outset;
padding		: 3px 3px 3px 3px;
text-decoration	: none;
font		: bold 10px Tahoma;
color		: white;
width		: 75;
text-align	: center;
height		: 25;
}

.cssbutton:visited{
color: white;
}

.cssbutton:hover{
border-style: inset;
background-color: #FF3333;
padding: 3px 3px 3px 3px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
color: white;
}

