/* CSS Document */
.special_link {
	border-bottom: dashed thin;
	text-decoration:none;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #F7931D;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

#wrapper {
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.style2 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #999999; }

.style18 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; }

.style20 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }


