/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #002E4E url(images/bg1_01.jpg) repeat-x;
}

/** 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: #8ACDF4;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
}

.text1 {
	text-align: center;
	font-size: 9px;
	color: #05639A;
}

.text2 {
	font-size: 11px;
}

/** LINKS */

a {
	color: #3BBFFF;
}

a:hover {
	text-decoration: none;
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/bg1_02.jpg) repeat-y left top;
}

.bg2 {
	background: url(images/bg1_03.jpg) no-repeat left top;
}

.bg3 {
	background: url(images/bg1_04.jpg) no-repeat left bottom;
}

.bg4 {
	background: url(images/bg1_05.jpg) no-repeat left top;
}

.bg5 {
	background: url(images/bg2_01.jpg) repeat-y left top;
}

.bg6 {
	background: url(images/bg2_02.jpg) no-repeat left top;
}

.bg7 {
	background: url(images/bg2_03.jpg) no-repeat left bottom;
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
	float: left;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 3px;
	background: url(images/homepage08.jpg) no-repeat center center;
}

