body {
	background-color: #fff;
}

a:link { font-size: 7.5pt; text-decoration: none; font-weight: normal; color: #999; line-height:12px; }
a:visited { font-size: 7.5pt; text-decoration: none; font-weight: normal; color: #999; line-height:12px; }
a:hover { font-size: 7.5pt; text-decoration: none; font-weight: normal; color: #999; line-height:12px; }
a:active { font-size: 7.5pt; text-decoration: none; font-weight: normal; color: #999; line-height:12px; }

a:link:hover { font-size: 7.5pt; text-decoration: none; font-weight: normal; color: #000; line-height:12px; }
a:visited:hover { font-size: 7.5pt; text-decoration: none; font-weight: normal; color: #000; line-height:12px; }
a:active:hover { font-size: 7.5pt; text-decoration: none; font-weight: normal; color: #000; line-height:12px; }

.small {
	font-family: verdana, arial, helvetica;
	font-size: 7.5pt;
    font-style:  normal;
    font-weight: normal;
	color:#808080;
}

.content {
	font-family: verdana, arial, helvetica;
	font-size: 8.0pt;
    font-style:  normal;
    font-weight: normal;
	color:#808080;
}

input, select, textarea {
	font-family: verdana, arial, helvetica;
	background-color: #fafafa;
	border: solid #999;
	border-width: 1px;
	font-size: 8.0pt;
}

input.button {
	border-color: #999;
	border-width: 1px 2px 2px 1px;
	background: #f6ecd6;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	height: 18px;
	font-weight: bold;
	color: #000;
}

ul, li { font-family: verdana, arial, helvetica, sans-serif; margin-left: 10px; margin-top: 2px; list-style-type: square; }