body {
	background-color: #999999;
	background-image: url(../gfx/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}
.BtmText {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.BtmText a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.BtmText a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.BtmText a:hover {
	text-decoration: underline;
	color: #DBDBDB;
}
.BtmText a:active {
	text-decoration: underline;
	color: #DBDBDB;
}
.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #FFFFFF;
	background-image: url(../gfx/menu-bg.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}
.menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.menu a:hover {
	text-decoration: underline;
	color: #DBDBDB;
}
.menu a:active {
	text-decoration: underline;
	color: #DBDBDB;
}
.Content {
	color: #666666;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.Content a:link {
	color: #0C499C;
	text-decoration: none;
}
.Content a:visited {
	text-decoration: none;
	color: #0C499C;
}
.Content a:hover {
	text-decoration: underline;
	color: #666666;
}
.Subtitle {
	font-size: 16px;
	font-weight: bold;
	color: #0C499C;
}

.Content a:active {
	text-decoration: underline;
	color: #666666;
}
.Title {
	color: #0C499C;
	font-size: 26px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
