body {
	margin: 0px;
}
body, td, p, div, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a
	{
	color: #d4002f;
	text-decoration: none;
	}
a:hover
	{
	color: #b0082d;
	text-decoration: underline;
}
.top-tile {
	background-image: url(../images/top_tile.jpg);
	background-repeat: repeat-x;
}
.right-tile {
	background-image: url(../images/right.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.bottom-tile {
	background-image: url(../images/bottom_tile.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.left-tile {
	background-image: url(../images/left.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.body-bg {
	width: 768px;
	padding: 4px 11px 4px 11px;
}
.content-header-bg {
	background-image: url(../images/content-header-bg.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
}
.content-body-bg {
	border-left: 1px solid #AFAFAF;
	border-right: 1px solid #AFAFAF;
	padding: 5px 5px 0px 10px;
	color: #343434;
	margin: 0px;
}
.content-bottom-bg {
	border-bottom: 1px solid #AFAFAF;
}
.content-subhead {
	font-weight: bold;
	color: #2D5787;
}
.subhead-bg {
	background-image: url(../images/subhead-bg.jpg);
	background-repeat: repeat-y;
	border-bottom: 1px solid #AFAFAF;
}
.footer-text {
	color: #FFFFFF;
	font-size: 11px;
}
.footer-link {
	color: #FFFFFF;
	font-size: 11px;
	padding: 0px 3px 0px 3px;
}
.submenu-text {
	color: #DE0000;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
}
.submenu-text:hover {
	text-decoration: underline;
}
.submenu-foot-border {
	border-left: 1px solid #AFAFAF;
	border-bottom: 1px solid #AFAFAF;
	border-right: 1px solid #AFAFAF;
}
.news-text {
	color: #333333;
}
.news-link {
	color: #DE0000;
	font-size: 11px;
}
