A:link
{
	color: #333333;
	text-decoration: underline;
}
A:visited
{
	color: #999999;
	text-decoration: underline;
}
A:active
{
	color: #999999;
	text-decoration: underline;
}
A:hover
{
	color: #FF0000;
	text-decoration: underline;
}
A:unknown
{
	font: Arial;
}
.titletext
{
	font-size: 14px;
	color: #000000;
	font-family: Arial;
}
.bodytext
{
	font-size: 11px;
	color: #333333;
	font-family: Verdana;
}
.footertext
{
	font-size: 9px;
	color: #000000;
	font-family: Verdana;
}
body
{
	background-image: url(images/backg_blackback.jpg);
	background-repeat: repeat-x;
}
input
{
	font-family: Verdana;
	font-size: 11px;
	color: Gray;
	text-decoration: none;
	border: 222222 1px solid;
}
input.radio
{
	font-family: Verdana;
	font-size: 11px;
	color: Gray;
	text-decoration: none;
	border: none;
}

input.checkbox
{
	font-family: Verdana;
	font-size: 11px;
	color: Gray;
	text-decoration: none;
	border: none;
}

input.button
{
	font-family: Verdana;
	font-size: 11px;
	font: bold;
	color: white;
	text-decoration: none;
	text-align: left;
	cursor: hand;
	background-color: dd0000;
	border: solid 1px black;
	text-align: center;
}

select
{
	font-family: Verdana;
	font-size: 11px;
	color: Gray;
	text-decoration: none;
	border: none;
}

textarea
{
	font-family: Verdana;
	font-size: 11px;
	color: Gray;
	text-decoration: none;

}
