BODY {
	BACKGROUND-COLOR: white;
	font-family : Verdana, Helvetica;
	font-size : 10pt;
}

.sape{
	color: Navy;
	text-decoration: none;
}

.sape:hover{
	color: Navy;
	text-decoration: underline;
}

a{
	color: Gray;
	text-decoration: none;
}
a:hover{
	color: Gray;
	text-decoration: underline;
}


.a_menu {
	color: White;
	text-decoration: none;
	font-weight : bold;
}
.a_menu:hover {
	color: White;
	text-decoration: underline;
}


.a_none {
	color: Silver;
	text-decoration: none;
}
.a_none:hover {
	color: Silver;
	text-decoration: underline;
}



table 
{
	FONT-FAMILY: Helvetica,sans-serif;
	FONT-SIZE: 10pt;
	border-color : Navy;
	border : White;
}

td {
	
}

.top_menu {
	background : Silver;
	border-top : 1px solid Silver;
	border-bottom : 1px solid Silver;
}

.top_menu_2 {
	border-bottom : 1px solid Silver;
}

.td_left {
	border-right : 1px dotted Silver;
}

.td_top {
	border-top : 1px solid Silver;
}

.top_0 {
	border-bottom : 0 solid Silver;
}

.td_none {
	border-bottom : 0 nobe;
	border-right: 0 none;
}

.main_menu{
	background: White;
	border-bottom : solid Black 1;
	border-top : 1 solid Black;
}

.navigate {
	background: #FFF8DC;
	border-bottom : 1 solid Black;
	border-left : 1 solid Black;
}

.main_text {
	background: White;
	border-left : 0 solid Silver;
	border-right : 0 solid Silver;
	border-bottom : 1 solid Silver;
}

