/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FEFEFE url(images/sidebanners_new.jpg) repeat-x left top;
}

/** FORMS */

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

/** HEADINGS */

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 18px;
	color: #000000;
}

h2 {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 13px;
	color: #0428ae;
}

h2 span {
	color: #606060;
}

h3 {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 15px;
	color: #0A0A2A;
}
/** TEXTS */

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

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 2em;
	text-align: justify;
	line-height: 18px;
}

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

.list1 li {
	padding-left: 11px;
	background: url(images/homepage09.gif) no-repeat left center;
}

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

.list2 li {
	padding-bottom: 27px;
}

strong {
	color: #606060;
}

/** LINKS */

a:link  {
	color: #22227c;
	text-decoration: none;
}
a:visited {
	color: #22227c;
	text-decoration: none;
}
a:hover {
	color: #22227c;
	text-decoration: none;
}
a:active {
        color: #22227c;
        text-decoration: none;   
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

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

a img { border: none; }

img.border { border: 3px solid #BFBFBF; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** HEADER */

#header {
}

/** MENU */

#menu {
	background: url(images/homepage03_new.jpg) no-repeat left top;
}

#menu ul {
	margin: 0px;
	padding: 10px 0px 0px 15px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	width: 148px;
	height: 22px;
	padding: 13px 0px 0px 0px;
	background: url(images/subpage1_01.gif) no-repeat left top;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
}

/** FOOTER */

#footer {
	clear: both;
	height: 100px;
	background: url(images/homepage10.gif) repeat-x left top;
}

#footer p {
	margin: 0px;
	padding-top: 25px;
	text-align: center;
	color: #736F6E;
}