/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/img9.jpg) no-repeat center top;
	padding-top: 30px;
}

/** 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: #3F3F3F;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
}

/** LINKS */

a {
	color: #6B0C14;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	color: #3F3F3F;
}

.text1 {
	font-size: 12px;
	font-weight: bold;
	background: url(images/img5.jpg) no-repeat right top;
	padding: 0 0 5px 10px;
	border-bottom: 1px solid #E7E7E7;
}

.text2 {
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	background: url(images/img6.jpg) no-repeat right top;
	padding-left: 15px;
	color: #FFFFFF;
}

.text3 {
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	background: url(images/img7.jpg) no-repeat right top;
	padding-left: 15px;
	color: #FFFFFF;
}

.text4 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #585858;
}

.text5 {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #A1A1A1;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	margin-bottom: 1em;
	background: url(images/img8.gif) no-repeat left;
	padding-top: -1em;
	padding-left: 10px;
	color: #000000;
}

.bg1 {
	background: url(images/img3.jpg) repeat-y left top;
}

.bg2 {
	border-bottom: 1px solid #C6C6C6;
}

.bg3 {
	border-top: 4px solid #C6C6C6;
}

/** 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;
}

