/** BASIC */

body {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

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

/** HEADINGS */

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

h2 {
   padding-bottom:10px;
}
/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

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

.text1 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

.text2 {
	font-size: 17px;
	font-weight: bold;
	color: #666666;
}

.text3 {
	font-size: 11px;
	font-weight: bold;
	color: #707070;
}

.text4 {
	text-align: center;
	font-size: 9px;
	color: #F0F2DC;
}

.text5 {
	Font-weight: bold;
	font-size: 15px;
	color: #006600;
}
/** LISTS */

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

.list1 a {
    position: relative;
    left: -20px;
    text-decoration: none;
}

/** LINKS */

a {
	color: #6F6F6F;
}

a:hover {
    text-decoration: underline;
}

.link1 {

}

.link2 {
	font-size: 10px;
	color: white;
}

/** STYLES */

.style1 {
text-decoration: none;
}

.style1 a {
text-decoration: none;
}

.style1 a:hover {
text-decoration: none;
}

/** BACKGROUNDS */


.bg1 { background: url(images/homepage01new.jpg) repeat-x; 
background-color: rgb(168,168,168);
}
.bg2 { background: url(images/homepage03.gif) repeat-y left top;
       margin: 0px 0px 0px 0px; 
}
.bg3 { background: url(images/homepage30.jpg) repeat-x left top; }

/** MISC */

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

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	clear: both;
	height: 1px;
	background: url(images/homepage13.gif) no-repeat center top;
}

.hr2 {
	clear: both;
	height: 41px;
	background: url(images/homepage27.gif) repeat-x left center;
}

