body 	{
	background: #eee;
	font-size: 10pt;
	font-family: trebuchet ms, sans-serif;
	padding: 5px;
	text-align: center;
	}
	
a:link {text-decoration: underline; color: #0000FF; font-weight: bold;}
a:visited {text-decoration: underline; color: #0000FF; font-weight: bold;}
a:hover{text-decoration: none; color: #0000FF; font-weight: bold;}
a:active {text-decoration: underline; color: #0000FF; font-weight: bold;}
	
#wrap 	{	
	background: #eee;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	}

#bar	{
	background: #ddd;
	font-size: 12pt;
	font-variant: small-caps; 
	word-spacing: 10px;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	border-width: 1px;
	border-style: solid;
	text-align: right;
	float: center;
	}

#pic	{
	border-width: 1px;
	border-style: solid;
	float: right;
	width: 175px;
	margin-top: 10px;
	margin-left: 5px;
	clear: both;
	}


	
	
#main	{
	background: #fff;
	width: 570px;
	text-align: justify;
margin-left: auto;
margin-right: auto;
	margin-top: 50px;
	border-width: 1px;
	border-style: solid;
	padding: 20px;
	color: #333;
	}
	
	

	
	
#h1	{
	font-size: 16pt;
	text-align: left;
	color: #000;
	border-bottom: 2px solid #eee;
	margin-bottom: 5px;
	}
	
#subhead{	
	text-align: right;
	font-size: 11pt;
	color: #000;
	}

#subhead2{
	text-align: left;
	font-size: 11pt;
	color: #000;
	}
	
#h2	{
	font-size: 16pt;
	text-align: right;
	color: #000;
	border-bottom: 2px solid #eee;
	margin-bottom: 5px;
	}	
	
#ul	{list-style: none; margin-top: 5px;}
	
#ul2	{list-style: none; text-align: right; margin-top: 5px;}	
	
	
	
	
	
