/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #F7F4E7 url(../images/design/background.jpg) repeat left top;
}

/** FORMS */

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

/** HEADINGS */

h1, h2 {
	margin: 0px 0px 15px 0px;
	font: normal 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

h3 {
	margin: 0px;
	font: bold 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	}

h4 {
	margin: 0px;
	font-size: 14px;
	color: #3E8F89;
}


h4 span {
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: #434343;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58523F;
}

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

.text1 {
	color: #FFFFFF;
}

.text1 a {
	color: #FFFFFF;
}

.text2 {
	text-align: center;
	color: #9AB6CC;
}

.text2 a {
	color: #9AB6CC;
}

.text3 {
	text-align: center;
	color: #7096B5;
}

.text3 a{
	text-align: center;
	color: #7096B5;
}

.text-white { color: white; text-decoration: none;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	padding-top: 15px;
	background: url(../images/design/homepage07.gif) repeat-x left top;
}

.list1 li.first {
	padding: 0px;
	background: none;
}

.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list2 li {
	padding: 5px;
	background: url(../images/design/homepage12.gif) repeat-x left top;
}

.list2 li.first {
	background: none;
}

.list2 a {
	padding-left: 9px;
	background: url(../images/design/homepage11.gif) no-repeat left center;
}
.list-icons {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.list-icons li {
	padding: 0px;
	margin: 0px 0px 8px 0px;
	height: 30px;
}
.list-icons li img{
	float: left;
	margin-top:3px;
}
.list-icons li div{
	height: 30px;
	margin-left: 35px;
}
.list-icons2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	
}
.list-icons2 li {
	padding: 0px;
	display: inline;
}
.list-icons2 li img{
	padding-right: 10px;
}

/** LINKS */

a { color: #996633;
	/** color: #F56200; color:#3E908A*/
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

.pdflist {list-style-image:url(../images/shared/pdf-logo.png); line-height: normal; font-size: 15px; font-weight: bold;}
.pdflist li {margin: 5px 0px;}
/** BACKGROUNDS */

.bg1 { background: url(../images/design/bg01.jpg) repeat-y left top; }
.bg2 { background: url(../images/design/bg02.jpg) no-repeat left top; }
.bg3 { background: url(../images/design/bg03.jpg) no-repeat left bottom; }
.bg4 { background: url(../images/design/homepage07.gif) repeat-x left top; }
.bg5 { background: url(../images/design/homepage10.jpg) no-repeat left top; }
.bg6 { background: url(../images/design/bg06.jpg) no-repeat left top; }

/** MISC */

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

img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}
/** MY OWN STYLES*/
.noPM {
padding: 0px; 
margin: 0px;
}

