body 
{
	background: #FFFEE9;
	color: #7A7A7A;
}



.warnings
{
	margin: 3px 115px 8px 115px;
	color: #7A7A7A;
	border: 1px solid #7A7A7A;
	height: 180px;
	padding: 5px 10px;
	overflow: auto;
	text-align: justify;
	background-color: #FFFEE9;
}

.warnings p
{
	color: #7A7A7A;
}

.warnings ul
{
	margin: 0px 0px 10px 0px;
	text-align: justify;
	list-style: disc /*white url(/images/arrow_black.gif)*/ outside;
}

.warnings ul li
{
	margin: 0px 0px 0px 18px;
	padding: 0px;
	color: #7A7A7A;
}

.lighterdiv
{
	font-size: 10pt;

	margin: 3px 3px;
	border-color: #7A7A7A;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	background-color: #FFFEE9;
	color: #7A7A7A;
	padding: 2px 5px;
}

.lighterdiv a, .lighterdiv a:hover, .lighterdiv a:active, .lighterdiv a:visited
{
	color: #7A7A7A;
	font-weight: normal;
	text-decoration: underline;
}

.lighterdiv a:hover
{
	color:#005A90;
	text-decoration: underline;
}

.lightborder
{
	background-color: #FFFEE9;
	color: #7A7A7A;
	border-color: #7A7A7A;
	border-width: 1px;
	border-style: solid;
	margin: 3px 0px;
}

.intro
{	
	color: #7A7A7A;
}
.introbanner
{
	padding: 0px 98px;
	text-align: left;
	background: none;
	border-color: #7A7A7A;
	border-style: solid;
	border-width: 1px 0px;
	margin-bottom: 30px;
}

/*-------- sitetools --------*/
#sitetools
{
	padding: 0px;
	color: white;
	background-color:#B0B0B0;
	height:20px;
}
#sitetools table td
{
	padding: 0px;
	color: white;
	vertical-align: middle;
	height:20px;
}
#sitetools a
{
	color: white;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 0px 3px;
}
#sitetools a:hover
{
	color:white;
}

.homepage
{
	color: #7A7A7A;
}

.sectiontitle
{
	font-family: "DB Univers Regular", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	margin: 0px auto 14px 0px;
	color: #005A90;
}

/*-------- levelone --------*/
#levelone
{
	background-color: none;
	background-image: none;
	color: #7A7A7A;
	padding: 5px 5px;
	height: 39px;
	margin-bottom: 1px;
}
#levelone table
{
	margin: 14px 0px;
}
#levelone a
{
	font-family: /*ITCStoneSans, */Arial, Helvetica, sans-serif;
	color: #7A7A7A;
	text-decoration: underline;
	font-weight: normal;
}
#levelone a:hover
{
	color:#005A90;
}



