body {
	background-color: #eff1f0;
	margin: 0px;
	font-family: Tahoma;
	font-size: 7pt;
	color: #c5cdde;
}
hr {
	color: #FFFFFF;
	border 1px dotted #D5DECD;
}
a {
	text-decoration: none;
	color: #775f8f;
}
a:hover {
	color: #d77b8a;
}
a img 
{
border: 1px solid #775f8f;
text-decoration: none;
}
a:hover img 
{
border: 1px solid #d77b8a;
text-decoration: none;
}
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 */