/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF 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: 11px;
	color: #464646;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
}

.text1 {
	margin-bottom: 1em;
	font-size: 18px;
	font-weight: normal;
/* 	color: #F30021; */
}

.text2 {
	margin-bottom: 1em;
	font-size: 11px;
	font-weight: bold;
/* 	color: #324B9E; */
}

.text3 {
	color: #FFFFFF;
}

.text4 {
	font-size: 10px;
	font-weight: normal;
	color: #464646;
}

.text5 {
	font-size: 9px;
	color: #BDC7E4;
}

.text6 {
	font-size: 13px;
	color: #F0650A;
	font-weight: bold;
	}

/** LINKS */

a {
	color: #324B9E;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	color: #FFFFFF;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/homepage02.jpg) no-repeat left top;
}

.bg2 {
	background: url(images/homepage08.gif) repeat-y left top;
}

.bg3 {
	background: url(images/homepage13.gif) no-repeat left top;
}

.bg4 {
	background: url(images/homepage16.jpg) no-repeat left bottom;
}

.bg5 {
	background: url(images/subpage1_01.gif) repeat-y left top;
}

.bg6 {
	background: url(images/subpage1_02.gif) no-repeat left top;
}

.bg7 {
	background-color: #FFFFFF;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-right: 15px;
}

.img3{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 0px 10px 0px 0px;
	align: left;
	}

.img4{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin: 0px 20px 0px 0px;
	align: left;
	}


hr { /*display: none;*/ }

.hr1 {
	height: 1px;
	margin-bottom: 1em;
	background: url(images/homepage09.gif) repeat-x left center;
}

