body		{
				font-family: Arial, Helvetica, sans-serif;
				font-size:10pt;
				margin-left:0px;
				margin-top:20px;
				margin-right:0px;
				margin-bottom:20px;
				background-color:#FFFFFF;				
			}
.orangecell	{
				background-color:#FF9900;
			}
.redcell	{
				background-color:#CC0000;
			}
.greencell	{
				background-color:#82C51E;
			}
.bluecell	{
				background-color:#003366;
			}
.purplecell	{
				background-color:#700F82;
			}
			
p			{
				font-family: Arial, Helvetica, sans-serif;
				font-size:10pt;
				color:#000000;
				margin-top:0px;
				margin-bottom:8px;
			}
			
.bodytext	{
				line-height:120%;
				margin-left:10px;
				margin-right:10px;
				
			}
						
.titlewords	{	font-size:14pt;
				
			}
h1	{
		font-family:"GillSans", Arial, Helvetica, sans-serif;
		font-size: 24pt;
		font-weight: normal;
		margin-top:10px;
		margin-bottom:40px;
		margin-left:10px;
		text-transform:uppercase;
	}
h3	{
		font-size: 12pt;
		font-weight: bold;
		color:#FFFFFF;
		margin-bottom:0px;
	}
	
.bodylist	{	font-family: Arial, Helvetica, sans-serif;
				font-size:10pt;
				margin-left: 0;
				margin-top: 5px;
				padding-left: 0;
				list-style: none;
			}

.bodylist li {	padding-left: 15px;
				background-image: url(../images/whitedot.gif);
				background-repeat: no-repeat;
			}
	
	
.whiteright	{
		font-size:8pt;
		color:#FFFFFF;
		text-align:center;
		font-weight: bold;
		}
		
.whiteleft	{
		font-size:10pt;
		color:#FFFFFF;
		text-align:left;
		font-weight: normal;
		margin-left:10px;
		margin-right:10px;
		}

.whitestd	{
		font-size:8pt;
		color:#FFFFFF;
		text-align:left;
		font-weight: bold;
		margin-left:10px;
		margin-right:10px;
		}
		
a.white:link		{
				font-size:10pt;
				color:#FFFFFF;
				text-decoration:none;
			}
			
a.white:visited		{
				font-size:10pt;
				color:#FFFFFF;
				text-decoration:none;
			}

a.white:hover		{
				font-size:10pt;
				font-weight:bold;
				
			}
			
a.whitestdanc:link		{
				font-size:8pt;
				color:#FFFFFF;
				text-decoration:none;
			}
			
a.whitestdanc:visited		{
				font-size:8pt;
				color:#FFFFFF;
				text-decoration:none;
			}

a.whitestdanc:hover		{
				font-size:8pt;
				text-decoration:underline;
				
			}

			
a.inline:link		{
				color:#000000;
				text-decoration:none;
			}
			
a.inline:visited		{
				color:#000000;
				text-decoration:none;
			}

a.inline:hover		{
				color:#FFFFFF;
				text-decoration:underline;
			}
table.holder	{
				width:840px;
				border-color:#000000;
				}

.whitebigtext	{
					color:#FFFFFF;
					font-size:10pt;
					text-align:center;
					font-weight:bold;
				}
.whitebiggertext	{
					color:#FFFFFF;
					font-size:12pt;
					text-align:center;
					font-weight:bold;
				}
.largeorangetext	{
					color:#FF9900;
					font-size:48pt;
					text-align:center;
					font-weight:bold;
				}
.whitesmalltext	{
					color:#FFFFFF;
					font-size:8pt;
					text-align:center;
					font-weight:normal;
				}

#dropmenudiv{
position:absolute;
border:0px solid black;
border-bottom-width: 0;
font-weight:normal;
font-size: 10pt;
z-index:100;
line-height:100%;
margin-top:0px;
margin-bottom:0px;
}

#dropmenudiv a{
width: 100%;
display: block;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
line-height:100%;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #CC0000;
font-weight: bold;
}


