/** BASIC */
html, body {
	height: 100%;
}

body {
	margin: 60px 0px 0px 0px;
	padding: 0px;
	background-color: #FFFFF0;
}

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

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

.text1 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #000000;
}

.text1 span {
	color: #000000;
}

.text2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.text3 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.text4 {
	text-align: center;
	font-size: 9px;
	color: #000000;
}

.text5 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #000000;
}

.text6 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}


/** LINKS */

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.link1:hover {
	text-decoration: underline;
}

.link2 {
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

.link2:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
	font-size: 12px;
	color: #000000;
}

.style1 a {
	color: #000000;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url('images/homepage01b.gif') left top; }
.bg2 { background: url('images/homepage02b.gif') left top; border: 10px solid #FFFFFF }
.bg3 { background: url('images/homepage03a.gif') left top; }
.bg4 { background-color: #FFFFFF; }
.bg5 { background: url('images/homepage04a.gif') repeat-x left bottom; }
.bg6 { background: url('images/homepage06a.gif') left top; }
.bg7 { background: url('images/homepage09a.gif') 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 {
	height: 1px;
}