.body     { color: #4c4c57; font-size: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; line-height: 18px }

.caption      { color: #788; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; line-height: 15px }
	
.head      { color: #7bb83e; font-size: 18px; font-family: serif; font-weight: bold; text-transform: capitalize }
	
.subhead    { color: #7bb83e; font-size: 24px; font-family: serif; font-weight: bold; padding-bottom: 2px; margin-bottom: 4px; border-bottom: 2px dotted #aac2e6 }
	
.bighead   { color: #6E756A; font-size: 32px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; line-height: 32px }

a   { 
	color: #708090; 
	font-weight: bold; 
	text-decoration: underline 
	}

a:hover    { 
	color: #6b8e23; 
	background-color: #F0F1F2;
	text-decoration: none 
	}

.sidebar   { 
	color: #696969; 
	font-size: 11px; 
	font-family: serif; 
	line-height: 14px 
	}

.tableR  { 
	background-color: #fff; 
	background-image: url("images/spacer.gif"); 
	background-repeat: no-repeat 
	}

.captionbig { 
	font-size: 13px; 
	font-style: italic; 
	line-height: 14px 
	}
	
sub {
    vertical-align: baseline;
    font-size: 8 px;
    position: relative;
    bottom: -0.2em;
    }

.menu { 
	color: #696969; 
	font-size: 14px; 
	font-family: serif 
	}

#line td { 
	background-image: url("images/line-h.gif"); 
	background-repeat: repeat-x 
	}

#navcontainer ul {
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	width: 100%;
	font: 90% serif;
	text-align: left;
	}

li { display: inline; 
	background-image: url("images/button.png"); 
	}

li a {
	text-decoration: none;
	color: #545556;
	padding: .2em 0.8em;
	padding-bottom: 3px;
	border-right: 1px solid #6E756A;
	}

li a:hover {
	background-color: #7BB83E;
	color: #fff;
	}

ul {
	padding-left: 15px;
}