﻿/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {    
   margin:0;   
   padding:0;   
} 
able {  
   border-collapse:collapse;   
   border-spacing:0;   
} 
ieldset,img {    
    border:0;   
} 
address,caption,cite,code,dfn,em,strong,th,var {  
    font-style:normal;   
    font-weight:normal;   
} 
ol,ul {  
    list-style:none;   
} 
caption,th {  
    text-align:left;   
} 
h1,h2,h3,h4,h5,h6 {  
    font-size:100%;   
    font-weight:normal;   
} 
q:before,q:after {  
    content:'';   
} 
abbr,acronym { border:0;   
}  

/* Styles */

html, body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #555555;
	background-color: #FFFFFF;
	line-height : 150%;
	height:101%;	
	margin: 0px;
}
p 
{
	margin-bottom: 15px;
}

h1
{
	font-size: 120%;
	font-weight:bold;
	margin-bottom:10px;
	color:#64AF3F;
}

h4
{
	font-weight:bold;
}

ul
{
	margin-left: 30px;
}

li
{
	margin-left: 10px;
	margin-bottom: 10px;
	list-style-type:disc;
	list-style-position:outside;
}
img
{  border-style: none;
}
a
{
	font-weight:bold;	
	text-decoration:none;
	color:#64B03E;	
}
a:visited
{
	text-decoration:none;

}
a:hover
{
	text-decoration:none;
}

/* extended styles */
h2
{
	color:#64B03E;		
	font-size:120%;
	font-weight:bold;
	margin-bottom: 15px;
}

.heading2
{
	font-weight:bold;
}

