/** BASIC */

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

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

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

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

.ul1 li {
	line-height: 17px;
}

.ul1 a {
	font-size: 9px;
	padding-left: 17px;
	background: url(images/homepage14.gif) no-repeat left center;
}

.text1 {
	margin-bottom: 15px;
	padding-left: 18px;
	background: url(images/homepage12.gif) no-repeat left center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #A22B38;
}

.text2 {
	font-size: 10px;
	font-weight: normal;
	color: #A22B38;
}

.text3 {
	font-size: 12px;
	padding-left: 17px;
	font-weight: bold;
	color: #A22B38;
}

.text4 {
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
}

.textArrow {
	font-size: 11px;
	padding-left: 17px;
	background: url(images/homepage14.png) no-repeat left top;
}

/** LINKS */

a {
	color: #7F807F;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
	text-align: center;
	color: #FFFFFF;
}

.style1 a {
	color: #FFFFFF;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/homepage11.gif) repeat left top;
}

.bg2 {
	background: url(images/homepage21.gif) repeat-x left top;
}

/** MISC */

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

img { border: none; }

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

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

hr { display: none; }

.hr1 {
	height: 1px;
}

