BODY
{
	background-color: black;
	overflow:auto;
}

IMG
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.Maxed
{
	width:100%;
	height:100%;
}

.HiddenImg
{
	display:none;
}

.MenuLnk
{
	border:none;
}

.Validators
{
	color: white;
	display: none;	
	font-size:10pt;
}
.mainText
{
	color:#FFFFFF;
}
.ContentsContainer
{
	background-color:#aa2a2f;
	padding: 0px 10px 0px 10px;
	font-family:Arial;
	font-size:12px;
	overflow: auto;
	height:366px;
	overflow-x:hidden;
	scrollbar-arrow-color:#D6D3C8;
    scrollbar-base-color:#aa2a2f;
}

.ContentsContainerImage
{
	background-color:#ab2a2f;
	font-family:Arial;
	font-size:12px;
	overflow: auto;
	height:366px;
	overflow-x:hidden;
	scrollbar-arrow-color:#D6D3C8;
    scrollbar-base-color:#aa2a2f;
}

.Link
{
	cursor: pointer;
}

.RunningText
{
	font-family: Arial;
	font-size:9pt;
	color:#f7be31;
	font-weight:900;
}

.InnerRunningText
{
	font-family: Arial;
	font-size:9pt;
	color:white;
	font-weight:900;
}

/*Header and Footer classes*/
.ThinYellowLine
{
	background-color:#f1b930;
	height:3px;
}

.ThinGreenLine
{
	background-color:#e94f2b;
	height:9px;
}

.ThickGreenLine
{
	background-color:#931015;
	height:18px;
}
a.webLink:link {text-decoration: underline; color:#ffffff; font-weight: normal;}
a.webLink:active {text-decoration:underline; color:#ffffff; font-weight: normal;}
a.webLink:visited {text-decoration: underline; color:#ffffff; font-weight: normal;}
a.webLink:hover {text-decoration: none; color: #ffffff; font-weight: normal;}
/*-------------------------*/