/**
 * main.css
 */

/* text */
p, td, pre {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	color: #C0C8CC;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7C9FBB;
}

/* list */
.list {
	list-style-type: square;
	margin-left: 25px;
	margin-top: 0px;
}

/* links */
a:link { 
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
} 
	    
a:visited { 
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
} 
	    
a:active { 
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
} 
	    
a:hover { 
	color: #FFEE8E;
	text-decoration: none;
	font-weight: bold;
}

/* links */
a.grey:link { 
	color: #D4DADE;
	text-decoration: none;
	font-weight: bold;
} 
	    
a.grey:visited { 
	color: #D4DADE;
	text-decoration: none;
	font-weight: bold;
} 
	    
a.grey:active { 
	color: #D4DADE;
	text-decoration: none;
	font-weight: bold;
} 
	    
a.grey:hover { 
	color: #FFEE8E;
	text-decoration: none;
	font-weight: bold;
}

/* links */
a.white:link { 
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
} 
	    
a.white:visited { 
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
} 
	    
a.white:active { 
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
} 
	    
a.white:hover { 
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

