* {
	font-family: "Frutiger LT Std 55 Roman", "Frutiger Std 55 Roman", Frutiger, Helvetica, Arial, sans-serif;
}

BODY {
	background-color:rgb(255,255,255);
}

p { 
	font-size: 12px; 
	line-height: 18px;
}

ul {
	font-size: 12px; 
	list-style-type: disc; 
	line-height: 16px;
}
ul ul {
	list-style-type: square;
}

li {
	margin: 10px;
}

li li {
	list-style-type: square; 
}


h4 {
	color: rgb(0,0,0);
}

h3 {
	font-size: 16px;
}



.list p {
	font-size: 12px; 
	font-weight: normal; 
	line-height: 14px; 
	margin-top: 0px; 
	margin-bottom: 4px;
}
	
.links p {
	font-size: 12px; 
	font-weight: 700; 
	line-height: 16px; 
	margin-top: 0px; 
	margin-bottom: 0px;
}