body {
	background-color: #fff8c7;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:link {
		color: #892712;
		font-weight: bold;
		text-decoration:none;
}

a:visited {
		color: #892712;
		font-weight: bold;
		text-decoration:none;
}
a:hover {
		color: #5a7fb8;
		text-decoration:none;
		font-weight: bold;
}
.content {
	padding: 6px 20px 0px 20px;
	}
	
.lighttext {
	color: #ffffff;
	font-weight:bold;
}

.lighttext a:link{
		color: #ffffff;
		font-weight: bold;
		text-decoration:none;
}
.lighttext a:hover{
		color: #ffffff;
		font-weight: bold;
		text-decoration:none;
}
.lighttext a:visited{
		color: #ffffff;
		font-weight: bold;
		text-decoration:none;
}
.lighttext a:active{
		color: #ffffff;
		font-weight: bold;
		text-decoration:none;
}


.footer {
	
	color: #ff000000;
	font-size: 10px;
	text-align:center;
}

.footer a:link, .footer a:hover, .footer a:visited {
		color: #606078;
		font-weight: normal;
}

.small{
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	color: #5a7fb8;
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:18px;
	font-weight: normal;
	display:block;
	padding:10px;
	border-bottom: 1px dotted #5a7fb8;
	border-top: 1px dotted #5a7fb8;
	text-align:center;
	text-transform:capitalize;
	}

table.sortable {
border:1px;
border-style:solid;
border-color:#892712;
border-collapse: collapse;
}
table.sortable th, table.sortable td {
	text-align: left;
	padding: 2px 4px 2px 4px;
	border-style: solid;
	border-color: #892712;
}
table.sortable th {
	border-width: 0px 1px 1px 1px;
	color: #ffffff;
	font-weight:bold;
	background-color: #892712;
}
table.sortable td {
	border-width: 0px 1px 1px 1px;
}
table.sortable tr.odd td {
	background-color: #ececec;
}
table.sortable tr.even td {
	background-color: #fff;
}
table.sortable tr.sortbottom td {
	border-top: 1px solid #892712;
	background-color: #ccc;
	font-weight: bold;
}
