body {
	background-color: #000;
	background-image: url(../images/);
	background-repeat: no-repeat;
	background-position:center;
	background-attachment:fixed;
	margin-top: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:10pt;
}
.BlackTable {
	background-color: #000;
	padding: 0pt;
	text-align: justify;
	color: #F90;
}

whitetext {
	color: #FFF;
}
.whitetext2 {
	color: #FFF;
	text-align: left;
	font-size: 10pt;
}
.BoldText {
	font-weight: bold;
	color: #622F00;
}
.Bold12 {
	font-weight: bold;
	color: #643201;
}
.GrayTable {
	background-attachment: fixed;
	background-color: #CCC;
	background-image: url(../images/bigtableback.jpg);
}

A {
	color: blue;
	font-size: 10pt;
	text-decoration: underline;
}

A:HOVER {
	text-decoration : underline;
}

/*   - - - - Menu Main White Links MainMenuWhiteLink- - - - */
A.MainMenuLink:LINK {
	color : #64B70F;
	text-decoration : none;
}
A.MainMenuLink:VISITED{
	color : #63B200;
	text-decoration : none;
}
A.MainMenuLink:HOVER {
	color : #CF0;
	text-decoration : Underline;
}
A.MainMenuLink:ACTIVE {
	color : #FFC693;
}
/*   - - - - Menu Main White Links MainMenuWhiteLink- - - - */
A.MainMenuWhiteLinkBold:LINK {
	color : White;
	font-weight: bold;
	text-decoration : none;
}
A.MainMenuWhiteLinkBold:VISITED{
	color : White;
	font-weight: bold;
	text-decoration : none;
}
A.MainMenuWhiteLinkBold:HOVER {
	color : White;
	text-decoration : Underline;
}
A.MainMenuWhiteLinkBold:ACTIVE {
	color : White;
}
/*   - - - -Sub Menu White Links SubMenuWhiteLink- - - - */
A.SubMenuWhiteLink:LINK {
	color : White;
	font-size:9pt;
	text-decoration : none;
}
A.SubMenuWhiteLink:VISITED{
	color : White;
	text-decoration : none;
}
A.SubMenuWhiteLink:HOVER {
	color : White;
	text-decoration : Underline;
}
A.SubMenuWhiteLink:ACTIVE {
	color : White;
}

/*  - - - -  Plain Text  Menu Links - - - - - */

A.plainlink:link {
	color : Black;
	text-decoration : none;
}
A.plainlink:visited{
	color : Black;
	text-decoration : none;
}
A.plainlink:active {
	color : Black;
	text-decoration : Underline;
}
A.plainlink:hover {
	color : Red;
	text-decoration : Underline;
}
PlainWhiteText {
	color: #FFF;
}


.BoldHeading {
	color : #643200;
	font-weight : bold;
	font-variant : normal;
	letter-spacing: 1px;
	font-size : 18pt;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
}
/*  - - - -  Small White Text - - - - - */
.SmallWhiteText {
	font-size:9px;
	color:#FFF;
}
.NewTableGradBack {
	background-attachment: fixed;
	background-image: url(../images/new-table-background.png);
	background-repeat: repeat-x;
	background-position: left top;
}
