/** 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: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636363;
}

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

.text1 {
	font-size: 14px;
	font-weight: normal;
	color: #8F153E;
}

.text2 {
	font-size: 13px;
	font-weight: bold;
	color: #8F153E;
}

.text3 {
	text-align: center;
	color: #8F153E;
}

.text4 {
	font-size: 11px;
	font-weight: bold;
	color: #8F153E;
}

.text5 {
	text-align: center;
	color: #999999;
}

.text6 {
	font-size: 21px;
	font-weight: bold;
	color: #8F153E;
}

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

/** LISTS */

.list1 {
	margin: 0px 0px 0px 19px;
	padding: 0px;
	list-style: none;
	line-height: 180%;
}

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

/** LINKS */

a {
	color: #8F153E;
}

a:hover {
	text-decoration: none;
}

.link1 {
}

.link2 {
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage02.jpg) no-repeat left top; }

.bg2 { background: url(images/homepage12.jpg) repeat-y left top; }
.bg3 { background: url(images/homepage13.jpg) repeat-x left top; }
.bg4 { background: url(images/homepage14.jpg) repeat-x left top; }

.bg5 { background: url(images/homepage16.jpg) repeat-x left top; }

.bg6 { background: url(images/homepage24.jpg) repeat-x left top; }
.bg7 { background: url(images/homepage32.jpg) repeat-x left top; }
.bg8 { background: url(images/homepage26.jpg) repeat-y left top; }
.bg9 { background: url(images/homepage27.jpg) repeat-y right top; }
.bg10 { background: url(images/homepage29.jpg) no-repeat left bottom; }

.bg11 { background: url(images/homepage39.jpg) repeat-x left top; }

/** MISC */

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

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

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

hr { display: none; }

.hr1 {
	height: 1px;
}

