/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #25170F;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;

}

.text1 {
	font-size: 11px;
	font-weight: bold;
	color: #423826;
}

.text2 {
	text-align: center;
	font-size: 10px;
	color: #9B8F83;
}

/** LISTS */

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	padding: 10px 0px 14px 0px;
	background: url(images/homepage16.gif);
}

.list1 li.last {
	background: none;
}

.list1 a {
	padding-left: 10px;
	background: url(images/homepage15.gif);
}

/** LINKS */

a {
	color: #003300;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/bg1_01.jpg); }
.bg2 { background: url(images/bg1_02.jpg); }
.bg3 { background: url(images/bg1_03.jpg); }

.bg4 { background: url(images/subpage02.jpg); }
.bg5 { background: url(images/subpage03.jpg); }


/** MISC */

.align-justify { text-align:; }
.align-right { text-align: ; }

img { border: none; }

.img1 {
	float: ;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: ;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

