/* CSS Document */

/* 
* This stylesheet resets default browser styles and defines a 
* set of default styles consistent across browsers. 
*/ 
html, body, * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color:#929295;
	margin: 0px;
	padding: 0px;
}

body {
	background-color:#FFF;
	padding-top:00px;
}


:link img, :visited img, :hover img, :active img, img { border: none; } 
h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 { 
	font-size:34px;
	color:#000;
	line-height:40px;
	margin-bottom:0.3em;
	font-weight:normal;
	font-family:Helvetica, sans-serif;
}
h1 a { 
	font-size:34px;
	color:#000;
	margin-bottom:0.3em;
	font-weight:normal;
	font-family:Helvetica, sans-serif;
}

h2 { 
	font-size: 16px;
	line-height:22px;
	color:#a7a9ac;
	margin-bottom: 0.3em;
	font-weight:bold;
	
}

h3 { 
	font-size:14px;
	line-height: 18px;
	color:#8cc63f;
	margin-bottom: 0.3em; 
	font-weight:bold;
}

h3 a.arrowlink { 
	font-size:14px;
	line-height: 18px;
	color:#8cc63f;
	margin-bottom: 0.3em; 
	font-weight:bold;
	
	padding-right:20px;
	background-image:url(../images/layout/arrow_link.gif);
	background-position:right;
	background-repeat:no-repeat;
}

h3 a:hover.arrowlink  { 
	font-size:14px;
	line-height: 18px;
	color:#a7a9ac;
	margin-bottom: 0.3em; 
	font-weight:bold;
	
	padding-right:20px;
	background-image:url(../images/layout/arrow_link_hover.gif);
	background-position:right;
	background-repeat:no-repeat;
}

h4 {
	font-size:13px;
	margin-bottom:2px;
}

h5 { 
	font-size:20px;
	color:#000;
	line-height:30px;
	margin-bottom:0.3em;
	font-weight:normal;
	font-family:Helvetica, sans-serif;
}

 h6, p, ul, ol, address, blockquote, dl, table { 
	font-size: 1em; 
	margin-bottom:0.8em;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	color:#8cc63f;
	font-size: inherit;
	text-decoration:none;
}
a strong {
	font-family: Arial, Helvetica, sans-serif;
	color:#8cc63f;
	font-size: inherit;
	text-decoration:none;
	font-weight:bold;
}
a:link {
	text-decoration: none;
	font-size: inherit;
}
a:visited {
	text-decoration: none;
	color:#8cc63f;
	font-size: inherit;
}
a:hover {
	text-decoration: none;
	color:#a7a9ac;
	font-size: inherit;
}
a:hover strong {
	text-decoration: none;
	color:#a7a9ac;
	font-size: inherit;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #8cc63f;
	font-size: inherit;
}


ul, li { list-style-type: disc; } 
ol, ol li { list-style-type: decimal; }

em {  
font-style: italic;
font-size: inherit;
}

strong { 
font-weight: bold;
font-size: inherit;
}

fieldset { border: none; }


/* 
* Not really a default style, but this class is used in 
* every project. 
*/ 
.clear:after { 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
font-size: 0; 
}

.clear { 
	display: inline-table; 
	clear: both;
}

/* Hide from IE/Mac \*/ 
* html .clear { height: 1%; } 
.clear { display: block; } 
/* Hide from IE/Mac */ 


.float_left {
	float:left;
}

.float_right {
	float:right;
}
