/* CSS Document */
/*
colors
background: rgb 255, 255, 204/#ffffcc
textbrown: rgb 157 76 44/ #9d4c2c;
lightbrownborder: rgb 200, 91, 40/#c85b28
verylightbrownborder: rgb 236, 190, 112/#ecbe70
yellow1: rgb 247, 212, 0
redlink: 255, 102, 51/ #ff6633
greenlink: 147 195 42

*/
html 
{
	height: 100%;
}

body
{
	margin: 0px 0px 1px;
	height: 100%;
	background-color: white;
}

*
{
	font-size: 10pt;
	color: #9d4c2c;
	font-family: Arial, Sans-Serif;
}

a:link
{
	color: #ff6633;
}

a:visited
{
	color: #ff6633;
}

a:hover
{
	color: #93c32a;
}

.clr 
{
	clear: both;
}

.centerdiv
{
	width: 100%;
	padding-top: 40px;
}

.yellowbar img
{
	width:800px;
}

.rightalign
{
	width: 100%;
	margin-left:0px;
}

.pretitle
{
	width: 224px;
}

.title
{
	padding-left:0px;
}

.legals1
{
	width:100%;
	margin-left:224px;
	height:17px;
	overflow:hidden;
	white-space:nowrap;
	padding:0px;
}

.legals2
{
	position: relative;
	top: -20px;
}

.legals2 a, .legals2 a:visited
{
	color: silver;
	text-decoration: none;
}

.legals1 ul
{
	padding-right: 0px;
	display: inline;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	white-space: nowrap;
}

.legals1 ul li
{
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style-type: none;
}

.legals1 a
{
	color: saddlebrown;
	text-decoration: none;
}
