/* HACKS */


/* ALL MARGINS = 0 */
* {
	margin: 0px;
	padding: 0px;
}

.clearfix {
	display: block;
}

img {

	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 }
 
img.center {
margin:20px 0px 30px 216px;
}
 
 body {
 color:#333333;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 background-color:#eec507;
 font-size:12px;
 padding-top:20px;
 padding-bottom:20px;


 }
 
 p, h1, h2, h3, h4 {
 padding-bottom:15px;
 }
 
 h1, h2, h3, h4 {
 	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color:#2979b7;
 }
 
 p {
 text-align:left;
 font-size:1em;
  font-weight:normal;
  color:#333333;
 }
 
 h1 {
	text-align:left;
	font-size:1.4em;
	font-weight:normal;
	
	
 }
 
 h2 {
  text-align:left;
  font-size:1.2em;
  font-weight:normal;
 

 }
 
 h4 {
  text-align:left;
  font-size:1.2em;
  font-weight:normal;
  font-style:italic;
 }
 
 #column2 ul, #column2 ol {
 margin-left:30px;
 margin-bottom:15px;
 }
 
 li {
 margin-bottom:5px;
 }
 
 a:link {
  color:#101e85;
 }
 
 a:visited {
 color:#999999;
 }
 
 a:hover {
 	color:#eec507;
 }
