body  {
background-color: #000000;
}

.bodytext 
{
	font-family: "Gill Sans MT";
	font-size: 12pt;
	color: #CCCCCC;
	font-style: normal;
}

.textover 
{
	font-family: "Gill Sans MT";
	font-size: 14pt;
	color: #333333;
	font-style:italic;
	font-weight: normal;
}

.titletext 
{
	font-family: "Gill Sans MT";
	font-size: 14pt;
	color: #CCCCCC;
	font-style: normal;
	font-weight: normal;

}
     
.text
{
	font-family: "Gill Sans MT";
	font-size: 12pt;
	color: #CCCCCC;
	font-style: normal;
	
}

.smtext
{
	font-family: "Gill Sans MT";
	font-size: 9pt;
	color: #CCCCCC;
	font-style: normal;
	
}

h1 {
	font-size: 18pt;
	margin-top: .8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
}

h2 {
	font-size: 16pt;
	margin-top: .4em;
	font-family: "ITC Zapf Chancery";
	font-style: italic;
	font-weight: bold;
	color: #CCCCCC;
}

h3 {
	font-size: 14pt;
	line-height: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;

}

h4 {
	font-size: 12pt;
	line-height: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;

}

h5 {
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
h6 {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

p {
	font-family: "Gill Sans MT";
	font-size: 12pt;
	color: #CCCCCC;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	padding-left: 2em;
	padding-right: 1em;
}

ul {font-size: 12pt; color: #CCCCCC;  margin-top: 0em; padding-left: 3em;}

ol {font-size: 12pt; margin-top: 0em; padding-left: 0em;}

li {font-family: "Gill Sans MT"; font-size: 12pt; color:#CCCCCC margin-top: 0em; padding-left: 1em;}

A:link {
 
   color:#FFCC66;
   font-family: "Gill Sans MT";
   font-size:12pt;
   font-weight:normal;
   text-decoration:none;
   }
   
 A:visited {
 
   color:#FFCC66;
   font-family: "Gill Sans MT";
   font-size:12pt;
   font-weight:normal;
   text-decoration:none;
   } 
   
   
 A:hover {
 
   color:#CC3300;
   font-family: "Gill Sans MT";
   font-size:12pt;
   font-style: normal;
   font-weight:normal;
   text-decoration:none;
 
   }
   
a.list:link {

color:#D02C02;
   font-family: "Gill Sans MT";
   font-size:11pt;
   font-weight:normal;
   text-decoration:none;
   
   }

a.list:visited 
{
   color:#000000;
   font-family: Arial, Helvetica, sans-serif;
   font-size:9pt;
   font-weight:normal;
   border-bottom: 1px dotted;
   
   }

a.list:hover 
{
   color:#FF6666;
   font-family: Arial, Helvetica, sans-serif;
   font-size:9pt;
   font-weight:normal;
   text-decoration:none;
   border-bottom: 1px solid;
   
   }
   
