html 	*{
	padding: 0;
	margin: 0;
	}
a img, :link img, :visited img {
  	border: 0;
	}
table	{
  	border-collapse: collapse;
  	border-spacing: 0;
	}
ul	{
	list-style-type: circle;
	}
ol	{
	list-style-type: decimal;
	}		
ol li	{
	padding-bottom: 10px;
	}
.dots-orange {
	list-style-image: url(images/bullet_orange.gif);
	list-style-position: inside;
	padding-bottom: 10px;
	}
.dots-grey {
	list-style-image: url(images/bullet_grey.gif);
	list-style-position: inside;
	padding-left: 20px;
	}		
body 	{
	background: #fff;
  	color: #333;
  	margin: 0;
  	padding: 0;
	font-family: 'Karla', sans-serif;
  	font-size: 10pt;
	}
b {
  	color: #333;
 	text-decoration: none;
 	color:#000000;
	}
a ,a:link {
 	text-decoration: none;
 	color:#000000;
	}
h1, h2 {
  	font-size: 14pt;
	color: #0082A4;
	padding-top: 15px;
	padding-bottom: 20px;
	font-weight: normal;		
	}
h3, h4 {
  	font-size: 12pt;
	color: #0082A4;
	padding-top: 15px;
	padding-bottom: 20px;
	font-weight: normal;		
	}	
p {
	padding-bottom: 20px;
	}
#wrapper{
	margin: 0 auto;
	text-align: left;
}
#head-image{
	display: none;
	}
#col_left {
	display: none;
	}
#footer {
	padding-top: 20px;
	font-size: 8pt;
	}
img.left {
	float: left;
	margin-right: 20px;
	border: 1px solid;
	border-color: #000000;
	}
img.right {
	float: right;
	margin-left: 20px;
	border: 1px solid;
	border-color: #000000;
	}