@charset "utf-8";

body,td,th {
	font-family: Gill Sans MT, Gill Sans, Myriad Pro, Myriad, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
body {
	background-color: #afa5c9;
	background-image: url(images/bgMain.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFFF00;
}
a:visited {
	color: #FFFF00;
}
a:hover {
	color: #FFFF99;
}
a:active {
	color: #FFFF00;
}
.bgHeader {
	background-image: url(images/bgHeader.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.copyright {
	font-family: Gill Sans MT, Gill Sans, Myriad Pro, Myriad, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.copyrightLink a{
	font-family: Gill Sans MT, Gill Sans, Myriad Pro, Myriad, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.copyrightLink a:hover{
	font-family: Gill Sans MT, Gill Sans, Myriad Pro, Myriad, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFF99;
	text-decoration: none;
}
.georgia18ptGold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: normal;
	font-weight: normal;
	color: #f5f039;
	text-decoration: none;
}
.georgia24ptWhite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.italicLavendar {
	font-size: 11px;
	font-style: italic;
	line-height: normal;
	color: #cfc4ed;
	text-decoration: none;
}
.photoPadding {
	padding: 10px;
}

