.font1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0033;
}
.font1 a:link {color: #CC0033; text-decoration: none;}
.font1 a:visited {color: #CC0033; text-decoration: none;}
.font1 a:hover {color: #ff6699; text-decoration: none;}


.font2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.font2 a:link {color: #CC0033; text-decoration: none;}
.font2 a:visited {color: #333333; text-decoration: none;}
.font2 a:hover {color: #ff6699; text-decoration: none;}


.font3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
.font3 a:link {color: #CCCCCC; text-decoration: none;}
.font3 a:visited {color: #CCCCCC; text-decoration: none;}
.font3 a:hover {color: #CCCCCC; text-decoration: underline;}


.font4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;}
.font4 a:link {color: #666666; text-decoration: none;}
.font4 a:visited {color: #666666; text-decoration: none;}
.font4 a:hover {color: #333333; text-decoration: none;}


.sunrise {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.sunrise a:link {color: #CC0033; text-decoration: none;}
.sunrise a:visited {color: #CC0033; text-decoration: none;}
.sunrise a:hover {color: #ff6699; text-decoration: none;}

.input {
color: #888888;
}

.input_onfocus {
color: #000000;
background-color: #F0F0F0;
}

.input_missing {
color: #000000;
background-color: #F6F054;
}



.yellowBack {
	background-image: url(images/yellowBack.jpg);
	background-repeat: repeat-x;
}