/** BASIC */

body {
	font-family: "verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 60px 0px 0px 0px;
	padding: 0px;
	background-color: #373737;
}

/** FORMS */

form {
	margin: 0px, 0px, 0px, 0px;
	padding: 3px;
	font-family: "verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */



th, td, input, textarea, select {
	font-family: "verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;

}


body, {
	font-family: "verdana", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #373737;
}

.txtres {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
	line-height: 14px;
}


p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 14px;
}

.p1 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: justify;
	line-height: 14px;
}


.p2 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	line-height: 14px;
}

.text1 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #60C501;
}

.text1 span {
	color: #4D9E00;
}


.text2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.text3 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;

}

.text4 {
	text-align: center;
	font-size: 9px;
	line-height: 11px;
	color: #7A7A7A;
}

/** pic gallery text */

.text6 {
	text-align: center;
	font-size: 9px;
	line-height: 11px;
	color: #7A7A7A;
}

/** home page address */

.text5 {
	text-align: center;
	font-size: 11px;
	color: #373737;
}

/** LINKS */

a {
	color: #AEE67C;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-transform: lowercase;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: underline;
}

.link2 {
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #DE2B77;
}

.link2:hover {
	text-decoration: underline;
}

.linkfooter {
	color: #7A7A7A;
}

/** STYLES */

.style1 {
	font-size: 11px;
	color: orange;
}

.style1 a {
	color: #ffffff;
}

.style1 a:hover {
text-decoration: none;
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage01.gif) repeat left top; }
.bg2 { background: url(images/homepage02.gif) repeat left top; border: 10px solid #FFFFFF; }
.bg3 { background-color: orange; }
.bg4 { background-color: #ffffff; }
.bg5 { background: url(images/homepage04.gif) repeat-x left bottom; }
.bg6 { background: url(images/homepage06.gif) repeat left top;}
.bg6a { background: url(images/homepage06.gif) repeat left top; padding-top:5px; padding-bottom:1px}
.bg7 { background: url(images/homepage09.gif) repeat-y left top; }
.bgfooter { background-color: #362F2D; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }
.align-center { text-align: center; }

.imgAA {
	float: left;
	margin: 3px 8px 0px 0px;
}


.img1 {
	float: left;
	margin: 3px 8px 10px 0px;
	border: 0;
	
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}


.img3 {
	float: left;
	margin: 3px 8px 10px 40px;
	border: 0;
	
}

hr { display: none; }

.hr1 {
	height: 1px;
}

