/** BASIC */

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.jpg);
}

/** FORMS */

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

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6B684F;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	line-height: 180%;
}

.text1 {
	margin-bottom: 10px;
	text-transform: uppercase;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #6A6857;
}

.text2 {
	font-size: 12px;
}

.text3 {
	margin-right: 5px;
	padding: 2px 5px;
	background: url(images/homepage08.gif);
	color: #FFFFFF;
}

.text4 {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 9px;
	color: #FFFFFF;
}

/** LINKS */

a {
	color: #6B684F;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	display: block;
	width: 100px;
	padding: 10px 0px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	color: #4B4B4B;
}

a.link1:hover {
	background: url(images/homepage08.gif);
	color: #FFFFFF;
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/homepage02.jpg) repeat-y center top;
}

.bg2 {
	background: url(images/homepage03.gif) repeat-x left bottom;
}

.bg3 {
	background: url(images/homepage05.jpg) no-repeat center top;
}

.bg4 {
	background: url(images/homepage03.gif) repeat-x left top;
}

.bg5 {
	background: url(images/homepage11.gif);
}

/** MISC */

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

.img1 {
	float: left;
	margin: 5px 15px 0px 0px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	background: url(images/homepage12.gif);
}

