/********** header ****************/
.greentabs{
width: 100%;
overflow: hidden;
border-bottom: 7px solid #9bc4a9; /*bottom horizontal line that runs beneath tabs*/
}

.greentabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 14px Verdana;
list-style-type: none;w
}

.greenktabs li{
display: inline;
margin: 0;
}

.greentabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 13px 13px; /*padding inside each tab*/
border-right: 5px solid white; /*right divider between tabs*/
color: white;
background: #009533; /*background of tabs (default state)*/
}

.greentabs li a:visited{
color: white;
}

.greentabs li a:hover, .mattblacktabs li.selected a{
background: #005c1f; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}



/********** body ****************/


body
{
margin: 0;
padding: 0;
font-family: arial; color: #000000;
}
table.content td { font-size : 12px; vertical-align: top;}
table.categories td { font-size : 10px; vertical-align: top;}	
table.categories A { font-size : 10px; vertical-align: top;}			
		
		
		

/********** LINKS ****************/

A:link {
    COLOR: #009533;
    font-size : 12px; 
    font-family: Arial, Verdana, Sans-Serif;
    text-decoration: underline;
}

A:visited {
    COLOR: #005c1f;
    font-size : 12px; 
    font-family:  Arial, Verdana,Sans-Serif;
    text-decoration : underline; 
} 

A:hover {
    COLOR: #005c1f;
    font-size : 12px; 
    font-family: Arial, Verdana, Sans-Serif;
    text-decoration : underline; 
} 

A:active {
    COLOR: #3DCE5F;
    font-size : 12px; 
    font-family: Arial, Verdana, Sans-Serif;
    text-decoration: none;
} 

a.menulink:link {
    color: #FFFFFF;
    font-size : 14px; 
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration : none; 
    font-weight: bold;
}

a.menulink:visited {
    color: #FFFFFF;
    font-size : 14px; 
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration : none; 
    font-weight: bold;
}



a.upperleft:link {
    color: #737373;
    font-size : 11px; 
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration : underline; 
}

a.upperleft:visited {
    color: #737373;
    font-size : 11px; 
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration: none;
}

a.upperleft:hover {
    color: #000000;
    font-size : 11px; 
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration: none;
}

a.bid:link {
    color: #009533;
    font-size : 19px; 
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration : underline; 
}

a.bid:visited {
    color: #009533;
    font-size : 19px; 
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration: underline;
}

a.bid:hover {
    color: #000000;
    font-size : 19px; 
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration: underline;
}

a.main:link {
    color: #009933;
    font-size : 21px; 
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration : underline; 
    font-weight: bold;
}

a.main:visited {
    color: #006622;
    font-size : 21px; 
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration : underline; 
    font-weight: bold;
}

a.main:hover {
    color: #009933;
    font-size : 21px; 
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration : underline; 
    font-weight: bold;
}

a.howtoside:link {
    color: #009933;
    font-size : 14px; 
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration : underline; 
    font-weight: bold;
}

a.howtoside:visited {
    color: #009933;
    font-size : 14px; 
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration : underline; 
    font-weight: bold;
}

a.howtoside:hover {
    color: #F56655;
    font-size : 14px; 
    font-family: Verdana, Arial, Sans-Serif;
    text-decoration : underline; 
    font-weight: bold;
}

/********** texts ****************/

.text {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
    text-decoration : none; 
    font-weight: none;
	color: #000000;
}


