/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7d5227;
}
body {
	background-image: url(../images/tile.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.orange
{
	background-color:#ff8f02;
}

.lightorange
{
	background-color:#FFCE93;
}

.header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7d5227;
	font-weight:bold;
	
}

.bottomnav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #747474;
	font-weight:NORMAL;
	
}
a:link {
	color: #7d5227;
	text-decoration: none;
}
a:visited {
	color: #7d5227;
	text-decoration: none;
}
a:hover {
	color: #7d5227;
	text-decoration: underline;
}
a:active {
	color: #7d5227;
	text-decoration: none;
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7d5227;
	text-align:justify;
	line-height:18px;
	padding-left:50px;
	padding-right:10px;
	}
ul
{
	padding-left:50px;
	line-height:18px;
	}

.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFF8E8;
	border: 1px solid #FFECB9;
}
.border
{
border: #FFF8E8;
border-style:solid;
border-width:1px;
}
