.menu{
	font-family : Verdana;
	text-transform : uppercase;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	text-indent : 4px;
}

.title{
	background-color : #D7E6E8;
	font-family : Verdana;
	text-transform : uppercase;
	font-size: 8pt;
	font-weight: bold;
}

td{
	font-family : Verdana;
	color: #000000;
	font-size : 8pt;	
}

.nav{
	font-family : Verdana;
	color: #666666;
	font-size : 8pt;	
}

td.sel{
	font-family : Verdana;
	color: #FFFFFF;
	font-size : 9pt;
	background-color : #333333;
}

td.empty{
	font-family : Verdana;
	color: #A2A2A2;
	font-size : 9pt;
}

a{
	color: #000000;
	text-decoration : underline;
}
a:hover{
	color: #737373;
	text-decoration : underline;
}
a.noline{
	color: #000000;
	text-decoration : none;
}
a.noline:hover{
	color: #000000;
	text-decoration : underline;
}

a.nav{
	color: #666666;
	text-decoration : none;
}
a.nav:hover{
	color: #666666;
	text-decoration : underline;
}


a.menu{
	text-decoration : none;
	color : #000000;
}

a:hover.menu{
	text-decoration : none;
	color : #737373;
}

.input{
	border : 1px solid #000000;
	font-family : Tahoma;
	font-size : 12px;
	color: #000000;
	font-weight : bold;
	background-color : #F9F9F9;
}

.error{
	font-family : Verdana;
	color: #800000;
	font-size : 8pt;	
}