body
{
	background-color:Black;
	color:White;
}

.tableBorderLR {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.menu{
            position:absolute;
            top:100px;
            left:175px;
            z-index:1;
            width:60px;
}
.menuText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-weight: lighter;
	color: #FFFFCC;
}
.menuText A:link
{
    color: #FFFFCC;
    TEXT-DECORATION: none
}
.menuText A:visited
{
    color: #FFFFCC;
    TEXT-DECORATION: none
}
.menuText A:active
{
    color: #FFFFCC;
    TEXT-DECORATION: none
}
.menuText A:hover
{
    COLOR: #000000;
    BACKGROUND-COLOR: #FF8F34;
    TEXT-DECORATION: none
}
.pageHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF9900;
	letter-spacing: 7px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color:#FF9900;	
}
.articleText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
.articleText A:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFF99;
	text-decoration: none;
}
.articleText A:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #555555;
	text-decoration: underline;
}
.articleText A:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #FF9900;
	text-decoration: underline;
}

.photoMargin {
	margin: 0px 5px 5px 0px;
}
.subMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #771F1D;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #832A26;
	border-right-color: #832A26;
	border-bottom-color: #832A26;
	border-left-color: #832A26;
}
.subMenu A:link
{
    color: #771F1D;
    TEXT-DECORATION: none
}
.subMenu A:visited
{
    color: #771F1D;
    TEXT-DECORATION: none
}
.subMenu A:active
{
    color: #771F1D;
    TEXT-DECORATION: none
}
.subMenu A:hover
{
    COLOR: #FF8F34;
    BACKGROUND-COLOR: #771F1D;
    TEXT-DECORATION: none
}
.sponsorText {
	font-family: trajan;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}

