/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #82C3D3 url(images/homepage01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 125px;
	height: 15px;
	padding: 3px 0px 0px 4px;
	border: 1px solid #BDCACB;
	background: #FFFFFF;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

/** 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: 12px;
	color: #436c83;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	margin-bottom: 5px;
	font-size: 11px;
}

.text2 {
	font-size: 14px;
	font-weight: bold;
	color: #436c83;
}

.text3 {
	font-size: 12px;
	color: #436c83;
}

.text4 {
	margin-bottom: 5px;
	font-size: 16px;
	color: #FFFFFF;
}

.text5 {
	font-size: 11px;
	color: #FFAF3E;
}

.text6 {
	font-size: 16px;
	color: #436c83;
}

.text7 {
	font-size: 17px;
	font-weight: bold;
	color: #64b4c8;
}

.text8 {
	font-size: 12px;
	color: #000000;
}

.text9 {
	font-size: 11px;
	font-weight: bold;
	color: #0000FF;
}

.text10 {
	font-size: 11px;
	font-weight: bold;
	color: #0000FF;
}

.text12 {
	font-size: 15px;
	font-weight: bold;
	color: #64b4c8;
}

/** LINKS */


a {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	
}

a:name {
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	
}

a:hover {
	text-decoration: underline;
	color: #FFAF3E;	
}

a.link1 {
		
}

a.link2 {
}

/** STYLES */

.style1 {
	text-align: center;
	color: #A0C9CE;
}

.style1 a {
	color: #739297;
}

.style1 a:hover {
}

.style2 {
	text-align: center;
	font-size: 11px;
	color: #FFAF3E;
}

.style3{
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/homepage08.jpg) no-repeat left top;
}

.bg2 {
	background: url(images/homepage10.jpg) repeat-y left top;
}

.bg3 {
	background: url(images/homepage11.jpg) no-repeat left top;
}

.bg4 {
	background: url(images/homepage25.jpg) no-repeat left top;
}

.bg5 {
	background: url(images/homepage34.jpg) repeat-x left top;
}

.bg6 {
	background: url(images/subpage02.jpg) no-repeat left top;
}

.bg7 {
	background: url(images/subpage03.jpg) repeat-y left top;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 10px;
}

.img2 {
	float: right;
	margin-left: 10px;
}

.img3 {
	text-align:center;
    	margin-top:0px;
    	margin-bottom:0px;
    	padding:0px;
}

hr { display: none; }

.hr1 {
	clear: both;
	padding: 10px 0px;
	height: 2px;
	background: url(images/homepage29.gif) repeat-x left center;
}


