/************************************
 * HTML
 ************************************/
html 
	{
/*	border-left:  3px solid #000000 ; 
	border-right: 3px solid #000000 ;	*/
	}

/************************************
 * BODY
 ************************************/
body
	{
	font-family: verdana, arial, sans-serif ;
	font-size: 10pt ;
	font-weight: normal ;
	text-align: left ;

	margin: 0 150px 0 250px ;		/*moved from html block */
	padding: 0 10px 0 10px ; 

	}

/************************************
 * HEADINGS
 ************************************/
h1
	{
	font-family: 'georgia' 'comic sans ms' 'verdana' 'arial' sans-serif ;
	color: #000000 ;
	font-size: 14pt ;
	font-weight: normal ;
	text-align: center ;
	}
h2
	{
	font-family: 'verdana' 'comic sans ms' 'arial' sans-serif ;
	color: #000000 ;
	font-size: 12pt ;
	font-weight: bold ;
	text-align: center ;
	}
h3
	{
	font-family: 'verdana' 'arial' sans-serif ;
	background-color: #000099 ;
	font-size: 10pt ;
	font-weight: bold ;
	color: #ffffff ;
	text-align: left ;
	}

/************************************
 * PARAGRAPHS
 ************************************/
p
{
	font-family: verdana, arial, sans-serif ;
	color: #000000 ;
	font-size: 10pt ;
	font-weight: normal ;
	text-align: justify ;
}
p.copy
	{
	text-align: left ;
	text-indent: 0% ;
	color: #339933 ;
	font-family: serif ; 
	font-size: 10pt ;
	font-weight: normal ;
	}

/************************************
 * LINKS
 ************************************/
a, a:link
	{
	color: #0000ff ;
	text-decoration: none ;
	font-weight: bold ;	
	}
a:active
	{
	/* color: #c00 ; */
	/* background: transparent ; */
	}
a:hover
	{
	/* color: #0000ff ; */
	/* background: #ffff99 ; */
	}
a:visited
	{
	color: #0000ff ;
	}

/************************************
 * OTHER
 ************************************/
hr
	{
	color="#800000" ;
	}

table
{
	font-family: verdana, arial, sans-serif ;
	color: #000000 ;
	font-size: 10pt ;
	font-weight: normal ;
	text-align: left ;
}
