.text {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
input {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
select {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
textarea {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
p {
	font-size:11px;
	font-family: Tahoma, Arial;
	color: 4A4A4A;
	}
td {
	font-size:11px;
	font-family: Tahoma, Arial;
	color: 4A4A4A;
	}
h1{
	color: #890101;
	font-weight: bold;
	font-family: Tahoma, Arial;
	font-size:12px;
}

a:link {
	font-weight:bold;	
	color:#990000;
	text-decoration: underline;
}
a:visited {
	font-weight:bold;	
	text-decoration: underline;
	color:#990000;
}
a:hover {
	font-weight:bold;	
	text-decoration: none;
	color: #BBBD8F;
}

.menu a:link {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration: none;
text-shadow:Black;
}
.menu a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #FFFFFF;
	text-shadow:Black;
}
.menu a:hover {
	text-decoration: none;
	font-weight:bold;
	text-decoration: none;
	color: #BBBD8F;
	text-shadow:none
}