@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Futura Book", Helvetica, sans-serif;
	background-color: #000000;
	line-height: normal;
	color: #ccccff;
}
     
a:link { color: #ccccff;
         text-decoration: none; }
     
a:visited { color: #ccccff; 
         text-decoration: none; }
   
a:hover {color: #ffcc00;
         text-decoration: none; }
		 
		 
a.underline:link { color: #ccccff;
         text-decoration: underline; }
     
a.underline:visited { color: #ccccff; 
         text-decoration: underline; }
   
a.underline:hover {color: #ffcc00;
         text-decoration: underline; }
		 
a.email:link { color: #ffcc00;
         text-decoration: underline; }
     
a.email:visited { color: #ffcc00; 
         text-decoration: underline; }
   
a.email:hover {color: #ffcc00;
         text-decoration: underline; }


h1 { margin-top: .5em;
     margin-bottom: 0em;
     font-family: Georgia, Times, "serif";
     font-size: 18pt;
     font-style: none;
     color: #000000; }
     
     
h2 { margin-top: .5em;
     margin-bottom: 0;
     margin-left: 20px;
     font-family: "serif";
     font-size: 18pt;  
     font-style: italic; 
     color: #993333; }
     
h3.head { margin-top: 0;
     margin-bottom: 0;
     margin-left: 1em;
     font-family: Georgia, Times, "serif";
     font-size: 12pt;
     font-style: italic;
     color: #000000; }
      
h3 { margin-top: .75em;
     margin-bottom: 0;
     margin-left: 1em;
     font-family: Georgia, Times, "serif";
     font-size: 12pt;
     font-style: italic;
     color: #000000; }
     

	 
h4 { margin-top: 0;
     margin-bottom: 0;
     margin-left: 7px;
     font-family: serif;
     font-size: 11pt; 
     font-stretch: extra-expanded;  
     font-style: italic;
     color: #000000; }
     

h4.menu { font-size: 11pt; 
          color: #003399;
          font-family: Courier, "sans-serif"; 
          font-style: normal; }
          
    
td { vertical-align: top; }

td.thanks { vertical-align: bottom; }

td.body {background-image:url(Images/body.jpg) ;
		background-repeat:no-repeat ;}
     
p {
	font-size: 9pt;
	text-indent: 0;
	margin-top: .25em;
	margin-bottom: 1em;
	color: #ccccff;
	font-weight: lighter;
}

     
p.thankyou {
	font-size: 9pt;
	text-indent: 0;
	margin-top: .25em;
	margin-bottom: 0em;
	color: #ccccff;
	font-weight: lighter; }
    
p.footer {
	font-size: 7pt;
	color: #ccccff;
	font-weight: lighter;
}
    
p.copy { font-size: 7pt;
    font-family: Verdana, Arial, Helvetica, "sans-serif";
    color: #ffffff; 
	text-indent: 0; 
    margin-top: .1em;
    margin-bottom: 1em;}
	

    
ul { list-style-type: disc; 
	 list-style-position: outside; 
     color: #000000; 
     font-family: Georgia, Times, "serif";
     margin-top: 1em; }

ol { list-style-type: 1;
     font-size: 10pt;
     font-family: Arial, Helvetica, "sans-serif";}

li { margin-left: 0;
     font-size: 10pt; }

li.menu { margin-left: 0px;
          list-style-position: inside;
          font-size: 9pt; }

span.current { color: #ffffff; 
				background-color: #000000; 
				font-weight: bold; }
span.smallcaps  {
	font-variant: small-caps;
}