/* Default style sheet for all documents, and for IE and Netscape 6 browsers.*/



BODY  {
	font-family : Georgia, Times, Times New Roman, serif;;
	font-size : .8em;
	background-color : #F6E5E5 ;
}


p, div, blockquote, ol, ul, dl, li, dt, dd, td  {
	font-family : Georgia, Times, Times New Roman, serif;;
	/*font-size : small;*/
	color : #330000 ;
}

ul li  {
	font-family : Georgia, Times, Times New Roman, serif;;	font-size : small;
}

H1  {
	font-size : 150%;
	font-weight : bold;
	font-family : Georgia, Times, Times New Roman, serif;;
	margin-top : .5em;
	margin-bottom : .5em;
}

H2  {
	font-size : 125%;
	font-weight : bold;
	font-family : Georgia, Times, Times New Roman, serif;;
	font-style : normal;
	margin-top : .25em;
	margin-bottom : .25em;
}
/* Headline */
H3  {
	font-size : 125%;
	color : #4F5380 ; 
	font-weight : bold;
	font-family : "Copperplate Gothic Light", Georgia, Times, Times New Roman, serif;;
	margin-bottom : 1em;
	letter-spacing: .1em;
}

H4  {
	font-size : 110%;
	color : #4F5380 ; 
	font-weight : bold;
	font-family : "Copperplate Gothic Light", Georgia, Times, Times New Roman, serif;;
	margin-bottom : 1em;
	letter-spacing: .1em;
}

A:link  {
	color : #6C2314 ;
}



A:Active  {
	color : #800000;
}
A:Visited {
	color : #4F5380;
}

P.headline  {
	font-weight : bold;
}

FORM  {
	font-family : Georgia, Times, Times New Roman, serif;;
	font-size : 13px;
