`/* CSS Document */

div.main {
	background: #ffffff; 
	width: 800px;
	margin: -20px 0 0 -1px; 
	padding: 0 0 0 0;
	}

img.curve {
	float: left; 
	clear: left; 
	margin: 0 10px 0 0;
	}


A:link   { 
	color : #FE0000;
	text-decoration: none; 
	}
	
A:active  {
	text-decoration: none;
}

A:visited { 
	color: AF0000;
	text-decoration: none; 
	}
	
A:hover  {
	text-decoration: overline;
}

P  {
	color : #333333;
	font-weight : normal;
	font-family : Helvetica, Arial, sans-serif;
	font-size : 13px;
	text-decoration: none;
	margin: 10px 0px 10px 20px;
}

/*H1 {
	color : #000000;
	font-weight : bold;
	font-family : Helvetica, Arial, sans-serif;
	padding-top: 10pt;
	font-size : 20px;
	text-decoration: none
	
		margin: 0.75em 0em 0.75em 1em;
}
*/

h1 {
	padding-top: 20px;
	padding-left: 20px; 
	color : #000000;
	font: 160% Helvetica, Arial, sans-serif;
		font-weight : bold;
	}


H2 {
	color : #333333;
	font-weight : bold;
	font-family : Helvetica, Arial, sans-serif;
	padding-top: 15px;
	padding-left: 20px; 
	font-size : 14px;
	font-style: italic;
	font-variant: normal;
}

H3 {
	color : #000000;
	font-weight : normal;
	font-family : Helvetica, Arial, sans-serif;
	padding-top: 10px;
	padding-left: 20px; 
	font-size : 13px;
	text-decoration: underline
}

H4  {
	color : #333333;
	font-weight : normal;
	font-family : Helvetica, Arial, sans-serif;
	padding-left: 20px; 
	font-size : 13px;
	font-style: bold;
}

H5  {
	color : #333333;
	font-weight : normal;
	font-family : Helvetica, Arial, sans-serif;
	padding-left: 20px; 
	font-size : 13px;
	text-decoration: underline;
}

H6  {
	color : #333333;
	font-weight : normal;
	font-family : Helvetica, Arial, sans-serif;
	font-size : 13px;
	padding-left: 20px; 
	font-style: italic;
}

UL  {
	color : #333333;
	font-weight : normal;
	font-family : Helvetica, Arial, sans-serif;
	font-size : 12px;
	text-decoration: none;
	margin-left: 10px
}

OL  {
	color : #333333;
	font-weight : normal;
	font-family : Helvetica, Arial, sans-serif;
	font-size : 12px;
	text-decoration: none;
	margin-left: 10px
}

DL  {
	color : #333333;
	font-weight : normal;
	font-family : Helvetica, Arial, sans-serif;
	font-size : 12px;
	text-decoration: none;
	margin-left: 10px
}

BLOCKQUOTE  {
	color : #333333;
	font-weight : normal;
	font-family : Helvetica, Arial, sans-serif;
	font-size : 12px;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px
}

.small  {
	font-weight : normal;
	font-family : Helvetica, Arial, sans-serif;
	font-size : 10px;
	text-decoration: none
}

.byline  {
	color : #666666;
	font-weight : normal;
	font-family : Helvetica, Arial, sans-serif;
	font-size : 10px;
}