/* CSS Document */
<!--
A	{
	cursor: hand;
	text-decoration: none;
	}
 
 body {
 	background: url('../images/sd-bg.jpg') repeat #99cdff;
 }
 
.button { font-size: 14px; font-family: Tahoma,Arial,Helvetica,sans serif; }
#sidenav { font-size : 11px; }
td {
	font-family: Tahoma,Arial,Helvetica,sans serif;
}

#contentNavBar
{
	background: url(../images/navbar-bg.jpg) repeat-x;
	height: 25px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	width: 320px;
}
.leftNav {
	width: 180px;
	margin: 0 0 0 20px;
	vertical-align:top;
	background: #99cdff;
	
}

.leftNav td{
	height: 24px;
	
}

.leftNav a{
	font-size: 13px;
	text-align: left;
	display: block;
	width: 180px;
}

.leftNav td a:hover{
	background: #5cafff;
	display: block;
	color: #fff;
}

.navHeader{
	background: url(../images/navbar-bg.jpg) repeat-x center;
	color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	
}
-->

