body {
	background-image: url(images/red_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0px;
}
#top {
    height: 10px;
	background: #f2f2f2 url(images/lightgreen_bg.gif) repeat-x;
}
#top .left {
    display: inline;
	float: left;
}
#top .right {
    display: inline;
	float: right;
}
#bottom {
    background: url(images/lightgreen_bg.gif) repeat;
	float: left;
	width: 790px;
}
#bottomleft {
    background: url(images/bottomleft.gif) no-repeat;
	float: left;
	width: 10px;
	height: 10px;
}
#bottomright {
    float: right;
	background: url(images/bottomright.gif) no-repeat;
	width: 10px;
	height: 10px;
}
#content {
	background-image: url(images/content_bg.gif);
	padding: 5px;
	float: left;
	width: 395px;
}
#pic {
	float: right;
	width: 395px;
}
.Heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.RedHeading {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #660000;
}
.graysubheading {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.redsubheading {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
}
.subheading {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #666633;
}
.main {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.redlink {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #990000;
}
.bluelink {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #333366;
}
.yellowheadertext {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFCC;
}
.yellowmidtext {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFCC;
}
.yellowtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFCC;
	font-variant: small-caps;
}
.minitext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.marketshareorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
}
.marketsharegray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
#rotator {
	padding-top: 5px;
}
#redliner{
}
#contentbox{
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
#yellowbreaker{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
}
#pageoutliner{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

.footer {
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

.footer a:link, .footer a:visited {
	text-decoration: underline;
	color: #FFFFCC;
}

.footer a:hover {
	color: #FFCCCC;
}