/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #D5E6FA url(images/bg01.jpg) repeat-x left top;
}

/** FORMS */

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

/** 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: 11px;
	color: #656D80;
}

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

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

.text2 {
	font-size: 10px;
	font-weight: bold;
	color: #005CB3;
}

.text3 {
	font-size: 10px;
	color: #899CAA;
}

.text4 {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #63C719;
}

.text5 {
	text-align: center;
	font-size: 10px;
	color: #82A1B6;
}

.text6 {
	text-align:center;
	font-weight:bold;
	font-size:13px;
	}

/** LINKS */

a {
	color: #607789;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
	font-size: 10px;
	color: #5881C3;
}

.style1 strong {
	font-weight: normal;
	color: #589DC8;
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/bg02.jpg) no-repeat left top; }
.bg2 { background: url(images/bg04.jpg) repeat-y left top; }
.bg3 { background: url(images/bg03.jpg) no-repeat left top; }
.bg4 { background: url(images/homepage06.jpg) no-repeat left bottom; }
.bg5 { background: url(images/homepage13.jpg) no-repeat left top; }

.bg6 { background: url(images/homepage18.gif) no-repeat left top; }
.bg7 { background: url(images/homepage19.gif) no-repeat left top; }

/** MISC */

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

img { border: none; }

.img1 {
	float: left;
	margin: 3px 10px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 10px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

