body
{
	font-family: Arial, sansserif;
	background-color: #CCC1BB;
}


p
{
	color: #FFFFFF;
	font-size: 10pt;
	line-height: 120%;
	font-weight: normal;
	text-align:left;
	margin-top:5px;
}

h1	{
	color: #FFFFFF;
	font-family: 'Eurostile ExtendedTwo', Eurostile, Arial, sansserif;
	font-size: 24pt;
	margin-top:10px;
	margin-bottom:0px;
	font-weight:normal;
	text-align:left;
}

h2	{
	color: #FFFFFF;
	font-size: 18pt;
	margin-top:10px;
	margin-bottom:0px;
	font-weight:bold;
	text-align:left;
}

h3	{
	color: #FFFFFF;
	font-family: 'Eurostile ExtendedTwo', Eurostile, Arial, sansserif;
	font-size: 16pt;
	margin-top:10px;
	margin-bottom:10px;
	margin-left: 15px;
	font-weight:normal;
	text-align:left;
}


.boldtext	{
	font-family: 'Eurostile ExtendedTwo', Eurostile, Arial, sansserif;
	font-weight: bold;
}

.blacktext	{
				color: #000000;
				font-size: 9pt;
				text-align: center;
			}

.holder {
	width: 901px;
	border-color: #333333;
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
}

.orange {
		background-color: #FF6600;
}

.lightorange	{
				background-color: #FF9933;
				}
				
.white	{
		background-color: #FFFFFF;
		}

a.black
{
	text-decoration:underline;
	color: #000000;
}



ul	{
			font-size:9pt;
			line-height: 120%;
			color: #FFFFFF;
			margin-top:5px;
			margin-bottom:5px;
			margin-left: 0;
			padding-left: 0;
			list-style: none;
			text-align: left;
			}
li	{padding-left: 20px;
			background-image: url(../images/blackcircle.gif);
			background-repeat: no-repeat;
			margin-bottom:5px;
			}

li.noimage  {			
			background-image: none;
			}
			
.tenpoint	{
				font-size: 10pt;
			}
			
#dropmenudiv{
position:absolute;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
text-decoration: none;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;

border-top: 0px solid transparent;
border-bottom: 0px solid transparent;

text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: transparent;
}