body
{
    margin: 0;
    padding: 0;
}

p
{
	text-indent: 20px;
	text-align: justify;
	font-family: Verdana; 
	font-size: 12px;
	LINE-HEIGHT: 16px;
}

#categories {
	Color: #000000;
	font-family: Verdana;
	font-size: 12px;
	LINE-HEIGHT: 14px;
}

#categories a{
text-decoration: none;
color: #086B3F;
}

#categories a:hover{
text-decoration: underline;
font-weight: bold;
color: #086B3F;
}

h1 
{
Color: #09F;
font-family: Verdana,Tahoma,Arial,Helvetica,Times New Roman; 
font-size: 16pt;
LINE-HEIGHT: 22px;
}

h2 
{
Color: #086B3F;
font-family: "Verdana,Tahoma,Arial,Helvetica,Times New Roman"; 
font-size: 14pt;
LINE-HEIGHT: 16px;
margin-top: 0px;
margin-bottom: 5px;
}

h3 
{
color: #F4E4B4;
font-family: Verdana,Tahoma,Arial,Helvetica,Times New Roman; 
font-size: 12pt;
LINE-HEIGHT: 22px;
text-decoration:underline;
margin-top: 0px;
margin-bottom: 5px;
}

h5 
{
color: #F4E4B4;
font-family: Verdana,Tahoma,Arial,Helvetica,Times New Roman; 
font-size: 10pt;
font-style:italic;
LINE-HEIGHT: 18px;
margin-top: 0px;
margin-bottom: 5px;
}


b{font-size: 110%;}
em{color: red;}







#footer{
clear: left;
width: 100%;
background: none;
text-align: center;
padding: 18px 0;
font-size: 0.9em;
Color: white;
font-family: Verdana; 
font-size: 8pt;
LINE-HEIGHT: 22px;
}

#footer a{
color: #FFFFFF;
}



#footer ul{

}

#footer li {
	list-style:none;
	display:inline;
}

#footer .none {
	background:none;
}

#footer p {
	float:left;
	margin:0;
}

#footer a 
{
	color: white;
	text-decoration:none;
	
}

#footer a:hover 
{
	text-decoration: underline;
}




/* Left vertical Menu */
#vertmenu {
font-family: Verdana; 
letter-spacing: 1px;
float: right;
font-size: 100%;
width: 184px;
padding: 0px;
margin-right: 13px;
margin-top: 10px;
}

#vertmenu h1 {
display: block; 
background-color:#FF9900;
font-size: 90%; 
padding: 3px 0 5px 3px;
border: 0px solid #000000;
color: #000000;
margin: 0px;
width:135px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
border-bottom: 0px solid #FADE4A;
}
#vertmenu ul li a {
font-size: 12px;
display: block;
padding: 7px 0px 7px 10px;
text-decoration: none;
color: #41261B;
width:194px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #41261B;
background-color: #F2E0CA;
font-weight:900;
}

.lW { float: left; clear: left; height: 15px; }
.rW { float: right; clear: right; height: 15px; }

/* Top Menu */

#top_menu {
	position:absolute;
	float: left;
	margin-top: 5px;
	padding-top: 5px;
	margin-left: 520px;
	Color: #FFCCFF;
	font-family: Verdana; 
	font-size: 10pt;
	}


#top_menu a
{
float: left;
color: #FFFFFF;
text-decoration: none;
padding: 0px 25px 25px 0;
font-weight: bold;
font-size: 100%;
text-align: center;
}

#top_menu a:hover
{
color: #FFCCFF;
TEXT-DECORATION  : underline ;
}




.mattblacktabs{
width: 100%;
overflow: hidden;

}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 20px; /*offset of tabs relative to browser left edge*/
font: bold 11px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 18px; /*padding inside each tab*/
border-right: 1px solid #000000; /*right divider between tabs*/
color: black;
background: #029A35; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: black;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color: white;

}
