/* set the default font for all markup tags */

BODY, TABLE, TD, TH, TR, P, SPAN, BLOCKQUOTE, H1, H2, H3, H4, H5, H6, LI, UL, OL {
	font-family:  Verdana, "Trebuchet MS", Arial;
	color: #000000;
	font-size: 11px;
	text-decoration : none;
}

BODY {
	background-color: #FFF;
	margin: 0px;
}

TH {
	text-align : left;
	font-size: 17px;
	color : #000;
	font-weight : bolder;
}

P {
	text-align: justify;
}

A  {
	color : 993366;
	font-family : Verdana;
	font-size : 10pt;
}

.header  {
	font-family : verdana;
	color : #FFCC00;
	font-size : 10pt;
	font : bold;
	text-decoration : none;
}

A:Visited.header  {
	color : #FFCC00;
	font-family : Verdana;
	font-size : 10pt;
	text-decoration : none;
}

A:Active.header  {
	color : #FFCC00;
	font-family : Verdana;
	font-size : 10pt;
	text-decoration : none;
}

A:Hover.header  {
	color : #66CCFF;
	font-family : Verdana;
	font-size : 10pt;
	text-decoration : underline;
}

.title  {
	font-family : verdana;
	color : #000099;
	font-size : 24pt;
	font : bold;
}



H1, H2, H3, H4, H5, H6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color : #004288;
	margin-bottom: 2px;
	font-weight: normal;
}

H1, .h1 { font-size: 24px; }

H2, .h2 { font-size: 26px; }

H3, .h3 { 
	font-size: 20px; 
	color : #000066;
}

H4, .h4 { 
	font-size: 16px; 
	font-weight: bold;
}

H5, .h5 { 
	font-size: 14px; 
	font-weight: bold;
 }
	
H6, .h6 { 
	font-size: 12px; 
	font-weight: bold;
 }

.sponsor  {
	font-family : verdana;
	color : #000000;
	font-size : 7pt;
	font : bold;
	text-decoration : none;
}

