.a1 {
	text-decoration:underline;
	color:#0000CC;
}
A.a1:hover {
	COLOR: #f45712; TEXT-DECORATION: underline;
}
A.a1:visited {
	COLOR: #999999; TEXT-DECORATION: underline;
}
.a2 {
    text-decoration:underline;
	color:#f45712;
}
A.a2:hover {
	COLOR: #0000CC; TEXT-DECORATION: underline;
}
.a3 {
    text-decoration:underline;
	color:#666666;
}
A.a3:hover {
	COLOR: #0000CC; TEXT-DECORATION: underline;
}
.a4 {
    text-decoration:underline;
	color:#CCCCCC;
}	
.head {
    font-family: Arial;
	font-size: 140%;
	color: #f45712;
}
.head1 {
    font-family: Arial;
	font-size: 110%;
	color: #f45712;
}
.head2 {
    font-family: Arial;
	font-size: 110%;
}
.style1 {
	font-family: Arial;
	font-size:75%;
}
.style2 {
	font-family: Arial;
	font-size: 70%;
	color: #666666;
}
.style3 {
    font-size: 75%; 
	font-family: Arial; 
	color: #f45712;
}
.style4 {
	font-family: Arial;
	font-size: 70%;
	color: #CCCCCC;
}

body    {
	background-color: #FFFFFF;
	margin-top:0;
}
