body  {
	scrollbar-track-color : #EBE7D8;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	scrollbar-arrow-color : #153850;
	scrollbar-base-color : #F2EFE6;
	scrollbar-face-color : #F2EFE6;
	scrollbar-darkshadow-color : #153850;
	scrollbar-highlight-color : #153850;
	background-color: #F2EFE6;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(../images/marble.jpg);
	margin: 0;
}

td  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.textblock  {
	font-size : 12px;
    line-height: 17px;
	text-align : justify;
	margin-right: 5px;
}

.caption  {
	font-size : 10px;
	text-align : center;
	color : #976937;
    line-height: 12px;
	margin-top: 3px;
}

a  {
	color : #002D4D;
	text-decoration : none;
	font-weight : bold;
}


a:hover  {
	color : #976937;
	text-decoration : underline;
	font-weight : bold;
}

h1  {
	color : Navy;
	text-decoration : none;
	font-size : 18px;
	font-weight : bold;
}

.tablehead {
	background: White;
	border: 0px solid #1D4B6B;
	font-size: 12px;
	font-weight: bold;
	color: #976937;
	text-align : center;
	height: 25px;
}

.tablemain {
	background: #A37A4E;
	border: 1px solid #1D4B6B;
	font-size: 16px;
	font-weight: bold;
	color: White;
	text-align : center;
}

.forminput {
	background: #EBE7D8;
	border: 1px solid #1D4B6B;
	font-size: 11px;
	color: #153850;
}

.formbutton {

	border: 1px solid #1D4B6B;
	font-size: 11px;
	text-align : center;
	background: #EBE7D8;
	color: #153850;
}
.menu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	margin-left: 0px;
	margin-right: 0px;
}
.menu2 a:link {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	text-align:center;
}
.menu2 a:hover {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
	text-align:center;
}
.menu2 a:visited {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
	text-align:center;
}
.menu2 a:active {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
	text-align:center;
}


table {
	background-color: #F2EFE6;
}
p {
	line-height: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
ul {
	margin-right: 10px;
	margin-left: 10px;
	line-height: 20px;
}
form {
	margin-right: 10px;
	margin-left: 10px;
}
.floatright {
	float: right;
	padding-right: 8px;
}
