<style>

.nav,  A.nav:hover, .verticalMenu {
 font-size: small;
 text-decoration: underline;
}

.pageTitle {
  font-size: 16px;
  color: #D6A210;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
		
.pageTitle, .pageTitle A {
  font-size: 16px;
  color: #D6A210;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.pageTitle, .pageTitle A, .pageTitle A:hover {
  font-size: 16px;
  color: #D6A210;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
}

input:focus, textarea:focus {
 background-color: #D6A210;
}

input, textarea, select {
 -moz-border-radius: 6px;
 background-color: #D6A210;
 border: ridge;
}

.login {
  width: 334px;
  height: 93px;
  padding-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
  font-weight: bold;
  color: #336633;
}

 input.loginBoxField { 
 font-size: x-small;
 background-color: white;
 }

 .loginBox {
 font-size: x-small;
 }

 input.loginBoxButton {
 font-size: x-small;
 }  

.iconBox{
	background-image:  url(/content_bg_corner_left_top.jpg);
        width: 195px;
        height: 88px;
        vertical-align: bottom;
        text-align: center;
}
.dateLeft {
	background-image:  url(/date_bg_left.jpg);	
     width: 53px;
     height: 59px;
}

.dateRight {
	width: 53px;
	height: 59px;
	background-image:  url(/date_right_bg.jpg);
	color: #D6A117;
}

.date {
	color: #336633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}

.content{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 5px;
}

body, td, tr, p{
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 0px;
	background: white;
 	background-position: top;
	background-repeat: repeat-x;
}

a {
	color:#336633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
}

a:hover{
	color:#336633; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
.crumbTrail{ 
  color: #336633;
  font-size: x-small; 
  font-weight: normal;
  TEXT-DECORATION: none;
  text-align: left;
}

.crumbTrail A, .crumbTrail A:link {
  color: #336633;
  font-size: x-small; 
  font-weight: normal;
  TEXT-DECORATION: underline;
  text-align: left;
}

.crumbTrail A, .crumbTrail A:visited {
  color: #336633;
  font-size: x-small; 
  font-weight: normal;
  TEXT-DECORATION: underline;
  text-align: left;
}

.crumbTrail A, .crumbTrail A:active {
  color: #336633;
  font-size: x-small; 
  font-weight: normal;
  TEXT-DECORATION: underline;
  text-align: left;  
}

.crumbTrail A, .crumbTrail A:hover {
 color: #336633;
  font-size: x-small; 
  font-weight: normal;
  TEXT-DECORATION: none;
  text-align: left;
}
.verticalMenu {
  color: #336633;
  font-size: x-small;
  font-weight: normal;
  TEXT-DECORATION: none;
  text-align: left;
	}
		
.verticalMenu A, .verticalMenu A:link {
  color: #336633;
  font-size: x-small; 
  font-weight: normal;
  TEXT-DECORATION: none;
  text-align: left;
}

.verticalMenu A, .verticalMenu A:visited {
  color: #336633;
  font-size: x-small; 
  font-weight: normal;
  text-decoration: none;
  text-align: left;
}

.verticalMenu A, .verticalMenu A:active {
  color: #336633;
  font-size: x-small; 
  font-weight: normal;
  text-decoration: none;
  text-align: left;  
}

.verticalMenu A, .verticalMenu A:hover {
  color: #336633;
  font-size: x-small; 
  font-weight: normal;
  TEXT-DECORATION: underline;
  text-align: left;
}

.adminBar {
  background-color: #CCCCCC;
  font-family: helvetica, arial;
}

.tableMenu {
  background-color: #CCCCCC;
  font-size: x-small;
  font-family: Helvetica, Arial;
}

.tableMenu a {
  font-size: small;
  text-decoration: none;
}

.tableHeader {
  background-color: #336633;
  font-size: small;
  font-family: Helvetica, Arial;
}

.tableData {
  font-size: x-small;
  font-family: Helvetica, Arial;
}

.pollColor {
  background-color: #CCCCCC;
  border: thin solid #336633;
}

.pagination {
  font-family: helvetica, arial;
  font-size: xx-small;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-family: helvetica, arial;
}

h1 {
	 font-size: 14px;
	 font-family: helvetica, arial;
	 color: #336633;
	 TEXT-TRANSFORM: uppercase
}

h2 {
	 font-size: 12px;
	 font-family: helvetica, arial;
	 color: #D6A210;
}
h3 {
	 font-size: 10px;
	 font-family: helvetica, arial;
	 color: #999999;
}

.tab {
   border: 1px solid black;
   background-color: #eeeeee;
}
.tabBody {
   border: 1px solid black;
   border-top: 1px solid black;
   border-left: 1px solid black;
   background-color: #dddddd; 
}
div.tabs {
    line-height: 15px;
    font-size: 14px;
}
.tabHover {
   background-color: #cccccc;
}
.tabActive { 
   background-color: #dddddd; 
}

</style>

