body {
	background-image:url('../site_images/background.jpg');
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 auto;
}

.template_box {
	margin: 0 auto;
	max-width:1024px;
	padding-left:15px;
	padding-right:15px;
}

.top_separator {
	background-image:url(../site_images/top_separator.png);
	height:10px;
}

.bottom_separator {
	background-image:url(../site_images/bottom_separator.png);
	height:10px;
}

.frame {
	padding-left: 10%;
	padding-right: 10%;
}

.frame_table {
	width: 100%;
	height: 100%;
	padding: 0px;
	border-spacing: 0px;
}

.border_table {
	width:100%;
	border-style:solid;
	border-width:1px;
	border-spacing: 0px;
	border-collapse:collapse;
}

.border_table td {
	border-style:solid;
	border-width:1px;
	padding:5px;
	border-collapse:collapse;	
}

.border_table th {
	border-style:solid;
	border-width:1px;
	border-collapse:collapse;
}

.history_table {
	padding:5px;
}

.cds_table th{
	font-size:16px;
}

.history_table td {
	padding:5px;
}

a:link{
	text-decoration: none;
	color:#91995c;
	font-weight: bold;
}

.black_link{
	color:black;
	text-decoration:none;
}

a:visited{
	color:#394e02;
}

a img {
	text-decoration: none;
	border: 0 none;
}

h2{
	color:#91995c;
}

.form_table td {
	vertical-align:top;
}

.success {
	color:green;
}

.failure{
	color:red;
}

.firstTwoCols {
	width: 70%;
}

.smallText {
	font-size: 14px;
}

.cds_table th {
	border-right:1px solid;
	border-style:none solid solid none;
	border-width:medium 1px 1px medium;
}

.cds_table td {
	border-right:1px solid;
	border-style:none solid solid none;
	border-width:medium 1px 1px medium;
}
