BODY {
	color : #b57d46;
	background-color : #000000;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
    background-image: url(/graphics/bgline.jpg);
	background-attachment: fixed;
	}

TABLE, TR,TD,P{
	color: inherit;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
}

A {
	color: orange;
	font-size: 10pt;
	text-decoration: underline;
}

A:HOVER {
	color : Red;
	text-decoration : underline;
}

.tinytext:{
		font-family : Verdana, Arial, sans-serif;
	font-size : 8pt;
}

/*  - - - -  Regular  Menu Links - - - - - */

A.menulink:link {
	font-size : 11px;
	color : #b57d46;
	text-decoration : none;
	font-weight : bold;
}
A.menulink:visited{
	font-size : 11px;
	color : #b57d46;
	text-decoration : none;
	font-weight : bold;
}
A.menulink:active {
	font-size : 11px;
	color : #b57d46;
	text-decoration : Underline;
	font-weight : bold;
}
A.menulink:hover {
	font-size : 11px;
	color : Red;
	text-decoration : Underline;
	font-weight : bold;
}


/*  - - - -  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;
}


/*  - - - -  SMALL  Menu Links - - - - - */

A.smallmenulink:link {
	font-size : 11px;
	color : #CC0000;
	text-decoration : none;
	font-style : italic;
}
A.smallmenulink:visited{
	font-size : 11px;
	color : #CC0000;
	text-decoration : none;
	font-style : italic;
}
A.smallmenulink:active {
	font-size : 11px;
	color : #CC0000;
	text-decoration : Underline;
	font-style : italic;
}
A.smallmenulink:hover {
	font-size : 11px;
	color : Red;
	text-decoration : Underline;
	font-style : italic;
}


/*   - - - -White Links - - - - */
 
A.whitelink:LINK {
	color : White;
	text-decoration : none;
}

A.whitelink:visited{
	color : White;
	text-decoration : none;
}
A.whitelink:HOVER {
	color : Red;
	text-decoration : Underline;
}

A.whitelink:ACTIVE {
	color : White;

}


/*  - - - -  8pt  Menu Links - - - - - */

A.tinymenulink:link {
	font-size : 8px;
	color : #CC0000;
	text-decoration : none;
	font-style : italic;
}
A.tinymenulink:visited{
	font-size : 8px;
	color : #CC0000;
	text-decoration : none;
	font-style : italic;
}
A.tinymenulink:active {
	font-size : 8px;
	color : #CC0000;
	text-decoration : Underline;
	font-style : italic;
}
A.tinymenulink:hover {
	font-size : 8px;
	color : Red;
	text-decoration : Underline;
	font-style : italic;
}



.whitetext{
	color : White;
}

td.menuon { background-color: #EDEDED; color: #CC0033; }
td.menuoff { background-color: White; color: #CC0033; }


.BoldHeading {
	font : Arial, Helvetica, sans-serif; 
	color : #CC0000;
	font-weight : bold;
	font-variant : small-caps;
	letter-spacing: 2px;
	font-size : 12pt;
}

td.paddedcell {
	margin-left : 10px;
}
