/** BASIC */

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

/** 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: 13px;
	color: #585551;
}

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

.text1 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.text2 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: -1px;
	color: #DA4C00;
}

.text3 {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #DA4C00;
}

.text4 {
	text-align: center;
	color: #9A9A9A;
}

.text5 {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #DA4C00;
}

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

.text7 {
	font-size: 12px;
	font-weight: bold;
	color: #DA4C00;
}

.text8 {
	font-size: 12px;
	font-weight: normal;
	color: #585551;
	margin-left: 100px;
}

.text9 {
	font-size: 12px;
	font-weight: normal;
	color: #585551;
	margin-left: 220px;
}

.text10 {
	font-size: 12px;
	font-weight: normal;
	color: #585551;
	align: right;
	
}

/** LISTS */

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

.list1 li {
	padding: 10px 0px;
	background: url(images/homepage10.gif) repeat-x left top;
}

.list1 li.first {
	background: none;
}

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

/** LINKS */

a {
	color: #DA5500;
}

a:hover {
	text-decoration: none;
}

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

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

.link2 {
	font-size: 10px;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage01.jpg) repeat left top; }
.bg2 { background-color: #FFFFFF; }
.bg3 { background: url(images/homepage02.gif) repeat left top; }
.bg4 { background: url(images/homepage07.jpg) repeat left top; }
.bg5 { background: url(images/homepage10.gif) repeat-x left top; }
.bg6 { background: #F2F2F2 url(images/homepage14.gif) repeat-y right top; }
.bg7 { background: url(images/homepage15.gif) no-repeat right center; }

/** MISC */

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

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}
