body {
	margin: 5px;
	background-color: #f6e6b4;
	background-image: url("bg.gif");
	background-repeat: repeat;
}
h1
	{
	font-size: 16px;
	color:#2b464a;
	font-family: verdana;
	}
h2
	{
	font-size: 13px;
	color:#000000;
	font-family: verdana;
	}
body, p, h3, table, td, th, ul, ol
	{
	font-size: 12px;
	color:#000000;
	font-family: verdana;
	}
img
{ 
vertical-align: middle
}
.redbold {
	font-weight: bold;
	color:#cf2e00;
}
.commentinstr {
	font-style:italic;
	color:#777777;
}
.souther_caption {
	color:#c6b694;
}
.justify {
	text-align: justify;
}
.caption {
	text-align: right;
}
.goback {
	text-align: right;
}
table.bordered {
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
}
table.bordered th {
	border-width: 1px;
	padding: 1px;
	border-style: none;
	border-color: gray;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.bordered td {
	border-width: 1px;
	padding: 1px;
	border-style: none;
	border-color: gray;
	-moz-border-radius: 0px 0px 0px 0px;
}
A:link {
	font-weight: normal;
	color: #cf2e00;
	text-decoration: none;
}
A:visited {
	font-weight: normal;
	color: #cf2e00;
	text-decoration: none;
}
A:active {
	font-weight: bold;
	color: #3BA6CB;
	text-decoration: none;
}
A:hover {
	font-weight: bold;
	color: #3BA6CB;
	text-decoration: none;
}