TD, DIV, TEXTAREA, SELECT, INPUT, A {
	font-family: Tahoma;
	font-size: 11px;
	color: #5B5B5B;
	text-decoration: none;
}
A:HOVER {
	text-decoration: underline;
}
.small {
	font-size: 10px;
}
.white {
	color: #FFFFFF;
}
A.bottomMenu {
	color: #FFFFFF;
	font-size: 10px;
}
A.bottomMenu:HOVER {
	text-decoration: underline;
}
.list, A.list {
	text-decoration: none;
	font-weight: bold;
}
.list:HOVER, A.list:HOVER {
	font-weight: bold;
	text-decoration: underline;
}
.list2, A.list2 {
	text-decoration: none;
	color: #9E0B0E;
}
.list2:HOVER, A.list2:HOVER {
	color: #9E0B0E;
	text-decoration: underline;
}
.header, A.header {
	text-decoration: none;
	font-weight: bold;
}
.title {
	font-weight: bold;
	font-size: 12px;
}
A.active {
	text-decoration: none;
	color: #9E0B0E;
}
A.active:HOVER {
	text-decoration: underline;
}
.DropDown {
	z-index:1; 
	visibility: hidden;
	position: absolute;
}
.error {
	color: #FF4500;
}
textarea.contact{
	padding-left: 2px;
	padding-right: 2px;
	width: 250px;
	height: 150px;
}
input.contact{
   padding-left: 2px;
	padding-right: 2px;
	width: 250px;
}
.default
{
	font-family: Tahoma;
	font-size: 11px;
	color: #5B5B5B;
	text-decoration: none;
}
