.title_page {
	FONT-WEIGHT: bold;
	FONT-SIZE: 26px;
	COLOR: #000000;
	TEXT-INDENT: 10px;
	FONT-FAMILY: Verdana;
	text-align: center;
	background-color: none;
}
.background_color {
	background-color: #FFFFCC;
}
.main_table {
	background-color: #EBE898;
}
.font_title {
	font-family: Verdana;
	font-size: 20px;
	color:#000099;
	text-decoration: none;
}
.font_subtitle {
	font-family: Verdana;
	font-size: small;
	color:#000099;
	text-decoration: none;
}
.font_link {
	color:#003399;
}
.font_text {
	font-family: Times;
	font-size: small;
	color: #000000;
	text-decoration: none;
}
.font_italic {
	font-family: Times;
	font-size: small;
	color: #000000;
	font-style: italic;
	text-decoration: none;
}
.font_references {
	font-family: Times;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.font_menu {
	font-family: Verdana;
	font-size: 11px;
	color: #003399;
	text-decoration: none;
}
.cell_menu{
	background-color: #FAFA99;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-top-color: #AAAAAA;
	border-right-color: none;
	border-bottom-color: #6666AA;
	border-left-color: none;
	text-decoration: none;
	vertical-align: middle;
	align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: middle;
}
.cell_menu_sel {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	
	
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-top-color: #AAAAAA;
	border-right-color: none;
	border-bottom-color: #AAAAAA;
	border-left-color: none;
	text-decoration: none;
	vertical-align: middle;
	align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: middle;
}
.cell_menu_sup{
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	
	background-color: #FFFF66;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-top-color: #AAAAAA;
	border-right-color: none;
	border-bottom-color: #CCCC00;
	border-left-color: none;
	text-decoration: none;
	vertical-align: middle;
	align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: middle;
}
.list_unordered {
	list-style-type: square;
	list-style-position: outside;
}
