body {
	margin: 0px;
	background: #e6e6e6;
	}
	
#top {
	width: 100%;
	height: 85px;
	margin-top: 50px;
	border-bottom: 1px solid #790000;
	}
	
#container {
	position: relative;
	width: 100%;
	background: white;
	}
	
#bottom {
	position: relative;
	width: 100%;
	height: 120px;
	border-top: 1px solid #790000;
	}
	
.logo {
	width: 600px;
	height: 65px;
	}
	
.dash {
	width: 600px;
	height: 20px;
	background-image: url(dash.gif);
	background-repeat: repeat-x;
	}
	
.main {
	width: 600px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: white;
	}
	
.bar {
	width: 600px;
	height: 20px;
	background: #790000;
	}
	
td.writeup {
	font: 12px/16px arial, verdana;
	color: #333333;
	text-align: left;
	}
	
h1 {
	font: 14px/18px arial, verdana;
	color: #333333;
	font-weight: bold;
	text-align: left;
	}
	
img.rt {
	float: right;
	}
	
#cpa_hide {
	text-decoration:none;
	color:#333333;

redtxt {
	font: Arial, Helvetica, sans-serif;
	color: #790000;
	text-align: center;
}	
