body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	}

#heading {	font-size:15px;	
		font-weight:bold
	}

#subheading {	font-size:11px;
		font-weight:bold;
	}	
p {
	font-size:11px;
	}
	
a:link {
	color: #006699;
	font-weight: bold;
	text-decoration: none;
	}
	
a:visited {
/*	color: #5493B4;*/
	color: #006699;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	color: #DD6900;
	text-decoration:underline;
	}
	
#path {
	font-size: 11px;
	font-weight: bold;
	}
	
#menu {
	width: 175px;
	border-style: none solid none solid;
	border-color: #D0D0D0;
	border-width: 1px;
	margin: 10px;
	}
	
#menu span a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu span a:link, #menu span a:visited {
	color: #777;
	display: block;
	background: url(/menu.gif);
	padding: 8px 25px 0 10px;
	text-align: left;
	}
	
#menu span a:hover {
	color: #fff;
	background: url(/menu.gif) 0 -32px;
	padding: 8px 25px 0 10px;
	text-align: left;
	}
	
#menu span a:active {
	color: #fff;
	background: url(/menu.gif) 0 -64px;
	padding: 8px 25px 0 10px;
	text-align: left;
	}
	.style1 
{
	font-family: Georgia, "Times New Roman", Times, serif
}
.style2
{
	font-size: 24px
}
.style3
{
	font-size: 14px
}
.style5
{
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style6
{
	font-size: 9px
}
.style7
{
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.container {
        padding: 0px;
        margin: 3px 0 20px 0;
        border: 0px solid #ccc;
        background: #fff;
}

#navTab {
        margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid #9FB1BC;
}

#navTab li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navTab a:link, #navTab a:visited {
        float: left;
        font-size: 12px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #708491;
}

#navTab a:link.active, #navTab a:visited.active, #navTab a:hover {
        color: #000;
        background: url(tab.gif) no-repeat bottom center;
}

