a:link.menu {
	COLOR: #cc0000; TEXT-DECORATION: none
}
a:active.menu {
	COLOR: #cc0000; TEXT-DECORATION: none
}
a:visited.menu {
	COLOR: #cc0000; TEXT-DECORATION: none
}
a:hover.menu {
	COLOR: #767981; TEXT-DECORATION: none
}
TD.menu {
	FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: #767981; FONT-FAMILY: Tahoma,Verdana,Arial
}
DIV.menu {
	FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: #767981; FONT-FAMILY: Tahoma,Verdana,Arial
}
A:link {
	COLOR: #0000cc; TEXT-DECORATION: underline
}
A:visited {
	COLOR: #0000cc; TEXT-DECORATION: underline
}
A:active {
	COLOR: #0000cc; TEXT-DECORATION: underline
}
A:hover {
	COLOR: #000000; TEXT-DECORATION: none
}
TD {
	FONT-SIZE: 12px; FONT-FAMILY: Verdana
}
P {
	FONT-SIZE: 12px; FONT-FAMILY: Verdana
}
TD.smaller {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Verdana
}
P.smaller {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Verdana
}
HR {
	COLOR: #767981; HEIGHT: 1px
}
body {
	padding: 0px;
	margin: 0px;
	background-color: #F4F2E5;
	color: #000000;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	
}


/* Page Search */

#page_search {
	margin: 3px 3px;
	width: 224px;
	height: 24px;
	float: center;
	font-weight: bold;
}

#page_search h3 {
	padding-top: 5px;
	float: left;
	font-size: 11px;
}

#page_search input {
	margin: 0px 3px 0px 0px;
	padding: 1px;
	width: 80px;
	float: left;
	height: 17; 
	border: 1px solid #CCCCCC; 
	font-family:Tahoma; 
	font-size:8pt;
}

#page_search input.button {
	margin: 0px;
	padding: 1px;
	width: 44px;
	height: 17px;
	color: #fff;
	background: url('images/search_button.gif') #96bb27 repeat 0% 1px;
	border: none;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
	float: center;
}