/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/bg01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #333333;
}

h1 {
}

h2 {
}

h3 {
	font-size: 11px;
}

/** TABLES */

.table1 {
	width: 100%;
}

.table1 tr.dark {
	background: url(images/homepage08.gif) repeat-x left top;
}

.table1 tr.light {
	background: url(images/homepage09.gif) repeat-x left top;
}

.table1 td {
	padding: 5px 10px;
	font-size: 10px;
}

.table1 td strong {
	color: #333333;
}

.table1 td a {
	color: #585858;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: justify;
}

ol {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

.text1 {
	height: 30px;
	text-transform: lowercase;
	font-size: 14px;
	color: #FFFFFF;
}

.text1 span {
	display: block;
	float: left;
	height: 25px;
	padding: 5px 40px 0px 10px;
	background: url(images/homepage03.jpg) repeat-x left top;
}

/** LISTS */

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/** LINKS */

a {
	color: #FF6A13;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	text-decoration: none;
	text-transform: lowercase;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

a.link1:hover {
	text-decoration: underline;
}

.link2 {
	text-align: right;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/bg02.jpg) repeat-x left top; }
.bg2 { background: url(images/bg03_r.jpg) no-repeat left top; }
.bg3 { background: url(images/bg04_r.jpg) repeat-y left top; }
.bg4 { background: url(images/bg05_r.jpg) no-repeat left top; }
.bg5 { background: url(images/bg06_r.jpg) no-repeat left bottom; }
.bg6 { background: url(images/homepage02.jpg) no-repeat 0px 25px; }
.bg7 { background: url(images/subpage1_01.jpg) no-repeat 0px 25px; }
.bg8 { background: url(images/subpage1_02.jpg) no-repeat 0px 25px; }
.bg9 { background: url(images/subpage3_01_r.jpg) no-repeat 0px 25px; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 5px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 5px 0px 0px 15px;
}

.imgphoto {
	border: 1px solid #999999;
	margin: 10px 10px 10px 10px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin-bottom: 15px;
	background: url(images/subpage1_03.gif) repeat-x left top;
}

