body {
	background-color: transparent;
	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: 1px dotted #A5566F;
}
a img { 
border-color: #ca682d; 
 filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6; } 

image{  border-color: #86a9a8; 
       
}
a:hover img{ border-color: #c96b33;
        filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;

}
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: transparent;
	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 */