@charset "utf-8";
/* CSS Document */

.BannerBackground {
background-image: url(Graphics/TitleBarRusty.png);
background-position:center;
background-position:top;
background-repeat: no-repeat;
} 

.BoxMenuBackground {
background-image: url(Graphics/MenuBoxBackground.png);
background-repeat: no-repeat;
} 

.PageSubtitleText {
	font: Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#fff;
	font-weight:bold;
}

.Text-Header {
	font: Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.Text-Header A:link {
	color: #ddd;
	text-decoration:none;
}
.Text-Header A:visited {
	color: #ddd;
	text-decoration:none;
}

.Text-Header A:hover {
	color: #fff;
	text-decoration:none;
}

.Text-Content-Big {
	font: Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#aaa;
	font-weight:bold;
	text-decoration:none;
}
.Text-Content-Big A:link {
	color: #ddd;
	text-decoration:none;
}
.Text-Content-Big A:visited {
	color: #ddd;
	text-decoration:none;
}

.Text-Content-Big A:hover {
	color: #fff;
	text-decoration:none;
}


.Text-Content {
	font: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#aaa;
	font-weight:normal;
}
.Text-ContentWhite {
	font: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ddd;
	font-weight:normal;
}
.Text-Content A:link {
	color: #ddd;
	text-decoration:none;
}
.Text-Content A:visited {
	color: #ddd;
	text-decoration:none;
}

.Text-Content A:hover {
	color: #fff;
	text-decoration:none;
}
.NewsScroll {
	overflow-x:hidden;
	overflow-y:auto;
}

.ContentBackground {
background-color: #000;
background-image: url(Graphics/ContentBackground.png);
background-repeat: no-repeat;
border-style:solid;
border-left-width:2px;
border-right-width:2px;
border-color:#222;
} 

.BottomLinks {
	color: #999999;
	font-size: 9px;
	background-color: #222;
	text-align: center;
	margin: 2px;
	vertical-align: top;
	text-decoration:none;
	height: auto;
	width: auto;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.BottomLinks a:link {
	color: #999999;
	text-decoration:none;
}
.BottomLinks a:visited { 
	color:#999999;
	text-decoration:none;
}
.BottomLinks a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
.PictureTableTitle {
	background-color:#333333;
	color:#CCC;
	font-size:10px;
}
.PictureTableTitle A:link {
	background-color:#333333;
	color:#CCC;
	font-size:10px;
	text-decoration:none;
}
.PictureTableTitle A:hover {
	background-color:#333333;
	color:#CCC;
	font-size:10px;
	text-decoration:none;
}
.PictureTableTitle A:visited{
	background-color:#333333;
	color:#CCC;
	font-size:10px;
	text-decoration:none;
}