/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #F9F9F9;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	border: 1px solid #596A6C;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h4 {
	font-size:12px;
	font-weight:bold;
	}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	font-size: 12px;
	margin-bottom: 1em;
}

.text1 {
	margin-bottom: 5px;
	font-size: small;
	font-weight: bold;
	color: #93A4A5;
}

.text2 {
	text-align: right;
}

.text3 {
	text-align: center;
	color: #D4E0E2;
}

/** LINKS */

a {
	text-decoration: none;
	color: #F85648;
}

a:hover {
	text-decoration: underline;
}

.link1 {
	text-decoration: none;
	font-size: small;
	font-weight: bold;
}

/** STYLES */

.style1 {
	text-align: center;
	color: #FFFFFF;
}

.style1 a {
	color: #FFFFFF;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage01.gif) repeat-x left top; }
.bg2 { background: url(images/homepage16.gif) repeat-x left bottom; }
.bg3 { background: url(images/homepage17.gif) repeat-y left top; }
.bg4 { background: url(images/homepage25.gif) repeat-y left top; }
.bg5 { background: url(images/homepage33.gif) repeat-y left top; }
.bg6 { background: url(images/homepage34.gif) repeat-x left top; }
.bg7 { background: url(images/homepage35.jpg) repeat-y left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 10px 0px 15px 0px;
	background: url(images/homepage21.gif) repeat-x left center;
}

