/** BASIC */

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

/** FORMS */

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

.input1 {
	width: 175px;
	height: 17px;
	padding: 2px 5px 0px 5px;
	background: url(images/homepage06.jpg) no-repeat left top;
	background-attachment: fixed;
	border: none;
}

html>body .input1 {
	background-attachment: inherit;
}

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

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

.text1 {
	color: #FFFFFF;
}

.text2 {
	margin-bottom: 6px;
	font-size: 10px;
	font-weight: bold;
	color: #E20000;
}

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

.text4 {
	font-size: 28px;
	font-weight: normal;
	color: #323232;
	letter-spacing: -2px;
}

.text5 {
	font-size: 28px;
	font-weight: normal;
	letter-spacing: -2px;
	color: #2364AD;
}

.text6 {
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	color: #989898;
}

.text7 {
	font-size: 20px;
	font-weight: normal;
	color: #323232;
	letter-spacing: -2px;
}

.text8 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -2px;
	color: #2364AD;
}

.text9 {
	font-size: 28px;
	font-weight: normal;
	letter-spacing: -2px;
	color: #ffffff;
}


/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	margin-bottom: 8px;
}

.list1 a {
	padding-left: 9px;
	background: url(images/homepage12.gif) no-repeat left center;
}

/** LINKS */

a {
	color: #F18181;
}

a:hover {
	text-decoration: none;
}

.link1 {
}

/** STYLES */

.style1 {
	color: #323232;
}

.style1 a {
	color: #2364AD;
}

.style1 a:hover {
}

.style2 {
	font-size: 10px;
	color: #A0A0A0;
}

.style2 a {
	text-decoration: none;
	color: #E20000;
}

.style2 a:hover {
	text-decoration: underline;
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage04.jpg) repeat left top; }
.bg2 {
	background: url(images/homepage14.gif) repeat-y left top;
	color: #333333;
}
.bg3 { background: url(images/homepage16.gif) repeat-x left top; }

/** MISC */

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

img { border: none; }

.img1 {
	float: left;
	margin: 3px 20px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 20px;
}

hr { display: none; }

.hr1 {
	clear: both;
	height: 1px;
	background: url(images/homepage13.gif) repeat-x left top;
}
