/* CSS Document */


.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 16pt;
	color:#F3541D;	

}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #666666;
}


.rollover3 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.rollover3:link {
	color: #FFFFFF;
	text-decoration: none;
}
.rollover3:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.rollover3:hover {
	text-decoration: none;
	color: #000000;
}
.rollover3:active {
	text-decoration: none;
}


