/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D2CD93;
}
body,td,th {
font-family: Georgia, "Times New Roman", Times, serif;	font-size: 12px;
	color: #333333;
}
.bodytext {
font-family: Georgia, "Times New Roman", Times, serif;	font-size: 14px;
	line-height: 22px;
	color: #333333;
}
.head1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #B0AB7C;
}

.nav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #B0AB7C;
	text-decoration: none;
}
.nav a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
    text-decoration: none;

}

.nowrap
{
	white-space: nowrap;
}

