@charset "utf-8";
/*
STYLE SHEET FOR www.onomango.com

Site Colors:
#035190 - blue (text)
#f26522 - orange (hover nav link)


ToC

1. Defaults
2. Structure
3. Links and Navigation
4. Fonts
5. Images
*/

/* ------------ 1. Default --------------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #0f3a00;
	background-image:url(../images/ecotourism_hp.gif);
	background-repeat:repeat-x;
	background-position:left top;
	font-size: 12px;
}

/* ------------ 2. Structure --------------- */

/* ------------ 3. Links and Navigation --------------- */
a:link {
	color: #327a00;
	text-decoration: underline;
}
a:visited {
	color: #327a00;
	text-decoration: underline;
}
a:hover {
	color: #327a00;
	text-decoration: underline;
}
a:active {
	color: #327a00;
}

.top_green_title {
	color: #327a00;
}
.top_green_title h1 {
	font-size: 26px;
}
.top_red_title {
	color: #9b2522;
}
.top_red_title h1 {
	font-size: 24px;
}
.list_main_titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3a8700;
	font-size: 17px;
	font-style: italic;
}
.title_form {
	color: #FF0000;
	font-size: 18px;
}
.title_text_green {
	color: #327a00;
	font-weight: bold;
}
.text_green {
	color: #327a00;
}
.large_red_title {
	color: #9b2522;
	font-size: 22px;
}
.testimony {
	color: #327a00;
	font-size: 12px;
}
.testimony_guest {
	color: #9b2522;
	font-size: 12px;
}
.copyrights {
	font-size: 10px;
	color: #999999;
}

/* ------------ 4. Fonts --------------- */


/* ------------ 5. Images --------------- */
