body {
   background-color: #6F8040;
   font-family: Arial, Verdana, Geneva, sans-serif;
   color: #000;
   }

.container {
   border: 1px solid #333;
   background-color: #fff;
   width: 760px;
   margin-right: auto;
   margin-left: auto;
}
.content {
   padding-left: 8px;
   padding-right: 8px;
   font-size: 0.95em;
   line-height: 130%;
}

.container2 {
   border: 1px solid #333;
   background-color: #fff;
   width: 500px;
   margin-right: auto;
   margin-left: auto;
}
.content2 {
   padding-left: 8px;
   padding-right: 8px;
   font-size: 0.95em;
   line-height: 130%;
}

.header {
   border-top: 1px solid #333;
   border-bottom: 1px solid #333;
   background-color: #000000;
   font-size: 0.9em;
   color: #CE7D01;
   text-transform: uppercase;
   padding-left:9px;
   padding-top:3px;
   padding-bottom:3px;
   }
   
.header a:link {
	color: #CE7D01;
   font-weight: normal;
   text-transform: uppercase;
   text-decoration: none;
}

.header a:visited {
   color: #CE7D01;
   font-weight: normal;
   text-transform: uppercase;
   text-decoration: none;
}

.header a:hover {
   color: #fff;
   font-weight: normal;
   text-transform: uppercase;
   text-decoration: underline;
} 

.footer {
   border-top: 1px solid #333;
   background-color: #000000;
   text-align: right;
   font-size: 10px;
   color: #fff;
   text-transform: uppercase;
   padding:4px;
   }
   
.footer a:link {
	color: #CE7D01;
   font-weight: normal;
   text-transform: uppercase;
}

.footer a:visited {
   color: #CE7D01;
   font-weight: normal;
   text-transform: uppercase;
}

.footer a:hover {
   color: #fff;
   font-weight: normal;
   text-transform: uppercase;
} 

a:link {
	color: #6F8040;
   font-weight: bold;
}

a:visited {
   color: #CE7D01;
   font-weight: bold;
}

a:hover {
   color: #990;
   font-weight: bold;
} 

h1 {
   line-height: 110%;
}

small {
   font-size: 0.8em;
   font-family: Arial, Verdana, Geneva, sans-serif;
   line-height: 110%;
}

.button {
   font-family: Arial, Verdana, Geneva, sans-serif;
   border:1px solid #6F8040;
   background:#eeeeee;
   font-size: 12px;
   padding-right:10px;
   padding-left:10px;
   padding-top:2px;
   padding-bottom:2px;
	text-decoration: none;
}
.button a:link {
	color: #6F8040;
   font-weight: normal;
}

.button a:visited {
	color: #CE7D01;
   font-weight: normal;
}

.button a:hover {
   font-weight: normal;
   background: #EEEEEE;
   color: #990;
} 