/* CSS Document */

.style1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.style2 {font-size: 10px}

.styleHR {color:#888000}

a:link {
	color: #8991FF;
}
a:visited {
	color: #8991FF;
}
a:hover {
	color: #FFDE8B;
}
a:active {
	color: #FF9933;
}

.t:link {
	text-decoration: none;
	color: #000000;
}
.t:visited {
	text-decoration: none;
	color: #000000;
}
.t:hover {
	text-decoration: none;
	color: #FFDE8B;
}
.t:active {
	text-decoration: underline;
	color: #FF9933;
	font-weight: bold;
}
