body {
	margin: 7px;
  	font-family      : Verdana, Arial, Helvetica, sans-serif;
  	font-size        : 10px;
  background       : #f2f2f2;		
}
tr, p, div {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #333333;
}
hr {
  background       : #999999;
  height           : 1px;
  width            : 100%;
}

h1{
  color            : #2179DE;
  font-size        : 20px;
}

.sectiontableheader {
  background-color : #B1EF8F;
	padding: 3px;
  color            : #000000;
  font-weight      : bold;
}

.sectiontableentry1 {
  background-color : #DEF8CF;
}

.sectiontableentry2 {
  background-color : #CBF4B4;
}




.button {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-size        : 10px;
  font-weight      : bold;
  background-color : #AFCEF3;
  color            : #000000;
  border           : 1px solid #5A9AE7;
}

.inputbox {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
  background-color : #E1F9D4;
	border           : 1px solid #A6EC7F;
}

.selectbox {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
  background-color : #D4E4F8;
	border           : 1px solid #A6EC7F;
}



select { 
	font-size: 9px;
	color: #3F3F3F; 
	background-color: #E1F9D4; 
	border-width: 1px 1px 1px 1px; 
} 


a:link, a:visited {
color: #354D8C;
text-decoration: none;
}

a:hover {
color: #889B4D;
text-decoration: underline;
}


