body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
        background-color: #fafaf9;
}
hr {
	border-style:none; border-width:medium; color: #fafaf9
	
}
a {
	text-decoration: none;
	color: #543F3E;
}
a:hover {
	color: #316129;
	border-bottom:0px dotted #000000;
}
a img {
        border: 1px solid #bfcbcc;
        padding: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	filter:alpha(opacity=40); /* IE */
	-moz-opacity: 0.40; /* Gecko */
	opacity: 0.40; /* Opera */
}
a:hover img {
        border: 1px solid #e0e4db;
        padding: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	filter:alpha(opacity=60); /* IE */
	-moz-opacity: 0.60; /* Gecko */
	opacity: 0.60; /* Opera */
}
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 */