BODY {
	font-family: Trebuchet MS, arial, sans-serif;
	font-size:12pt;
	color: #000000;
	background: #ffffff;
}

.bold { 
	font-weight: bold;
}

.italic {
	font-style : italic;
}

.red {
	color : #cc0000;
}

/* LINKS */

A:LINK {
	color: #cc0000;
	text-decoration : none;
}

A:visited {
	color: #8A0000;
	text-decoration : none;
}

A:hover{
	color : #ff4040;
	text-decoration : underline;
}


/* HEADERS */
H1 {
	color: #cc0000;
	font : bold 28pt/28pt Comic sans MS, sans-serif;
	margin-bottom : 0pt;
}

H2 {
	font: bold  16pt Trebuchet MS, sans-serif;
	color: #cc0000;
}

H3 {
	font: bold  12pt Trebuchet MS, sans-serif;
	color: #000000;
    line-height: 12pt;
}

BLOCKQUOTE {
	font-family: arial, sans-serif;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 15px;
}

P {
	text-indent : 5px;
}

.smcap {
	font : small-caps;
	font-size : 110%;
	letter-spacing : 2px;
}

.smcapbold {
	font : small-caps;
	font-size : 115%;
	letter-spacing : 0px;
	font-weight : bold;
}

#innermenu a{
	text-decoration:none;
	font: bold 9pt/normal Trebuchet MS Arial Sans-serif;
}

#innermenu a:hover{
	background-color: #e72100;
	color : White;
}

UL {
	font-size: 12pt;
	font-family: Trebuchet MS, sans-serif;
}


