body, td, th {
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
body {
	background-color: #ffffff;
	background-image: url(images/backgroundfade.jpg);
	background-repeat: repeat-x;
}
a:link {
color : #8CC63F;
text-decoration : none;
}
a:visited {
text-decoration : none;
color : #8CC63F;
}
a:hover {
text-decoration : none;
color : #DEE195;
}
a:active {
text-decoration : none;
color : #8CC63F;
}
.TinyText {
	font-size : 12px;
	color : #cccccc;
	font-family : Arial, Helvetica, sans-serif;
}
.BoldCaptionsRed {
font-size : 16px;
font-weight: bold;
color: #DEE195;
}
.BoldCaptionsBlack {
font-size : 14px;
font-weight: bold;
color: #ffffff;
}
.MainTable {
background-color: #f8f8f8;
}
.MainColumBoxes 
{ 
width: 100%;
border: 1px #333333 solid;
padding: 5px;
background-color: #191919;
}
.OutsideInvisibleTable
{ 
width: 95%;
margin-left: auto;
margin-right: auto;
}
.OutsideInvisibleTable2
{ 
width: 975px;
background-color: #0C0C0C;
margin-left: auto;
margin-right: auto;
}
.Footer
{ 
width: 975px;
background-color: #191919;
margin-left: auto;
margin-right: auto;
vertical-align: top;
}
.HeaderFlashBox 
{ 
width: 95%;
border: 1px #cacaca solid;
padding: 3px;
background-color: #ffffff;
margin-left: auto;
margin-right: auto;
}