body {
	background-color: #ffffff;
	margin: 0px;
	font-family: Tahoma;
	font-size: 7pt;
	color: #2B5066;
}
hr {
	color: #FFFFFF;
	border 1px dotted #D5DECD;
}
a {
	text-decoration: none;
	color: #543F3E;
}
a:hover {
	color: #316129;
	border-bottom: 0px dotted #A5566F;
}
a img {
	border: 1px solid #8B898A;
}
a:hover img {
	border: 1px solid #9D9D9C;
}
table, tr, td {
	font-size: 7pt;
	vertical-align: top;
}
textarea, input, select, button {
	background-color: #E2E2E2;
	border: 1px solid #514848;
	margin: 1px;
	font-family: Tahoma;
	font-size: 7pt;
	color: #000000;
	padding: 3px;
}

.contents {
	background-color: #5A8F84;
	width: 470px;
	height: 100%;
}
/* Begin Contents */
.textinput {
    padding: 4px;
	background-color: #E2E2E2; 	
	color: #; 
}	
.textinput_rollover {
    padding: 4px;
	background-color: #AEAEAE; 	
	color: #; 
}	
/* End Contents */
/* Begin Descriptive Text */
b, strong {
	color: #A5566F;
}
i, em {
  color: #467B3D;
  letter-spacing: 1px;
}
s, strike {
  color: #923838;
}
u, underline {
        color: #72979F;
       font-style: border; 
}
/* End Descriptive Text */