	.borderTable {	

border: 1px solid #ffffff;
}

	.borderTablegrey {	

border: 1px solid #666666;
}


	.borderTableGreen{	

border: 1px solid #88A002;
}

	.paddingCell{	
padding: 4px 4px 4px 4px;
}

.font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;

}

H1 {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
	font-size: 18px;
	color: #000000;
	top: 5px;
	PADDING-BOTTOM: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-RIGHT: 0px; 
	PADDING-TOP: 5px
	
	}
	a {
    font-family: Arial, Helvetica, sans-serif;;
	font-size: 13px;
	color: #869D02;
	font-style: bold;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration:  none;
}


H2 {
	FONT-FAMILY: Verdana;
	FONT-WEIGHT: bold;
	font-size: 13px;
	color: #000000;

}
H3 {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-WEIGHT: normal;
	font-size: 10px;

}




a img { border: none; }


.bigpurple {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-style: bold;
	color: #ff6600;
	font-weight: bold;
}

.biggerpurple {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-style: bold;
	color: #ff6600;
	font-weight: bold;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
}

.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
}

.borderright{
border-right: 1px solid #006600;
}

.borderleft{
border-left: 1px solid #ff6600;
}

.borderleftgrey{
border-left: 1px solid #666666;
}
.glossymenu{
margin: 5px 0;
padding: 0;
width: 150px; /*width of menu*/
border: 1px solid #006600;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(glossyback.gif) repeat-x bottom left;
font: 13px Arial, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #006600;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 10px "Verdana",;
color: black;
text-decoration: none;
padding: 0px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}

.floatleft 
{
float:left
}

.floatright
{
float:right
}

.ahyperlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #869D02;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
}

a:hover {
    font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 13px;
	color: #ffffff;
	font-style: bold;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	text-decoration:  none;
	background: #869D02;
}

.mattblacktabs{
width: 100%;
overflow: hidden;
border-bottom: 1px solid #ff6600; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 13px Arial, Helvetica, sans-serif;
list-style-type: none;
}

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

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

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

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