.first {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	TEXT-DECORATION: none;
	font-size: 12px;
	font-weight: bold;

}

.second {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: right;
	color: #FFFFFF;
}

.third {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFFFFF;
	TEXT-DECORATION: none;
	font-size: 36px;
	font-weight: bold;


.fourth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: none;
}


.first a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
.first a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
	background-color: #FFFFFF;
}
.first a:hover { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
	background-color: #FFFFFF;
}
.first a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
	background-color: #FFFFFF;
}




a:link {color: #333333;}
a:visited {color: #333333;}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
	background-color: #333333;
}
a:active {color: #333333;}




.second a:link {
	color: #FFffff;
	text-decoration: none;
}
.second a:visited {
	color: #FFffff;
	text-decoration: none;
}
.second a:hover {
	color: #ff0000;
	text-decoration: none;
}
.second a:active {
	color: #FF0000;
	text-decoration: none;
}




.third a:link {
	color: #cccccc;
	text-decoration: none;
}
.third a:visited {
	color: #cccccc;
	text-decoration: none;
}
.third a:hover {
	color: #666666;
	text-decoration: none;
		background-color: #ffffff;
}
.third a:active {
	color: #666666;
	text-decoration: none;
}



.fourth a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.fourth a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.fourth a:hover {
	color: #FF0000;
	text-decoration: none;
		background-color: #none;
}
.fourth a:active {
	color: #FF0000;
	text-decoration: none;
	background-color: #none;
}
