body  {
	margin: 10 10 10 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	 

}

 

/* this applies to all HTML elements
	zero's borders out, and sets default font stuff and border color*/
*
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999;
	margin:0px;
	padding:0px; font-size:11px;
	/*border:0px;
	
	border-color:#e5e5e5;*/
}

a { text-decoration:none; color:#999; }
a:link { text-decoration:none; color:#ccc; }
a:visited { text-decoration:none; color:#999; }
a:hover {color: #55B84B; }

a.missing {
	color: #f00;
	
}

a img {
	float: left;
}

h1 {
	color: #55B84B;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-bottom:10px;
    /*text-transform:uppercase; */
    letter-spacing: 0.06em;
}

h1 img 
{
	display: block;
}

h2 
{
	color:  #55B84B;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin-bottom:10px;
   /* text-transform:uppercase; */
    letter-spacing: 0.05em;
}

h3
{
	font-size: 11px;
    line-height:11px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom:6px;
    letter-spacing: 0.05em;
}


h4 {
	margin: 3px 0px 3px 0px;
	font-weight: bold;
	font-size: 14px;
	color: #666;
}
h5 {
	margin: 0;
	font-weight: bold;
	font-size: 12px;
	color: #666;
}
h6 {
	margin: 0;
	font-weight: bold;
	font-size: 11px;
	color: #333;
}


iframe {
	margin: 0;
	padding: 0;
	border-width: 1px;
	
}

#floatlayer iframe {
	border: none;
}

iframe.hidden {
	display: none;
}

p {
	line-height:18px;
	margin-bottom:20px;
}

p.one_line
{
	margin-bottom:10px;
}

td img {
	display: inline;
}

ul 
{
	
	margin-bottom:25px;
	margin-left:17px;
}

ol 
{
	margin-bottom:25px;
	margin-left:24px;
}

li {
	padding-left: 0;
	margin-left: 0;
	margin-bottom:5px;
}

object, embed {
	display: block;
}

#mainFlash {
	width: 990px;	
	margin-left: auto;
	margin-right: auto;
}
 
 
 .divborder {
      
	border:#f6f6f6 1px solid;
	padding:5px; 
	color: #55B84B;
}
 