body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636363;
}
body {
	background-color: #610000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 11px;
	color: #cf1405;
}
a:visited {
	color: #CF1405;
	text-decoration: underline;
}
a:hover {
	color: #FF3737;
	text-decoration: none;
}
a:active {
	color: #CF1405;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
p {
	margin-top: 3px;
	margin-bottom: 3px;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 4px;
	color: #cf1405;
	margin-bottom: 3px;
}
h2 {
	font-size: 14px;
	color:  #1e5d8b;
	margin-bottom: 3px;
	margin-top: 3px;
}
h3 {
	font-size: 12px;
	color: #1e5d8b;
	text-decoration: underline;
	margin-bottom: 3px;
}
h4 {
	font-size: 12px;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
}
ol {
	margin-top: 3px;
}
hr {
	margin: 0px;
}




/* id are listed below */
#nav {
	background-color: #1e5d8b;
	background-image: url(../images/nav_tile.jpg);
	background-repeat: repeat-x;
	padding-top: 6px;
	padding-bottom: 25px;
}
#nav a {
	display: block;
	width: 208px;
	height: 20px;
	background-color: #1e5d8b;
	border: solid 1px #f0f2f5;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	color: #e5e5e5;
	margin-bottom: 4px;
}
#nav a:visited {
	color: #e5e5e5;
	text-decoration: none;
}
#nav a:hover {
	color: #e5e5e5;
	text-decoration: underline;
}
#nav a:active {
	color: #e5e5e5;
	text-decoration: none;
}
#nav img {
	margin-right: 6px;
	border: 0px;
}

#parentTable {
	width:750px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	text-align:center;
	padding-top: 9px;
	padding-bottom: 9px;
}
#footer a {
	color: #7d7d7d;
	text-decoration: none;
}
#footer a:visited {
	color: #7d7d7d;
	text-decoration: none;
}
#footer a:hover {
	color: #7d7d7d;
	text-decoration: underline;
}
#footer a:active {
	color: #7d7d7d;
	text-decoration: none;
}
#contentBody {
	width: 500px;
	padding-left: 15px;
	padding-right: 12px;
}




/* classes are listed below */
.blueBox {
	background-color: #d3dfe7;
	padding: 5px;
	margin-bottom: 6px;
}
.blueBox a {
	color: #1e5d8b;
	margin-top: 8px;
	margin-bottom: 2px;
	font-weight: bold;
	text-decoration: none;
}
.blueBox a:visited {
	color: #1e5d8b;
	margin-top: 8px;
	margin-bottom: 2px;
	font-weight: bold;
	text-decoration: none;
}
.blueBox a:hover {
	color: #1e5d8b;
	margin-top: 8px;
	margin-bottom: 2px;
	font-weight: bold;
	text-decoration: underline;
}
.blueBox a:active {
	color: #1e5d8b;
	margin-top: 8px;
	margin-bottom: 2px;
	font-weight: bold;
	text-decoration: none;
}
.blueTxt {
	color: #1e5d8b;
	border: solid 1px #6691b0;
	padding: 4px 12px 10px 4px;
	background-image: url(../images/blue_tile.jpg);
	background-position:right;
	background-repeat: repeat-y;
}

.blueTxt img {
	float: left;
	margin-right: 5px;
}
.priceSheet {
	border: solid 1px #1E5D8B;
}
.priceSheet td {
	color: #1e5d8b;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
.portfolioImg {
	margin-bottom: 10px;
	border: solid 1px #1e5d8b;
}