FORM
{
    FONT-FAMILY: Verdana, Helvetica, Arial;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    MARGIN: 0px;
    TEXT-DECORATION: none
}
.file {background: #ffa355;border-bottom: 1px solid #FFFFFF;border-right: 1px solid #FFFFFF;border-left: 1px solid #104A7B;border-top:1px solid #104A7B;color:#000066;text-decoration:none;cursor: default;}
.textbox {background: #ffa355;border-bottom: 1px solid #FFFFFF;border-right: 1px solid #FFFFFF;border-left: 1px solid #104A7B;border-top:1px solid #104A7B;color:#000066;text-decoration:none;cursor: text;}
.button {background: #ffa355;border-bottom: 1px solid #104A7B;border-right: 1px solid #104A7B;border-left: 1px solid #AFC4D5;border-top:1px solid #AFC4D5;color:#000066;text-decoration:none;cursor: default;}
.select {background: #ffa355;border-bottom: 1px solid #FFFFFF;border-right: 1px solid #FFFFFF;border-left: 1px solid #AFC4D5;border-top:1px solid #AFC4D5;color:#000066;text-decoration:none;cursor: default;}
.title {COLOR: black; FONT-FAMILY: Helvetica, Arial, Verdana; FONT-SIZE: 12pt }
.hidden {visibility: hidden; position:absolute; }

/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #DAD7D2 url(images/bg01.jpg) repeat left top;
}

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

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

.ul1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 150%;
}

.ul1 li {
}

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

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

.text1 {
	font-size: 11px;
	font-weight: bold;
	color: #FFD6BF;
}

.text2 {
	text-align: center;
	font-size: 9px;
	color: #8D8D8D;
}

/** LINKS */

a {
	color: #FF7E4A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.link1 {
	float: right;
	padding-left: 9px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	background: url(images/homepage16.gif) no-repeat left center;
}

a.link1:hover {
	text-decoration: underline;
	float: right;
	padding-left: 9px;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	background: url(images/homepage16.gif) no-repeat left center;
}

a.link2 {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	color: #613B00;
}

a.link2:hover {
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	color: #613B00;
	text-decoration: underline;
}

a.link2:visited {
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	color: #613B00;
	text-decoration: none;
}

a.link2:visited:hover {
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	color: #613B00;
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

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

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

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

/** MISC */

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

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

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

.hr1 {
	clear: both;
	height: 31px;
	background: url(images/homepage15.gif) repeat-x left center;
}