#nav {margin: 28px 4px 0 0; padding: 0; list-style: none;}
#nav li a {display: block; color: #5f5f5f; text-decoration: none; padding: 5px 15px; font-size: 14px;}
#nav li a:hover {background: #c5e6ff; font-weight: bold; color: #0062c5;}

/* TEXT STYLES */
body, p, td, li 
{
	font-family:Arial;
	font-size: 12px;
	color: #000000;
}
body
{
	margin:0px;
}
/* HEADER STYLES */
h1 
{
	font-size: 20px;
	font-weight: bold;
	color: #999999;
}
h2 
{
	font-size: 18px;
	font-weight: bold;
	color: #999999;
}
h3 
{
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}
h4 
{
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}
h5 
{
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
h6 
{
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}
/* NAVIGATION STYLES */
.mainMenu 
{
	color:#FFFFFF;
	font-size: 18px;
	line-height:30px;
	font-weight: bold;
	text-decoration: none;
}
a.mainMenu:link 
{
	color:#FFFFFF;
	font-size: 18px;
	line-height:30px;
	font-weight: bold;
	text-decoration: none;
}
a.mainMenu:active 
{
	color:#FFFFFF;
	font-size: 18px;
	line-height:30px;
	font-weight: bold;
	text-decoration: none;
}
a.mainMenu:visited 
{
	color:#FFFFFF;
	font-size: 18px;
	line-height:30px;
	font-weight: bold;
	text-decoration: none;
}
a.mainMenu:hover 
{
	color:#FFFFFF;
	font-size: 18px;
	line-height:30px;
	font-weight: bold;
	text-decoration: underline;
}
.subMenu 
{
	color:#FFFFFF;
	font-size: 18px;
	line-height:30px;
	text-indent:10px;
	font-weight: bold;
	text-decoration: none;
}
a.subMenu:link 
{
	color:#FFFFFF;
	font-size: 18px;
	line-height:30px;
	text-indent:10px;
	font-weight: bold;
	text-decoration: none;
}
a.subMenu:active 
{
	color:#FFFFFF;
	font-size: 18px;
	line-height:30px;
	text-indent:10px;
	font-weight: bold;
	text-decoration: none;
}
a.subMenu:visited 
{
	color:#FFFFFF;
	font-size: 18px;
	line-height:30px;
	text-indent:10px;
	font-weight: bold;
	text-decoration: none;
}
a.subMenu:hover 
{
	color:#FFFFFF;
	font-size: 18px;
	line-height:30px;
	text-indent:10px;
	font-weight: bold;
	text-decoration: underline;
}
/* LIST ICON */
li 
{
	list-style-image:url(images/arrow.gif);
}
/* LINK STYLES */
a:link 
{
	color:#0066FF;
	text-decoration: underline;
}
a:visited 
{
	text-decoration: underline;
	color:#0066FF;
}
a:hover 
{
	text-decoration: underline;
	color:#0066FF;
}
a:active 
{
	text-decoration: underline;
	color:#0066FF;
}
/* TABLE STYLES */
.tbl 
{
	width:100%;
	border-collapse:collapse;
	border-bottom:1px solid #999999;
}
.tbl-2 
{
	width:100%;
	border-collapse:collapse;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}
.th 
{
	text-align:left;
	font-family:arial;
	color:#FFFFFF;
	font-weight:bolder;
	font-size:12px;
	background-color:#999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	line-height:20px;
	padding-left:3px;
}
.th-2 
{
	text-align:left;
	font-family:arial;
	color:#006A51;
	font-weight:bolder;
	font-size:10px;
	background-color:#FFFFFF;
	line-height:15px;
	padding-left:3px;
	border-bottom:1px solid #999999;
}
.td 
{
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	padding:3px;
}
.td-2 
{
	border-bottom:1px solid #999999;
	padding:3px;
}
.td-left 
{
	padding:3px;
	border-left:1px solid #999999;
}
.td-right 
{
	padding:3px;
	border-right:1px solid #999999;
}
.td-left-2 
{
	padding:3px;
	text-align:center;
}
.td-right-2 
{
	padding:3px;
	text-align:center;
}
.tbl-3 
{
	width:100%;
	border-collapse:collapse;
}
.tbl-4 
{
	width:100%;
	border-collapse:collapse;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
}
/* FORM STYLES */
.frm-btn 
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	border:1px solid #999999;
	background-color:#999999;
	height:20px;
}
.frm-input 
{
	border:1px solid #999999;
	width:200px;
	height:20px;
}
.frm-textarea 
{
	border:1px solid #999999;
	width:200px;
}
.frm-select 
{
	border:1px solid #999999;
	width:200px;
	height:20px;
}
/* SIDE MENU STYLES */
.side-tbl 
{
	padding:5px;
}
.side-th 
{
	font-size:12px;
	font-weight:bold;
}
.side-td 
{
	font-family:Arial;
	font-size:12px;
}
.side-btn 
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	border:1px solid #999999;
	background-color:#999999;
	height:20px;
}
.side-input 
{
	border:1px solid #999999;
	height:20px;
}
.side-select 
{
	border:1px solid #999999;
	height:20px;
}
a.side-link:link 
{
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
a.side-link:visited 
{
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
a.side-link:active 
{
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
a.side-link:hover 
{
	font-size:10px;
	color:#000000;
	text-decoration:underline;
}
/* PAGING STYLES */
.paging-btn
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	border:1px solid #999999;
	background-color:#999999;
	line-height:20px;
	width:20px;
	text-align:center;
	vertical-align:top;
	float:left;
}
.paging_link 
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
a.paging_link:link 
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
a.paging_link:active 
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
a.paging_link:visited 
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}
a.paging_link:hover 
{
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}