/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}

.table1 {
}

.table1 td {
	background:  url(images/left-rep.gif) repeat-y left top;
}
.table2 {
}

.table2 td {
	background:  url(images/right-rep.gif) repeat-y right top;
}



/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}



/** HEADINGS */

h1, h2  {
	margin-bottom: 8px;
	margin-top: 10px;
}
h3, h4, h5, h6 {
	margin-bottom: 1px;
	}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #252525;
}

p, blockquote, ol, dl {
	margin-top: 3px;
	margin-bottom: 5px;
	text-align: justify;
}

ul, li {
	margin-left: 5px;
	margin-bottom: 2px;
}	

h1 {
font-family:Arial, Helvetica, sans-serif;
font-size: 16px;
color: #252525;
}

h2 {
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
color: #252525;
}

h3 {
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight:bold;
color: #252525;
}

h4 {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
color: #252525;
}

caption {
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight:bold;
color: #252525;
}
.text-indent {
margin-left: 4px;
}
.td-indent {
padding-left: 12px;
padding-right: 12px;
}

.text1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.text2 {
	margin-left: 6px;
	margin-right: 6px;
	}

.text3 {
	font-size: 12px;
	color: #FFFFFF;
}

.text4 {
	margin-left: 6px;
	margin-right: 16px;
	}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 18px;
}

.list1 li {
	padding-left: 13px;
	background:  url(images/homepage10.gif) no-repeat left center;
}

/** LINKS */

a {
	color: #75A51E;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: underline;
	color: #3e5c08;
}

.link1:hover {
		text-decoration: none;
}

.link2 {
	color: #FFFFFF;
}

/** STYLES */

.style1 {
	color: #A1A1A1;
}

.style1 a {
	color: #A1A1A1;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/left-rep.gif) repeat-y left top;
}
.bg2 {
	background: url(images/right-rep.gif) repeat-y right top;
}
.bg3 {
	background: url(images/green-block_02.gif) repeat-y left top;
}
.bg4 {
	background: url(images/green-block_04.gif) repeat-y right top;
}
.bg5 {
	background: url(images/green-block_03.gif) repeat-y left top;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }
.align-center {
	text-align: center; 
}

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

