/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.jpg) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 163px;
	height: 23px;
	margin: 0px;
	padding: 2px 5px;
	background: #FFFFFF url(images/homepage10.gif) no-repeat left top;
	border: none;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	color: #283850;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 13px;
}

.text1 {
	font-size: 10px;
	font-weight: bold;
}

.text2 {
	color: #283F6C;
}

.text3 {
	text-align: center;
	color: #73818C;
}

.textbig {
	font-size: 12px;
}

/** LINKS */

a {
	color: #A09020;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	text-decoration: none;
	color: #E0E4E7;
}

a.link1:hover {
	text-decoration: underline;
}

a.link2 {
	color: #384F6C;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/homepage02.jpg) repeat-x left top;
}

.bg2 {
	background: url(images/homepage07.gif) repeat-x left top;
}

.bg2g {
	background: url(images/homepage07g.gif) repeat-x left top;
}

.bg3a {
	background: url(images/subpage496.gif) no-repeat left top;
	color: #FFFFFF;
}

.bg3b {
	background: url(images/subpage204.gif) no-repeat left top;
	color: #FFFFFF;
}

.bg3c {
	background: url(images/subpage350.gif) no-repeat left top;
	color: #FFFFFF;
}

.bg4 {
	background: url(images/top.gif) no-repeat left top;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img1b {
	float: right;
	margin-left: 15px;
}

.img2 {
	float: right;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin-bottom: 1em;
	background: url(images/homepage09.gif) repeat-x left top;
}

