body {
	background-color: #eff0f2;
	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 {
	background-color: #316129;
	border-bottom: 1px solid #ffffff;
	-moz-border-radius:  6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;
}
img {
	border: 1px solid #727272;
	background-color: #F9F9F9;
	padding: 3px;
	-moz-border-radius:  6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;
}
a img {
    -moz-border-radius:  6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;
	border: 1px solid #765045;
}
a:hover img {
	border: 1px solid #5a7079;
}
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 */