body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.text, .menu, .textBigger, .textTop, .menuHighlighted, .newsDate, .newsTitle, .newsText, .textCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666666;
	font-size: 10px;
}
.text, .newsText{
	text-align: justify;
}
.menuHighlighted {
	color: #e40a16;
}
.textBigger {
	font-size: 13px;
}
.textTop {
	color: #FFFFFF;
}
a.text:hover, a.menu:hover {
	color: #FFFFFF;
	background-color: #666666;
}
a.textTop:hover {
	text-decoration: underline;
}
.newsDate{
	font-size: 9px;
	color: #aaaaaa;
}
.newsTitle{
	font-size: 11px;
	color: #e20915;
	font-weight: bold;
}
.borderRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.borderLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.borderTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.borderBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.bckgRed {
	background-color: #e20915;
}
html {
	min-height: 100.1%;
}
.tableInterior {
	width: 720px;
}
.tableExterior {
	width: 740px;
}
.tableInterior, .tableExterior {
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}
td, th { 
	padding: 0; 
}
#news{
	padding : 5px; 
	width : 200px; 
	height : 222px; 
	overflow : auto;
}
#text{
	padding : 5px; 
	width : 485px; 
	height : 222px; 
	overflow : visible;
}
