a:link {
	color: #FFFFCC;
	text-decoration: underline;
}
a:hover {
	color: #FFCC00;
}
a:visited {
	color: #FFFFCC;
}
a:active {
	color: #FFFFFF;
}

a.mnu:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
a.mnu:hover {
	color: #000000;
	text-decoration: none;
}
a.mnu:visited {
	color: #000000;
	text-decoration: none;
}
a.mnu:active {
	color: #FFFFFF;
}

.bg {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: 000756;
	background-position: right 105px;
}
.mnuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 24px;

}
.topPhotos {
	background-image: url(../images/topPhotos.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}.normalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
}
.headingText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFCC00;
}
.button {
	background-color: #336699;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.inputs {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;

}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

