body {
	margin: 0px;
	padding: 0px;
	background-color: silver;
/*	background: url(images/background.jpg); repeat left top; */
}

form {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

body, th, td, input, textarea, select {
	font-family: sans-serif;
	font-size: 12px;
	color: black;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	padding: 30px 0px 0px 10px;
	letter-spacing: -3px;
	text-transform: lowercase;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 34px;
	color: #FFFFFF;
}

.text2 {
	color: #06673A;
}

.text3 {
	padding: 45px 0px 0px 3px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.text4 {
	padding-left: 10px;
	background: url(images/img6.gif) no-repeat left center;
	font-size: 11px;
	font-weight: bold;
	color: #4D886C;
}

a {
	color: #0000FF;
}

a:hover {
	text-decoration: none;
}

.style1 {
	text-align: center;
	color: #8EB1A1;
}

.style1 a {
	color: #31AD74;
	text-decoration: none;
}

.style1 a:hover {
}

.list1 {
	padding: 3px;
	text-align: left;
	margin-left: 0px;
	list-style: none;
	line-height: 17px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
}

.list1 li {
	padding: 4px 0px 4px 5px;
}

.list1 > li:hover {

}

.list1 a {
	text-decoration: none;
	padding-right: 15px;
	color: black;
}

.list1 a:hover {
    text-decoration: underline;
}

.list1 ul {
    margin: 0;
    padding: 0;
}

.menu-level-2 li {
    margin: 5px 0px 5px 20px;
	padding: 4px 0px 4px 1px;
    list-style: none !important;
    font-weight: normal;
    text-align: left;
}

.menu-level-2 li:hover {
    font-weight: bold;
}

.list1 ul li ul {
    margin: 0;
    padding: 0;
}

.list1 ul li a {
    margin-left: 10px;
}

.menu-level-3 li {
    margin: 5px 0px 5px 40px;
	padding: 4px 0px 4px 1px;
    list-style: none !important;
    font-weight: normal;
    text-align: left;
}

.menu-level-3 li:hover {
    background-color: none;
}

.menu-level-4 li {
    margin: 5px 0px 5px 60px;
	padding: 4px 0px 4px 1px;
    list-style: none !important;
    font-weight: normal;
    text-align: left;
}

.menu-level-4 li:hover {
    background-color: none;
}

.menu-level-5 li {
    margin: 5px 0px 5px 80px;
	padding: 4px 0px 4px 1px;
    list-style: none !important;
    font-weight: normal;
    text-align: left;
}

.menu-level-5 li:hover {
    background-color: none;
}

.menu-level-6 li {
    margin: 5px 0px 5px 100px;
	padding: 4px 0px 4px 1px;
    list-style: none !important;
    font-weight: normal;
    text-align: left;
}

.menu-level-6 li:hover {
    background-color: none;
}


.list1 ul li ul li a {
    margin-left: 10px;
}

.bg1 {
	
}

.bg2 {
	background: url(images/img5.gif) repeat-y right top;
}

.align-justify { text-align: justify; }
.align-right { text-align: right; }

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;
}


