/* CSS Document */

body {
	text-align: justify;
	list-style-type: square;
	list-style-image:   url(/images/bullet.gif);
}
table {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
table.footer {
	font-size: 10px;
	font-weight: normal;
	border-top: 1px solid #cccccc;
}
table.nav{
	background-image: url(../images/bgnav.gif);
}
table.search{
	background-image: url(../images/bg_search.gif);
}
td.mid{
	background-color:#EBEBEB;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;


}
td.right{
	border-top: 1px solid #cccccc;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;


}
a.nav:link {
	color: #333333;
	text-decoration : none;
	font-weight: normal;

} 
a.nav:visited {
	color: #333333;
	text-decoration : none;
	font-weight: normal;
} 
a.nav:hover {
	color: #990000;
	text-decoration : none; 
	font-weight: normal;
	background-color: #fffc9d;
} 
a.topnav:link {
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	text-decoration : none;

} 
a.topnav:visited {
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	text-decoration : none;
} 
a.topnav:hover {
	color: #333333;
	font-size: 10px;
	text-decoration : underline;
} 
a.foot:link {
	color: #999999;
	font-size: 10px;
	text-decoration : underline;

} 
a.foot:visited {
	color: #999999;
	font-size: 10px;
	text-decoration : underline;
} 
a.foot:hover {
	color: #990000;
	font-weight: bold;
	font-size: 10px;
	text-decoration : none; 
} 
h1,.h1{
	color:#01562B;
	font-size: 14px;
	font-weight: bold;
}
h2,.h2{
	color:#000000;
	font-size: 12px;
	font-weight: bold;
}
h3,.h3{
	color:#990000;
	font-size: 11px;
	font-weight: bold;
}
a:link {
	color: #990000;
	font-weight: bold;
	text-decoration : none;
} 
a:visited {
	color: #990000;
	font-weight: bold;
	text-decoration : none;
} 
a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration : underline; 
} 


table.sidenav td { border: solid 1px #666; padding: 2px; }

.hidden { display: none; }