/* CSS :: TEXTSTYLE */ 

* {
	margin: 0;
	padding: 0;
}

html, body {
	font-size: 62.5%;
}

body {
	text-align: left;
	font: 12px/18px Arial, Helvetica, Verdana, sans-serif; 
	color: #333;
}

img {
	border: 0;
}
	
	
/* LINKS */

a,
a:link,
ul a,
ul a:link {
	color: #333;
	background-color: transparent;
	text-decoration: underline;
}

a:visited,
ul a:visited {
	color: #333;
	background-color: transparent;
	text-decoration: underline;
}

a:hover,
ul a:hover {
	color: #333;
	text-decoration: none;
}

a:active,
ul a:active {
	color: #333;
	background-color: transparent;
	text-decoration: underline;
}

a.backtotop,
a.backtotop:link,
a.backtotop:visited,
a.backtotop:active {
	color: #2B7025;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 2px 4px;
	background-image: url(../assets/arrowtop.gif);
	padding: 0px 0px 0px 15px;
}
a.backtotop:hover {
	color: #FFF;
	background-image: url(../assets/arrowtop_hover.gif);
}

a.buttonxl,
a.buttonxl:link,
a.buttonxl:visited,
a.buttonxl:active {
    padding: 10px 14px 9px 14px !important;
 	background: url("../assets/buttonxl.png") repeat-x scroll 0 0 !important;
	background-color: #006246;
    border-color: #7FB539;
    border-style: solid;
    border-width: 1px;
	font-size: 18px;
	line-height: 20px;
    color: #fff;
    font-weight: bold;
	text-decoration: none;
    text-align: center;
	-moz-border-radius: 3px 3px 3px 3px;
	-moz-box-shadow: 0 1px 1px #ddd;
}	
	a.buttonxl:hover {
 		background-position: 0 -140px !important;
		background-color: #f4f4f4;
		border-color: #7FB539;
		color: #7FB539 !important;
		text-decoration: underline;
	}

	
/* HEADINGS */

h1 {
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
	color: #7fb539;
}

	h1.itemsbox {
		font-size: 15px;
		line-height: 24px;
		margin: 0 0 0 0;
		padding: 0;
		color: #2B7025;
	}

h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 15px 0;
	padding: 0;
	color: #2B7025;
}

h3 {
	font-size: 15px;
	line-height: 19px;
	margin: 13px 0 13px 0;
	padding: 0;
	color: #333;
}

	h3.line {
		border-bottom: 1px solid #2B7025;
	}

h4 {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 16px 0;
	padding: 0;
	color: #2B7025;
}

h5 {
	font-weight: normal;
	font-size: 13px;
	line-height: 17px;
	margin: 0 0 15px 0;
	padding: 0;
	color: black;
}
	
h6 {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 14px 0;
	padding: 0;
	color: black;
}	
	h6.line {
		width: 100%;
		border-bottom: 1px solid #2B7025;
	}


/* TEXT */

p {
	font-size: 12px;
	line-height: 18px;
	padding: 0;
	margin: 0;
	margin-bottom: 16px;
}

	p.color01 {
		color: #2B7025;
	}
	


blockquote {
	border-left:10px solid #ddd;
	margin-left:10px;
}

pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.fluo {
	background-color: #ebf2da;
}
.marginBottom {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}

code {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	white-space: pre;
}
	
	
/* LISTS */

ul {
	line-height: 18px;
	margin: 18px 0 18px 0;
	padding: 0;
}

ul li {
	margin: 0 0 0 30px;
	padding: 0;
}

ol {
	line-height: 18px;
	margin: 16px 0 18px 0;
	padding: 0;
}

ol li {
	margin: 0 0 0 30px;
	padding: 0;
}

	
	
/* RULERS */	

div.hr {
	clear: both;
	height: 1px;
	width: 100%;
	margin: 0px;
	padding-top: 10px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #666;
}


/* ================================ */

/* GENERAL */	

.caption {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	line-height: 18px;
	color: #666;
}

	.caption a,
	.caption a:link,
	.caption a:visited {
		color: #666;
		text-decoration: underline;
	}
	.caption a:hover {
		color: #666;
		text-decoration: none;
	}
	.caption a:active {
		color: #666;
		text-decoration: underline;
	}


.color {
	color: #2B7025;
}
	
.link {
	color: #2B7025;
}

	.link a,
	.link a:link,
	.link a:visited {
		color: #2B7025;
		text-decoration: underline;
	}
	.link a:hover {
		color: #666;
		text-decoration: none;
	}
	.link a:active {
		color: #2B7025;
		text-decoration: underline;
	}
	
.alert {
	color: #FF0000;
	font-weight: bold;
}

	.alert a,
	.alert a:link,
	.alert a:visited {
		color: #FF0000;
		font-weight: bold;
		text-decoration: underline;
	}
	.alert a:hover {
		color: #FF0000;
		font-weight: bold;
		text-decoration: none;
	}
	.alert a:active {
		color: #FF0000;
		font-weight: bold;
		text-decoration: underline;
	}

	
/* end GENERAL */
