/* Body tag: color, image, repeat, attachment, and position. */

body {
	background : black none no-repeat scroll center;
}

/* Use the <p> tag for all body content */	


p {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	line-height: 0px;
	font-weight: normal; 
	color: #000000; 
	text-decoration: none;  
	margin: 10px 5px 5px 5px
	}



/* Use the <.body> tag for all body content using it as a class */	

	
/* Body */
.body { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 16px; 
	font-weight: normal; 
	color: #000000; 
	text-decoration: none; 
	margin : 0px 0px 0px 0px;
	}

.body a:link    { 
	color: blue; 
	text-decoration: underline 
	}
	
.body a:visited { 
	color: purple; 
	text-decoration: underline 
	}
	
.body a:hover   { 
	color: Red; 
	text-decoration: underline 
	}


/* homepage */

.homepage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin : 2px 75px 0px 23px;
	}
	
/* Text Links */
.textlinks {
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 10px; 
        line-height: normal; 
        font-weight: normal; 
        color: #ffffff; 
        text-decoration: none; 
        margin : 0px 0px 0px 0px;
      }

.textlinks a:link    { 
	color: #ffffff; 
	text-decoration: underline 
	}
	
.textlinks a:visited { 
	color: #ffffff; 
	text-decoration: underline 
	}
	
.textlinks a:hover   { 
	color: #FF3300; 
	text-decoration: underline 
	}	
	
	
/* Lists */		

ul, ol {  
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 10px;
        line-height: 16px; 
        font-weight: normal; 
		color: #ffffff;
		padding-top: 5px; 
		padding-left: 20px
		}
	
li {  
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 10px;
        line-height: 16px; 
        font-weight: normal; 
		color: #ffffff;
		padding-top: 0px; 
		padding-left: 0px
		}
	
dl {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;  
	font-weight: normal; 
	color: #ffffff;
	padding-top: 5px; 
	padding-left: 50px
	}
	
dt {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;  
	font-weight: normal; 
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 5px; 
	padding-left: 0px
	}
	
dd {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;  
	font-weight: normal; 
	color: #ffffff;
	padding-top: 0px;
	padding-bottom: 0px; 
	padding-left: 0px
	}

	
	
	
	
	
	
	
	