/** BASIC */

body {
	margin: 0px auto;
	background: #6f7986;
/*	background: #FFFFFF url(images/homepage01.gif) repeat left top;*/
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 120px;
	color: #6B6B6B;
}

.input2 {
	width: 155px;
	color: #6B6B6B;
}

.select1 {
	width: 150px;
	color: #6B6B6B;
}

/** 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: #353E4C;
}

p, blockquote, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	font-size: 11px;
	font-weight: bold;
}

.text2 {
	color: #FFFFFF;
}

.text3 {
	color: #BEC9DA;
}

.text4 {
	color: #7B828E;
}

/** LINKS */

a {
	color: #353E4C;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	color: #FFFFFF;
}

a.link2 {
}

/** STYLES */

.style1 {
	color: #efefef;
}

.style1 a {
	color: #efefef;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: #FFFFFF; }
.bg2 { background: url(images/homepage02.gif) repeat left top; }
.bg3 {  }
.bg4 { background: url(images/homepage03.gif) repeat left top; }
.bg5 { background: url(images/homepage05.jpg) repeat-x left top; }
.bg6 { background: url(images/homepage06.gif) repeat left top; }
.bg7 { background: url(images/homepage07.gif) repeat left top; }
.bg8 { background: url(images/homepage25.gif) repeat-y right top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}


