body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #100A2C;
}
.mt {
	border: 2px solid #CCCCCC;
	background-color: #B2B2B2;
	background-image: url(../images/table-bg.jpg);
	background-repeat: repeat-x;
}
.mt td {
	vertical-align: top;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.nav {
	background-color: #FFFFFF;
	background-image: url(../images/nav-bg.jpg);
	padding: 10px;
	width: 160px;
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
}
a {
	font-weight: bold;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}

.mt .nav p {
	margin-top: 8px;
	margin-bottom: 8px;
}

.mc {
	padding: 15px;
}

.mt .mc h1 {
	font-size: 21px;
	color: #2A1F59;
	margin-top: 0px;
}
.mt .mc h2 {
	font-size: 16px;
	color: #2A1F59;
	margin-top: 0px;
}

.ftr {
	font-size: 11px;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.ftr a {
	font-weight: normal;
	color: #000000;
}

.Rimg {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #100A2C;
}
#ss {
	margin-bottom: 5px;
	margin-left: 10px;
}
