BODY, TD, DIV, P, SELECT, INPUT, TEXTAREA {
	FONT-WEIGHT: normal;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
}

A.bottom_menu {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
A:link.bottom_menu {
	color: #FFFFFF;
}
A:active.bottom_menu {
   COLOR: #145BCF;
}
A:visited.bottom_menu {
	COLOR: #FFFFFF;
}
A:hover.bottom_menu {
	COLOR: #FFA200; 
	text-decoration: underline;
}


A.top_menu {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
A:link.top_menu {
	color: #FFFFFF;
}
A:active.top_menu {
   COLOR: #145BCF;
}
A:visited.top_menu {
	COLOR: #FFFFFF;
}
A:hover.top_menu {
	COLOR: #FFA200; 
	text-decoration: underline;
}

A {text-decoration: underline;} 
A:link {COLOR: #000000;}
A:active {COLOR: #000000;}
A:visited {COLOR: #000000;}
A:hover {COLOR: #FFA200; text-decoration: underline;}



.header_top {
	padding-left: 10px;
	padding-right: 10px;
}

.header_left {
	padding-left: 10px;
	padding-right: 10px;
	COLOR: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

textarea, input {
	border: 1px solid #C2C2C2;
}

input.button {
	border: 1px solid #858585;
}
