/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #434343 url(images/homepage01.gif) repeat-x left center;
}

/** FORMS */

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

/** HEADINGS */

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

h2, h3 {
	font-size: 11px;
	margin-bottom:1em;
}
h1 {
	padding:15px 0 0 0;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;	
	text-transform:uppercase;
	font-weight:bold;
	color:#333333;
}

/** TEXTS */

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

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

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

.ul1 li {
	display: inline;
}

.ul1 a {
	display: block;
	margin-bottom: 1px;
	padding: 3px 0px 3px 20px;
	background: #F3F3F3 url(images/homepage29.gif) repeat-y;
	font-weight: bold;
	color: #848484;
}

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

.ul2 li {
	display: inline;
}

.ul2 a {
	display: block;
	margin-bottom: 1px;
	padding: 3px 0px 3px 20px;
	background: #F3F3F3 url(images/homepage29.gif) repeat-y;
	font-weight: bold;
}


.text1 {
	font-size: 10px;
	font-weight: normal;
	color: #006FD1;
}

/** LINKS */

a {
	color: #007DD6;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
}

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

a.link3 {
	text-decoration: none;
	color: #CCCCCC;
}

a.link3:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
	text-align: left;
	color: #FFFFFF;
}

.style1 a {
	color: #CFC7A8;
}

.style1 a:hover {
}

.style2 {
	text-align: left;
	color:#CCCCCC;
}

/** BACKGROUNDS */

.bg1 {
	background-color: #FFFFFF;
}

.bg2 {
	background: #2A2A2A url(images/homepage10.gif) repeat-x;
}

.bg3 {
	background: url(images/homepage17.gif) repeat-x left bottom;
}

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

.bg5 {
	background: url(images/homepage25.jpg) no-repeat;
}

.bg6 {
	background: #FFFFFF url(images/homepage10.gif) repeat-x;
}

/** MISC */

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

img { border: none; }

.img1 {
	float: left;
	margin: 0 20px 10px 0;
	border: 1px #999999 solid;	
	padding: 0px;
}

.img2 {
	float: right;
	margin: 0 0 10px 20px;
	border: 1px #999999 solid;	
	padding: 0px;	
}

hr { display: none; }

.hr1 {
	height: 1px;
}


/** FOOTER */
#bottomnav {text-align:center;list-style: none;}
#bottomnav li {display: inline;margin:0;font-size:11px;}
#bottomnav a {color:#CCCCCC;text-decoration: none;border-right: 1px solid #ccc; padding: 0px 6px 0px 6px;}
#bottomnav a:hover {text-decoration: underline;color:#FFFFFF;}
#bottomnav a.first {padding-left:0;}
#bottomnav a.last {padding-right:0; border-right:none;}