/** BASIC */

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

/** FORMS */

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

.input1 {
	width: 110px;
	background-color: #FFFFFF;
	border: 1px solid #D2D2D2;
}

.input2 {
	width: 44px;
	height: 18px;
	background: #A5B3C3 url(images/homepage04.gif) no-repeat left top;
	border: none;
	text-transform: uppercase;
	font-size: 8px;
	font-weight: bold;
	color: #FFFFFF;
}

/** TABLES */

.table1 {
}

.table1 * {
	font-size: 10px;
	color: #FFFFFF
}

.table1 th {
	padding-left: 10px;
	background: url(images/homepage17.gif) repeat left top;
}

.table1 td {
	padding-left: 10px;
	background: url(images/homepage18.gif) repeat left top;
}

.table1 tr.dark td {
	background: url(images/homepage19.gif) repeat left top;
}

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

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

.text1 {
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: bold;
	color: #486370;
}

.text2 {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #486370;
}

.text3 {
	font-size: 10px;
	font-weight: normal;
	color: #8BA5B8;
}

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

/** LISTS */

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

.list1 li {
	padding: 5px 0px 7px 0px;
	background: url(images/homepage16.gif) repeat-x left top;
}

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

/** LINKS */

a {
	color: #818F25;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #4A616D;
}

.link1:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1  { background: url(images/homepage01.jpg) repeat-x left top; }
.bg2  { background: #FFFFFF url(images/homepage03.jpg) no-repeat right top; }
.bg3  { background: #FFFFFF url(images/homepage05.jpg) repeat-x left top; }
.bg4  { background: #FFFFFF url(images/homepage06.jpg) no-repeat right top; }
.bg5  { background: url(images/homepage08.jpg) no-repeat left top; }
.bg6  { background: url(images/homepage09.jpg) no-repeat left top; }
.bg7  { background: url(images/homepage10.jpg) no-repeat left top; }
.bg8  { background: url(images/homepage11.jpg) no-repeat right top; }
.bg9  { background: url(images/homepage12.gif) repeat-x left bottom; }
.bg10 { background: url(images/homepage13.gif) repeat-y left top; }
.bg11 { background: url(images/homepage16.gif) repeat-x left top; }
.bg12 { background: url(images/homepage25.gif) repeat-x left top; }
.bg13 { background: #FFFFFF url(images/subpage01.jpg) repeat-x left top; }
.bg14 { background: #FFFFFF url(images/subpage02.jpg) no-repeat right top; }
.bg15 { background: url(images/subpage03.jpg) no-repeat right top; }

/** MISC */

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

img { border: none; }

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

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

hr { display: none; }

.hr1 {
	height: 1px;
	background: url(images/homepage12.gif) repeat-x left bottom;
}

