/* CSS Document */

.headingtext {
	color: #F07220;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.bodytext {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.bodytextorange {
	color: #F07220;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.bottomnavtext {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:Link {
	color: #F07220;
	font-weight: bold;
}

a:Visited {
	color: #F07220;
	font-weight: bold;
}

a:Hover {
	color: #FFFFFF;
	font-weight: bold;
}


#mybox	{
	border-style: solid;
	border-width: 3px;
	border-color: #FFFFFF;
}