body, td, th {  
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10pt;
}

a:link, a:visited { color: #990000; text-decoration: none }
a:hover, a:active { color: #FF9900; text-decoration: underline }


.search_box {  
	font-size: 10pt; 
	background-color: #CCCCCC; 
	width: 220px
}

.search_select {  
	font-size: 10pt; 
	background-color: #CCCCCC; 
	width: 160px
}

.vote_box {  
	font-size: 10pt; 
	background-color: #CCCCCC; 
	width: 60px
}

.top_menu {  
	font-size: 9pt; 
	color: #000000; 
	font-weight: bold
}
a.top_menu:link, a.top_menu:visited { 
	color: #000000; 
	text-decoration: none 
}
a.top_menu:hover, a.top_menu:active { 
	color: #006600; 
	text-decoration: none 
}

td.main_menu {
	background: url(../img/button_bg.gif) center center no-repeat;
	text-align: center; 
	width: 136px; 
	height: 20px; 
	letter-spacing: 0.3em;
	font-family: "Arial", "Helvetica", "sans-serif"; 
	font-size: 9pt; 
	font-weight: bold; 
	color: #000000; 
	line-height: 20px;
}
a.main_menu:link, a.main_menu:visited { 
	width: 136px; 
	height: 20px; 
	color: #000000; 
	text-decoration: none; 
}
a.main_menu:hover, td.main_menu:hover {
	background: url(../img/button_over_bg.gif) center center no-repeat;
	width: 136px; 
	height: 20px; 
	color: #006600; 
	text-decoration: none; 
}
a.main_menu:active, td.main_menu:active {
	width: 136px; 
	height: 20px; 
	text-decoration: none; 
}

td.title_b1 {
	background: url(../img/title_b1_bg.gif) center center no-repeat;
	text-align: center; 
	width: 136px; 
	height: 24px; 
	letter-spacing: 0.3em;
	font-family: "Arial", "Helvetica", "sans-serif"; 
	font-size: 10pt; 
	font-weight: bold; 
	color: #FFFFFF; 
	line-height: 24px;
}

td.title_b2 {
	background: url(../img/title_b2_bg.gif) center center no-repeat;
	text-align: center; 
	width: 121px; 
	height: 24px; 
	letter-spacing: 0.3em;
	font-family: "Arial", "Helvetica", "sans-serif"; 
	font-size: 10pt; 
	font-weight: bold; 
	color: #FFFFFF; 
	line-height: 24px;
}

.navigator, .bottom { 
	font-size: 9pt; 
	color: #FFFFFF; 
}

li.dot {
	list-style-image: url(../img/dot.gif)
}

hr.separator {
	color: #FF9900;
	width: 98%;
	height: 1px;
}

input.button {
	width: 100px ; 
	height: 24px; 
	line-height: 20px; 
	color: #000000; 
	background-color: #FF9900; 
	font-size: 9pt
}
