/** BASIC */

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

/** FORMS */

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

.input1 {
	width: 160px;
	padding: 4px 3px;
	background-color: #FFFFFF;
	border: 1px solid #BDC3C8;
}

.input2 {
	width: 48px;
	height: 21px;
	background: url(images/homepage05.gif) no-repeat left top;
	border: none;
	text-transform: uppercase;
	font-size: 8px;
	font-weight: bold;
	color: #93969D;
}

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

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

.text1 {
	font-size: 17px;
	font-weight: bold;
	color: #373B48;
}

.text2 {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #373B48;
}

.text3 {
	font-size: 10px;
	color: #94969C;
}

.text4 {
	font-size: 19px;
	font-weight: bold;
	color: #373B48;
}

.text5 {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #373B48;
}

.text6 {
	letter-spacing: -1px;
	font-size: 26px;
	color: #D80016;
}

.text7 {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.text8 {
	font-size: 10px;
	color: #FFFFFF;
}

.text9 {
	font-size: 11px;
}

.text10 {
	text-align: center;
	font-size: 10px;
	color: #AFB1B6;
}

/** LINKS */

a {
	color: #D80016;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

/** STYLES */

.style1 {
	color: #6B6F79;
}

.style1 a {
	color: #6B6F79;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1  { background: url(images/homepage01.gif) repeat left top; }
.bg2  { background: url(images/homepage03.gif) no-repeat right top; }
.bg3  { background: url(images/homepage04.gif) repeat-x left top; }
.bg4  { background-color: #FFFFFF; }
.bg5  { background: url(images/homepage08.jpg) no-repeat left top; }
.bg6  { background: url(images/homepage09.jpg) no-repeat left top; }
.bg7  { background: #F7F8F8 url(images/homepage10.jpg) no-repeat left top; }
.bg8  { background: url(images/homepage13.jpg) no-repeat left top; }
.bg9  { background: url(images/homepage14.jpg) no-repeat left top; }
.bg10 { background: url(images/homepage15.jpg) no-repeat left top; }
.bg11 { background: url(images/homepage16.jpg) repeat-x left bottom; }
.bg12 { background: url(images/homepage20.gif) repeat-x 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 {
	clear: both;
	height: 1px;
	margin-bottom: 15px;
	background: url(images/homepage07.gif) repeat-x left bottom;
}


