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: #cccccc;
	background-image: url(images/backgroundfade.jpg);
	background-repeat: repeat-x;
}
a:link {
color : #666666;
text-decoration : none;
}
a:visited {
text-decoration : none;
color : #666666;
}
a:hover {
text-decoration : none;
color : #000000;
}
a:active {
text-decoration : none;
color : #666666;
}
.TinyText {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
}
.BoldCaptionsRed {
font-size : 16px;
font-weight: bold;
color: #990000;
}
.BoldCaptionsBlack {
font-size : 14px;
font-weight: bold;
color: #000000;
}
.MainTable {
background-color: #f8f8f8;
}
.MainColumBoxes 
{ 
width: 100%;
border: 1px #cacaca solid;
padding: 5px;
background-color: #ffffff;
}
.OutsideInvisibleTable
{ 
width: 95%;
margin-left: auto;
margin-right: auto;
}
.OutsideInvisibleTable2
{ 
width: 975px;
background-color: #F7F7F7;
margin-left: auto;
margin-right: auto;
}
.Footer
{ 
width: 975px;
background-color: #aeaeae;
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;
}