/* BODY */

BODY {
	background: #ffffff;
	color: #000000;
	margin: 20px 20px 0px 20px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	line-height: 16px;
	
}


/* TEXT */

.content {
padding: 15px 0px 0px 15px;
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	line-height: 17px;
	color: #555;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	line-height: 14px;
	color: #555;
}
.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	line-height: 19px;
	color: #555;
	text-align: justify;
}


.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	text-decoration: none;
	line-height: 12px;
	color: #666666;
}



/* HEADERS */
.title {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #065840;
	text-decoration: none;
}

.subtitle {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #6c1914;
	text-decoration: none;
}


/* LEFT */


.left {
padding: 15px 10px 10px 12px;
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555; }


.leftnav{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 23px;
	font-weight: bold;
	color: #065840;
}

	

a.leftnav:link { text-decoration: none; font-weight: bold; color: #065840;  
}
a.leftnav:hover {text-decoration: underline; font-weight: bold; color: #092b01;  
}


.address{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6c1914;
	line-height:13px;
}

	

a.address:link { text-decoration: none; color: #6c1914;  
}
a.address:hover { text-decoration: underline; color: #000;  
}






.end {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}


/* BACKGROUNDS */
.green {
	background-color: #065840;
	
}

.grey {
	background-color: #eee;
	
}

.border {
	background-color: #b6dff2;
	border: 1px solid #ccc;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 14px;
	color: #555;
}








/* LINES */

.line
	{ border-bottom: 1px dotted #065840; }
	
	.line2
	{ border-bottom: 1px solid #065840; }
	

	

/* LINKS */



a {
	text-decoration: underline; color: #6c1914;
}
a:hover {
	text-decoration: underline; color: 000;
}
