/*HTML TAGS*/
/*::::::::::::::::::::::::::::::::::::::::::::*/

body {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}

a {
   color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

td {
	font-size: 12pt;
}


/*TEXT STYLES*/
/*::::::::::::::::::::::::::::::::::::::::::::*/
.style01 {
	font-size: 16pt;
	line-height: 1.5em;
}

.style02 {
	padding: 0 0 0 40px;
	font-size: 20pt;
	font-weight: bold;
	color: #6B8E23;
}

.style03 {
	border-left: 10px solid #88D53D;
	border-bottom: 2px solid #88D53D;
	font-size: 14pt;
	padding: 0 0 0 5px;
	letter-spacing: .5em;
	width: 450px;
	text-transform: uppercase;
}

.style04 {
	font-size: 20pt;
	padding: 20px 60px 0 0;
	border-bottom: 3px solid #D9DBAC;
	letter-spacing: -.05em;
	color: #656509;
}

.style05 {
	font-style: italic;
	color: #6D9223;
}

.style06 {
	color: #6D9223;
	font-weight: bold;
	font-size: 9pt;
	letter-spacing: 0.5em;
	border-bottom: 1px solid #6D9223;
}

.style07 {
	border-left: 10px solid #88D53D;
	border-bottom: 1px solid #88D53D;
	font-size: 14pt;
	padding: 0 0 0 5px;
	letter-spacing: .5em;
}

.style08 {
	border-bottom: 2px solid #88D53D;
	font-size: 9pt;
	font-weight: bold;
	padding: 2px 60px 2px 0;
}

.style09 {
	border-bottom: 2pt solid #88D53D;
}

.style10 {
	font-size: 9pt;
	font-weight: bold;
	border-bottom: 1px solid #B7C3AB;
}

.style11 {
	font-size: 9pt;
	font-weight: bold;
	border-bottom: 1px solid #B7C3AB;
}

.style12 {
	font-size: 18pt;
	color: #6B8E23;
	letter-spacing: -.04em;
	margin: 0 0 -10px 0;
}

.style13 {
	font-size: 16pt;
	color: #6B8E23;
	font-weight: bold;
	letter-spacing: -.04em;
	border-bottom: 1px solid #88D53D;
}

.style14 {
	font-size: 20pt;
	padding: 20px 60px 0 0;
	border-bottom: 3px solid #8FBC8F;
	letter-spacing: -.05em;
	color: #476C4A;
}

.style15 {
	font-size: 20pt;
	padding: 10px 60px 0 0;
	border-bottom: 3px solid #D9DBAC;
	letter-spacing: -.05em;
	color: #656509;
}

.style16 {
	font-size: 20pt;
	padding: 10px 60px 0 0;
	border-bottom: 3px solid #8FBC8F;
	letter-spacing: -.05em;
	color: #476C4A;
}

.style17 {
	font-size: 16pt;
	color: #6B8E23;
	font-weight: bold;
	letter-spacing: -.04em;
	border-bottom: 1px solid #88D53D;
	margin: 0 0 -10px 0;
}


.style18 {
	font-size: 20pt;
	padding: 20px 60px 0 0;
	border-bottom: 3px solid #8FBC8F;
	letter-spacing: -.05em;
	color: #476C4A;
	margin: 0 0 -10px 0;
}


.style19 {
	font-size: 20pt;
	padding: 0 60px 0 0;
	border-bottom: 3px solid #8FBC8F;
	letter-spacing: -.05em;
	color: #476C4A;
	margin: 0 0 -10px 0;
}

.style20 {
	font-size: 17pt;
	border-bottom: 3px solid #8FBC8F;
	letter-spacing: -.05em;
	color: #476C4A;
	margin: 0 0 -8px 0;
}



/*PICTURE STYLES*/
/*::::::::::::::::::::::::::::::::::::::::::::*/
img.picBorder01{
	border: 3px double #BFBF75;
	padding: 5px;
}

img.picBorder02{
	border: 3px double #8FBC8F;
	padding: 5px;
}

img.picBorder03{
	border: 2px outset #8FBC8F;
	padding: 20px;
	background-color: #BDB76B;
}




/*MARGINS*/
/*::::::::::::::::::::::::::::::::::::::::::::*/

.content01 {
	padding: 1em 0 0 2em;
	line-height: 1.3em;
}

.content02 {
	margin: -10px 0 0 20px;
}

.content03 {
	padding: 10px 0 50px 20px;
}

.content04 {
	padding: 0 0 20px 0;
}

.content05 {
	padding: 2px 0 0 20px;
	font-size: 10px;
}

.content06 {
	padding: 0 0 10px 0;
}

.content07 {
	padding: 5px 0 30px 20px;
}

.content08 {
	width: 0px;
}


/*SUB NAV*/
/*::::::::::::::::::::::::::::::::::::::::::::*/

#navcontainer{
	display: none;
	/*visibility: hidden;*/
}



/*FOOTER*/
/*::::::::::::::::::::::::::::::::::::::::::::*/

#footer {
	/*display: none;
	visibility: hidden;*/
}

#footer h1{
	font-size: 12pt;
	font-weight: bold;
	color: #005E01;
	border-bottom: 1px solid #005E01;
}



/*INVISIBLE ELEMENTS*/
/*::::::::::::::::::::::::::::::::::::::::::::*/
#menu{
	display: none;
	visibility: hidden;
}

#gone{
	display: none;
	visibility: hidden;
}
