body.FirstPage {
	font-weight: bold;
}
.FirstPage a {
	border: 5px outset #FFCC66;
	padding: 5px 5px 5px 5px;
}
.FirstPage a:hover {
	border: medium inset #FFCC66;
}
.FooterNotes {
	font-size: xx-small;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.FooterNotes a, .FooterNotes a:hover {
	border: 0px none Black;
}
.FooterNotes a {
	border: 0px none Black;
	color: Blue !important;
}
.FooterNotes a:visited {
	color: Fuchsia !important;
	text-decoration: underline;
}
html, body {
	background-position: center center;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #FFCC66;
	height: 100%;
	width: 100%;
	background-image: url( '../images/background.jpg' );
	background-repeat: repeat-y;
	background-attachment: fixed;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: large;
	font-style: normal;
}
img {
    border: 0px solid black;
}
a, a:active, a:visited
{
    color: #000000;
    font-style: inherit;
    font-variant: inherit;
    text-transform: inherit;
	 text-decoration: none;
}
.mainTbl
{
    width: 100%;
}
.upperBar
{
    width: 100%;
    vertical-align: bottom;
}
.topTr
{
}
.contentTr
{
}
.logoTd
{
    height: 100px;
    text-align: center;
}
.menuTop
{
	width: 100%;
	text-align: center;
	background-color: #FFCC66;
}
.menuTop a:hover
{
	background-color: Black;
	color: White;
}
.menuTd
{
	padding-top: 50px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	text-align: center;
	padding-bottom: 50px;
	white-space: nowrap;
}
.menuTd a
{
}
.contentTd
{
    padding: 50px;
    vertical-align: top;
}
.divMenuFloat
{
	position: fixed;
	display: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.divSubMenuFloat
{
	border: thin hidden #000000;
	position: fixed;
	display: none;
	background-color: #FFCC66;
	white-space: nowrap;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
.divSubMenuFloat a:hover
{
	background-color: Black;
	color: White;
}
.imgThumb {
	cursor: pointer;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.imgBig {
	cursor: pointer;
    padding-left: 20px; 
    padding-right: 20px;
}
.contentTd a:hover {
	text-decoration: underline;
}