/** 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", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F6161;
}

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

.input1 {
	width: 190px;
}
.text1 {
	letter-spacing: -1px;	
	font-size: 20px;
	height: 25px;
	color: #790000;
}

.text2 {
	padding-left: 10px;
	background: url(images/img14.gif) no-repeat left center;
	font-weight: bold;
	color: #CD5E3D;
}

.text3 {
	color: #FFB1A0;
}

.text4 {
	letter-spacing: -1px;	
	font-size: 20px;
	color: #FFFFFF;
}

.text5 {
	font-size: 10px;
}

.text6 {
	margin: 0px;
	letter-spacing: -2px;	
	font-size: 30px;
	color: #636363;
}

.text7 {
	margin: 0px;
	padding-top: -10px;
	letter-spacing: -2px;	
	font-size: 30px;
	color: #FF8F6E;
}

.text8 {
	padding-left: 2px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 10px;
}


/** LINKS */

a {
	color: #CD5E3D;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
	text-transform: uppercase;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #790000;
}

.style1 a {
	color: #790000;
	text-decoration: none;
}

.style1 a:hover {
}

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

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

.list1 a {
	text-decoration: none;
	color: #505151;
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 18px;
}

.list2 li {
	padding-left: 10px;
	background: url(images/img14.gif) no-repeat left center;
}

.list2 a {
	text-decoration: underline;
	color: #FFFFFF;
}


/** BACKGROUNDS */

.bg1 {
	background: url(images/img2.jpg) no-repeat left top;
	height: 125px;
}

.bg2 {
	background: url(images/img3.jpg) no-repeat left top;
	height: 75px;
}

.bg3 {;
	background: url(images/img1.jpg) no-repeat left top;
	width: 219px;
	height: 200px;
}

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

.bg5 {
	background: url(images/img9.gif) repeat-y left top;
}

.bg6 {
	background: url(images/img12.gif) repeat-y left top;
}

.bg7 {
	background: url(images/img5.jpg) no-repeat left top;
	height: 190px;
}


/** 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;
}

