/** BASIC STYLES */

html, body {
	height: 100%;
}

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

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #838283;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

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

p, blockquote, ul, ol, dl, th, td {
	line-height: 1.1em;
}

a {
	color: #993152;
}

a:hover {
	text-decoration: none;
}

#scroller {
	clear: both;
	width: 370px;
	height: 360px;
	overflow: auto;
}

/** MISC STYLES */

.hide { position: absolute; left: -10000px; }
.h100 {	height: 100%; }
.align-justify { text-align: justify; }
.padtop10 { padding-top: 10px; }

/** FORM STYLES */


/** BACKGROUNDS */

.bg1 { background: url(images/bg01.jpg) repeat right top; }
.bg2 { background: url(images/bg02.jpg) repeat-y center top; }
.bg3 { background: url(images/bg03.jpg) repeat left top; }
.bg4 { background: url(images/bg04.jpg) repeat-x right center; }
.bg5 { background: url(images/bg05.jpg) repeat-x left center; }

.bg7  { width: 387px; height: 72px; background: url(images/bg07.jpg); }
.bg8  { width: 385px; height: 72px; background: url(images/bg08.jpg); }
.bg9  { width: 387px; height: 465px; background: url(images/bg09.jpg); }
.bg10 { width: 385px; height: 465px; background: url(images/bg10.jpg); }

.bg11 { background: url(images/homepage02.jpg) no-repeat left bottom; }
.bg12 { background: url(images/homepage20.gif) repeat-y center top; }

/** BORDERS */

.border1 { border-left: 1px solid #FA4F2E; }
.border2 { border-left: 1px dashed #FA4F2E; }
.border3 { border-bottom: 1px solid #E0E0E0; }


/** LINK STYLES */

a.link1 { color: #D2673F; }

a.link2 {
	display: block;
	padding: 15px 0 15px 9px;
	background: url(images/homepage13.gif) no-repeat left center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	color: #A54967;
}

a.link3 {
	display: block;
	margin: 5px 0;
	padding-right: 5px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: right;
	font: bold 7px/normal Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: url(images/homepage16.gif) no-repeat 0px 5px;
}

/** IMAGE STYLES */

.img1 { margin: 5px 15px 0 0; }


/** HEADING STYLES */


/** TEXT STYLES */

.text1 { font-size: 16px;	color: #FFFFFF; }

.text2, .text3, .text4, .text5, .text6 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.text2 { font-size: 10px; color: #FEE3D9; }
.text3 { font-size: 10px; color: #813318; }
.text4 { font-size: 15px; color: #656565; }
.text5 { font-size: 11px; color: #BCBABD; }
.text6 { font-size: 11px; color: #656565; }

.text7 { font-size: 10px; color: #987466; }

.text8 {
	display: block;
	margin: 15px 0 5px 0;
	padding-left: 10px;
	background: url(images/homepage14.gif) no-repeat 0px 2px;
	font-size: 14px;
	font-weight: bold;
	color: #D15E37;
}

.text9 {
	padding-left: 15px;
	color: #CC491C;
}

.text10 {
	background: url(images/homepage15.gif) no-repeat 5px 3px;
	text-align: justify;
	font-size: 10px;
}

.text11 {
	text-align: right;
	font-size: 9px;
	color: #BE7C88;
}