@charset "utf-8";
.whiteText {
	font-size: 15px;
	color: #FFFFFF;
	text-decoration:none;
	
}

.whiteText a:link {
	font-size: 15px;
	color: #FFFFFF;
	text-decoration:none;
}

.whiteText a:visited {
	font-size: 15px;
	color: #FFFFFF;
	text-decoration:none;
}

.whiteText a:hover {
	font-size: 15px;
	color: #FFFFFF;
	text-decoration:underline;
}


.whiteTextExp {
	font-size: 22px;
	color: #FFFFFF;
	font-weight:bold;
	font-style:italic;
	vertical-align:middle
	

}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	vertical-align: middle;
	padding-left: 10px;
}
.orangeText {
	
	font-size: 15px;
	color: #FF9933;
}
.pageTitle {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	height: 35px;
}


.orangeText a:link {
	padding-top:4px;
	font-size: 15px;
	color: #FF9933;
	text-decoration:none;
}

.orangeText a:visited {
	padding-top:4px;
	font-size: 15px;
	color: #FF9933;
	text-decoration:none;
}


.orangeText a:hover {
	padding-top:4px;
	font-size: 15px;
	color: #FF9933;
	text-decoration:underline;
}

