/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.gif) repeat left top;
}

/** FORMS */

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

.input1 {
	width: 196px;
	border: 1px solid #C84D00;
}

.input2 {
	width: 80px;
	height: 18px;
	border: none;
	background: url(images/homepage12.gif) no-repeat left top;
	text-transform: uppercase;
	font: bold 8px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/** 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: #8A8A8A;
}

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

.text1 {
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #0D4764;
}

.text2 {
	font-size: 10px;
	color: #CBCBCB;
}

.text3 {
	padding: 1px 0px 4px 16px;
	background: url(images/homepage17.gif) no-repeat left top;
	text-transform: uppercase;
	font: bold 8px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #C84D00;
}
/** LINKS */

a {
	color: #8A8A8A;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	padding-left: 16px;
	background: url(images/homepage13.gif) no-repeat left center;
	font-size: 10px;
}

/** STYLES */

.style1 {
	font-size: 10px;
	color: #8A8A8A;
}

.style1 a {
	color: #8A8A8A;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage14.gif) repeat-y left top; }
.bg2 { background: url(images/homepage25.gif) no-repeat left top; }

/** MISC */

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

img { border: none; }

.img1 {
	float: left;
	margin-right: 10px;
	padding-top: 2px;
}

.img2 {
	float: right;
	margin-right: 10px;
	padding-top: 2px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

