body { 
		margin-top: 15px; 
		margin-bottom: 12px; 
		margin-left: 0px; 
		margin-right: 0px; 
		background-color: efefef;
		font-family: Trebuchet MS, Arial;	
		font-size: 10pt; 

}

p,a,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,table,tr,br { 
		font-family: Trebuchet MS, Arial;
}

p,a,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,table,tr,br { 
		font-size: 10pt; 
}

h3 { 
		font-size: 14pt; 
		font-weight: bold;
}

h4 { 
		font-family: Times New Roman;
		font-size: 24pt; 
		font-weight: normal;
}

A.navagation {
		Text-decoration:none;
		color:darkgreen;
		font-size:10pt;
}

A.navagation:hover {
		Text-decoration:underline;
}

A {
		text-decoration:none;
		color:blue;
}

A:Hover {
		text-decoration:underline;
}