ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 22px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 22px;
}
blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
}



.headingTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFCC33;
}
.copyrightTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.mottoTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;

}
.normalTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 22px;
}
.normalTxtBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	line-height: 22px;
}
.menuTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #99CCFF;
	font-weight: bold;
	line-height: 26px;
}
.highlightTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.tinyTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}



a.menu:link {
	color: #99CCFF;
	text-decoration: none;
}
a.menu:hover {
	color: #99CCFF;
	text-decoration: none;
}
a.menu:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #99CCFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {}

a.yellow:link {
	color: #FFCC00;
	text-decoration: underline;
}
a.yellow:hover {
	color: #99CCFF;
	text-decoration: none;
}
a.yellow:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.yellow:visited {
	color: #FFCC00;
	text-decoration: underline;
