/** BASIC */
body {
	margin: 0px;
	padding: 0px;
	background: #4288BF url(../images/site/homepage01.jpg) repeat-x;
}

/** FORMS */
form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */
body, th, td {
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

input, textarea, select {
	font: 12px/14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding:2px;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	line-height: 18px;
}

.text1 {
	margin-bottom: 12px;
	font: bold 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.text2 {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
}

.text3 {
	margin-right: 5px;
	padding: 2px 5px;
	background-color: #FFFFFF;
	color: #858585;
}

.text4 {
	padding: 2px 5px;
	background-color: #FFFFFF;
	font-size: 10px;
	color: #808577;
}

.text5 {
	text-align: center;
	color: #A1C4DF;
}

/** LINKS */

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	display: block;
	width: 96px;
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #A6A6A6;
}

a.link1:hover {
	background: url(../images/site/homepage04.gif);
	color: #FFFFFF;
}

a.link2 {
	display: block;
	width: 78px;
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #A6A6A6;
}

a.link2:hover {
	background: url(../images/site/homepage04.gif);
	color: #FFFFFF;
}
/** BACKGROUNDS */
.bg1 {
	background: url(../images/site/subpage1_01.jpg) no-repeat right 466px;
}

.bg2 {
	background: url(../images/site/homepage08.gif) repeat-y left top;
}

/** MISC */
.align-justify { text-align: justify; }

.img1 {
	float: left;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	background: url(../images/site/homepage06.gif);
}
