/* 

WEBSITE: www.xxxxxxx.com

Created by: xxxxxxxxx xxxxxxx

--------------------------*/
@charset "UTF-8";
/* CSS Document */
/***** Global Settings *****/
 

 
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}

h1, h2 {
	letter-spacing:-1px;
}
 
p, ul, ol {
	margin:0;
	padding:0;
}
 
ul, ol {
	list-style:none;
}

a{
	color: none;
	text-decoration:none;
}
 
 
img {
	border:0;
}
 
 /***** Fonts *****/

p {
	margin-top: 0; padding-top: 0;
	line-height: 1.5em;
	}

h1	{
	font-size:24px;
	line-height: 125%;
	font-weight: bold;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	}
	

h2	{
	font-size:22px;
	font-weight: bold;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	color:#a1c436;
	line-height: 115%;
	}

h3	{
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	font-weight: bold;
	}

h4 {
	font-size:18px;
	}

h5	{
	font-size:14px;
	}

h6	{
	font-size:12px;
	}

 
/***** Links *****/
 
a, a:visited {
	text-decoration:none;
}
 

 

/***** Global Classes *****/
 
.clear         { font-size:0px; line-height:0px; display:block; margin:0px; 		   padding:0px; clear:both; height:0px; width:auto; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 


﻿









 
