P  {}

H1  {}

H2  {}

H3  {}

A:link     {
			text-decoration: underline;
			color: "#blue"
			}

A:visited  {
			text-decoration: underline; 
			color: "#blue"
			}

A:active   {
			text-decoration: underline; 
			color: "red"
			}

A:hover    {
			text-decoration: none; 
			color: "#red"
			}


.BODY  {
	font-size : 10pt;
	font-family : Trebuchet MS;
	color : #black;
	}
	
TD  {	
	font-family : Trebuchet MS, Tahoma, Arial;
	font-size : 10pt;	
	color : #black;
	}

.headline {
	font-size : 12pt;
	font-family : Georgia, Arial;
	color : #6A5B88; font-weight:bold
	}
	
.header {
	font-size : 14pt;
	font-family : Georgia, Trebuchet MS, Arial;
	color : #0080C0; font-weight:bold
	}

.small	{
	font-family: Trebuchet MS; 
	font-size: 8.5pt; 
	color: #grey;
	}