@charset "utf-8";
/* CSS Document */

* { outline: none; }

td{
font-family:Arial, Helvetica, sans-serif;}
body{
color:#FFFFFF;

margin:0px;
padding:0px;
margin-top:15px;
background-color:#000000;
background-image:url(images/bg.jpg);
background-position:top center;
background-repeat:no-repeat;
background-attachment: fixed;
}
.cta{
border:1px solid #373839; 
width:372px; 
float:left; 
margin-right:17px; 
margin-top:10px; 
padding-top:15px; 
padding-bottom:15px;
background:#000000 repeat-x url(images/cta-bg.jpg);
float:left;
}
.cta2{
border:1px solid #373839; 
width:372px; 
float:left; 
margin-top:10px; 
padding-top:15px; 
padding-bottom:15px;
background:#000000 repeat-x url(images/cta-bg.jpg);
float:left;
}
.footer{
border:1px solid #373839;
width:763px;
background:#000000 url(images/footer-bg.gif) repeat-x;
height:44px;


}
.hr{

border-top:1px solid #373839; }
h1{
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:22px;
display:inline;
color:#3ebf00;}

h2{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
display:inline;
color:#dfdfdf;}

h3{
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
display:inline;
color:#3ebf00;}

h4{
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
display:inline;
color:#dfdfdf;}

p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:20px;
color:#FFFFFF; 
text-decoration:none; 
}

p a{
color:#3ebf00; 
text-decoration:none; 
}

p a:hover{
	color: #6eef59;
}

a{
color:#FFFFFF; 
text-decoration:none; 
}