
.title {
	font-family: Verdana, helvetica, sans-serif ;
	font-weight:bold;
	font-size: 21pt;
	letter-spacing:-1pt;
	line-height: 21pt
}

.subtitle {
	font-family: Verdana, helvetica, sans-serif ;
	font-weight:bold;
	font-size: 15pt;
	letter-spacing:-1pt;
	line-height: 15pt;
	color : #69573F;
}

.light {
	color : #E8E0CE;
}

.dark {
	color : #69573F;
}

.bright {
	color : #FC5504;
}

P  {
	line-height:1em;
	margin-top :0.5em;
	margin-bottom :0.5em;
	font-family : "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}


/*fixed small txt=h6*/
h6  {
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	line-height: 10pt;
	font-size: 8pt;
	margin-top :0em;
	margin-bottom :0em;
	font-style: normal; font-weight: normal; font-variant: normal
}

/*fixed font menu=h5*/
h5  {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	line-height: 12pt;
	font-size: 9pt;
	margin-top :0em;
	margin-bottom :0em;
}



body {
	cursor: crosshair
} 
A:link    {
	text-decoration: none;
}
A:active  {
	text-decoration: none;
	color: #FC5504;
}
A:visited {
	text-decoration: none;
}
A:hover   {
	text-decoration: underline;
	color: #FC5504;
}
