
/* basic elements */
html {
	margin: 0px;
	padding: 0px;
	}
	
body { 
	padding: 0px; font-style:normal; font-variant:normal; font-weight:normal; line-height:17pt; font-size:8pt; font-family:arial
	}
	
body2 { 
	color: #333333; 
	background: #ffffff;  
	padding: 0px; font-style:normal; font-variant:normal; font-weight:normal; line-height:17pt; font-size:8pt; font-family:arial
	}
	
p { 
	font: 8pt/16pt arial; 
	margin-top: 0px; 
	}
	
q { 
	font: 8pt/16pt arial; 
	margin-top: 0px; 
	}


a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #6699cc
	}

a2:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #669900
	}

	
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #336699;
	}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #336699;
	}

/* specific divs */
#header { 
	font: 9pt/12pt arial; 
	color: #ffffff;
	text-decoration: italic;
	}

#menu { 
	font: 9pt/12pt arial;
		}

#menu a:link, #menu a:visited {
	font: 9pt/12pt arial;
	color: #ffffff;
		}
		
#menu a:hover {	
	text-decoration: underline; 
	color: #ccffff;
	}

#footer p {
	font: 6pt/12pt arial; 
	margin-top: 0px; 
	text-align: center;
	color: #000000;
}

#footer a:link, #footer a:visited { 
	 
	font: 8pt/12pt arial; 
	margin-top: 0px; 
	align="center"
	color: #cc3333;
}

#footer a:hover {	
	text-decoration: underline; 
	color: #cc3333;
	}
