BODY {
	color : Black;
	background-color : #000000;
	font-family : Tahoma, Geneva, sans-serif;
	font-size : 10pt;
	background-image: url(/images/bg1.jpg);
	}

TABLE, TR,TD{
	font-family : Tahoma, Geneva, sans-serif;
	font-size : 10pt;
	line-height: 120%;	
}

A {
	color: blue;
	font-size: 10pt;
	text-decoration: underline;
}

A:HOVER {
	text-decoration : underline;
}


/*   - - - - Menu Main White Links MainMenuWhiteLink- - - - */

A.MainMenuWhiteLink:LINK {
	color : White;
	font-weight: bold;
	text-decoration : none;
}
A.MainMenuWhiteLink:VISITED{
	color : White;
	font-weight: bold;
	text-decoration : none;
}
A.MainMenuWhiteLink:HOVER {
	color : White;
	text-decoration : Underline;
}
A.MainMenuWhiteLink: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 {
	font : Arial, Helvetica, sans-serif; 
	color : #CC0000;
	font-weight : bold;
	font-variant : small-caps;
	letter-spacing: 2px;
	font-size : 12pt;
}
/*  - - - -  Small White Text - - - - - */
.SmallWhiteText {
	font-size:9px;
	color:#FFF;
}


td.paddedcell {
	margin-left : 10px;
}
.WhiteText {
	color: #FFF;
	font-weight: bold;
}
#footertable {
	color: #FFF;
	background-image: url(images/redtableback.jpg);
}
.PhotoTable {
	background-color: #F00;
	background-image: url(images/redwhiteblueback.jpg);
	background-repeat: no-repeat;
}
.MidGrayText {
	color: #999;
}
.BoldText {
	font-weight: bold;
}
.whitetextplain {
	color: #FFF;
}
