/** BASIC */

body {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	background: #3C4A5E url(images/homepage01.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: #3E3E3E
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
}

.text1 {
	text-align: center;
	font-size: 10px;
	color: #77818E;
}

/** LINKS */

a {
	color: #A11D17;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
	text-align: center;
	font-size: 10px;
	color: #9CA5AE;
}

.style1 a {
	color: #9CA5AE;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/homepage03.jpg) no-repeat;
}

.bg2 {
	background: url(images/homepage13.jpg) repeat-y;
}

/** MISC */

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

.img1 {
	float: left;
}

hr { display: none; }

.hr1 {
	height: 1px;
	background: url(images/homepage18.gif) no-repeat center center;
}
