a.menu:link {  font-family: tahoma; font-size: 14px;  font-weight: bold; text-decoration: none; color: #762917}
a.menu:active {  font-family: tahoma; font-size: 14px;  font-weight: bold; text-decoration: none; color: #762917}
a.menu:visited{  font-family: tahoma; font-size: 14px;  font-weight: bold; text-decoration: none; color: #762917}
a.menu:hover{  font-family: tahoma; font-size: 14px;  font-weight: bold; text-decoration: underline; color: #762917}

a:link {  font-family: tahoma; font-size: 10pt;  text-decoration: none; color: #762917}
a:active {  font-family: tahoma; font-size: 10pt;  text-decoration: none; color: #762917}
a:visited{  font-family: tahoma; font-size: 10pt;  text-decoration: none; color: #762917}
a:hover{  font-family: tahoma; font-size: 10pt;  text-decoration: underline; color: #762917}


.text{
	font-family : tahoma;
	font-size :10pt; 
	}
	
.textC{
font-family : tahoma;
	font-size :11pt; color: #762917;
	}
h1{
font-family : tahoma;
	font-size :12pt; color: #762917;
	}
	
	h2{
font-family : tahoma;
	font-size :12pt;color: #762917;
	}

TABLE.header{
	background-color :#E3D4A9;
}
Table.outer{
	border :3px groove #E3D4A9;
}
Td.bottom{
	border-bottom :3px groove #FFCC33;
		background-color : #FFCC33;
}

.floatr{
	float:right;
	padding : 5px 5px 5px 5px;
}
.floatl{
	float:left;
	padding : 5px 5px 5px 5px;
}

.ybg{
	background-color : #f1e89d;
}