/* CSS Document */

body {font-family:Arial, Helvetica, sans-serif;
       background-color:d8d8d8;}

p {font-size:12px;
   color: #d3dce5;
   line-height:5px;}

h6 {font-size:12px;
    font-weight: bold;
	color: #d3dce5;}
	
h5 {font-size:12px;
	font-weight: normal;
	color: #666666;
	line-height:18px}
	
h4 {font-size:14px;
	font-weight: bold;
	color: #666666;
	line-height:18px}

a:link {font-size: 12px;
	    color: #ffffff;
		text-decoration:none;}
		 
a:visited {color: #d3dce5;
           text-decoration:none;}
		   
a:hover {color: #ffffff;
		 text-decoration:none;}
		 
a:active {color:#333333;
		  text-decoration:none;}

.here {color:#333333;
	   text-decoration:none;}
	 
.formtext {font-family:Arial, Helvetica, sans-serif;
           color:#666666; 
		   font-size: 12px;
		   line-height: 18px;
		   text-decoration:none;}
		   
.formlink {font-family:Arial, Helvetica, sans-serif;
           color:#666666;
		   font-size: 13px;
		   font-weight: bold;
		   line-height: 18px; 
		   text-decoration:none;}
