.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.text a:link, .text a:visited
 {
	color: blue;
	text-decoration: underline;
}
.text a:hover
 {
	color: 0067A6;
	text-decoration: underline;
}
.textblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.textblack a:link, .textblack a:visited
 {
	color: black;
	text-decoration: underline;
}
.textblack a:hover
 {
	color: 0067A6;
	text-decoration: underline;
}
.adtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
.footer a:link, .footer a:visited {
            color: black;
            text-decoration: none;
}
.footer a:hover {
            color: red;
            text-decoration: underline;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
}
.headline a:link, .headline a:visited
 {
	color: black;
	text-decoration: none;
}
.headline a:hover
 {
	color: 0067A6;
	text-decoration: underline;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: FF9600;
}
.header a:link, .header a:visited
 {
	color: FF9600;
	text-decoration: underline;
}
.header a:hover
 {
	color: 0067A6;
	text-decoration: underline;
}

A:hover {text-decoration:none; color:red;}
A:link {text-decoration:none; color:black;}
A:visited {text-decoration:underline; color:black;}

.rule {border-right:1px solid #FF9600; border-left:1px solid #FF9600; border-top:1px solid #FF9600; border-bottom:1px solid #FF9600;}






