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




/* GLOBAL - TOP LEVEL ------------------------------- */

.clear { clear: both; margin: 0; padding: 0; }
.hidden {display: none; }
.dottedLine { background: url(../images/dottedline.png) repeat-x; height: 1px; margin: 10px 0;}
.fl { float: left;}
.fr { float: right;}
a{outline:0!important}

/* html { background: url(images/bg.jpg) repeat-x; } */


body {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;	
	color: #000;
	margin-bottom: 150px;
}

h1, h2, h3, h4, ul, li { margin: 0; padding: 0;}
h1 { font-size: 120px; color:#66FF00;  }
h2 { font-size: 14px; font-weight: bold; color: #000; text-transform: uppercase; border-bottom: 1px solid #ccc; padding: 5px 10px; background: #F7F7F7; }
h3 { font-size: 12px; font-weight: bold; color: #666666; margin-bottom: 5px; }



img {border: 0;}

.black li { color: #000!important}






/* Containers */ 

.content { width: 990px; margin: 20px auto; }
.contentLeft { width: 500px; float: left; }
.content ul { margin: 15px 25px; }
.content li { color: #00CC00; }
.content p { margin-top:0; }


.heading { border-bottom: 1px solid #000; color: #000; padding: 5px 10px; font-size: 14px; font-weight: bold; }



.content a { color: #00CC00; text-decoration: underline; }
.content a:hover { text-decoration: none; }


.advertising a { color: #FF0000; text-decoration: underline; }
.advertising a:hover { text-decoration: none; }
.advertising li { color: #FF0000; }



.exp a { color: #6E14CF; text-decoration: underline; }
.exp a:hover { text-decoration: none; }
.exp li { color: #6E14CF; }





