/** BASIC */

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

/** FORMS */

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

.input1 {
	width: 185px;
	padding: 2px 3px;
	border: 1px solid #CADAE9;
}

/** HEADINGS */

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

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #2C6885;
line-height: 150%;
}

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

a {text-decoration: none;
}

a:link {
;

}


.text1 {
	text-transform: uppercase;
		margin-top: 45px;
	font-size: 14px;
	font-weight: bold;
	color: #55778D;
}

.text2 {
	color: #F78701;
}

.text3 {
	margin-bottom: 5px;

	font-size: 11px;
}

.text4 {
	text-align: center;
	color: #A5C0CD;
}
.text5 {
	text-align: justify;
	text-indent: 20px;
	
	margin-left: 5px;
	margin-right: 0px;	



}
.text6 {
	text-align: justify;
	text-indent: 0px;
	
	margin-left: 5px;
	margin-right: 0px;
	

}
.text7 {
	text-align: justify;
	
	
	margin-left: 5px;
	margin-right: 0px;	

font-size: 14px;

}




/** LISTS */

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

.list1 a {
	padding-left: 10px;
	background: url(images/homepage10.gif) no-repeat left center;
}

/** LINKS */

a {
	color: #F78701;
}

a:hover {
	text-decoration: none;
}

.link1 {
	font-weight: normal;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: #A8C9DA url(images/bg01.jpg) repeat-x left top; }
.bg2 { background: url(images/bg02.jpg) repeat-y left top; }
.bg3 {  background: url(images/bg03.jpg) no-repeat left top; }
.bg4 { background: url(images/bg04.jpg) no-repeat left bottom; }

/** MISC */

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

img { border: none; }

.img1 {
	float: left;
	margin: 0px 9px -5px 0px;

}

.img2 {
	float: right;
	margin: 60px 0px 15px 35px;
}
.img3 {
	float: none;
	margin: 0px 9px -5px 0px;

}
.img4 {
	float: right;
	margin: 0px 05px 0px 15px;
}

.img5 {
	float: right;
	margin: -30px 0px 5px 20px;
}



hr { display: none; }

.hr1 {
	height: 1px;
}

