@media all {
	/* global styles */
	body, td, th, input, textarea, select, option { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 9pt; line-height: 16pt; color: #FFFFFF; }
	body { background-color:#333333; }
	a:link { text-decoration: none; color: #FFFFFF; border-bottom: 1px solid #FFFFFF; }
	a:visited { text-decoration: none; color: #FFFFFF; border-bottom: 1px solid #FFFFFF; }
	a:hover { text-decoration: none; color: #666666; border-bottom: 1px solid #666666; }
	a:active { text-decoration: none; color: #FFFFFF; border-bottom: 1px solid #FFFFFF; }
	
	#container { margin: 0 auto; width: 854px; }
	
	/* headers */
	h1,h2,h3,h4,h5,h6 { line-height: normal; font-weight: lighter; text-decoration: none; color: #FFFFFF; }
	h1 { font-size: 15pt; }
	h1#title { margin: 25px 0 15px 0; }
	h2 { font-size: 13pt; }
	h3 { font-size: 12pt; }
	h4 { font-size: 10pt; }
}
