/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #142C42;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 150%;
}

.text1 {
	padding: 20px 0px 10px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #142C42;
}

.text2 {
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px;
}

.text3 {
	text-align: right;
}

.text4 {
	height: 24px;
	padding: 3px 0px 0px 15px;
	background: url(images/homepage20.gif) no-repeat left top;
	font-size: 12px;
	font-weight: normal;
	color: #142C42;
}

.text5 {
	text-align: center;
}

.text6 {
	font-size: 12px;
	font-weight: normal;
	color: #142C42;
}

.text7 {
	font-size: 10px;
	font-weight: normal;
	color: #142C42;
}

.text8  {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding: 5px 0px 20px 9px;
	text-align: left;
	line-height: 110%;
}

.text9 {
	height: 24px;
	padding: 3px 0px 5px 15px;
	background: url(images/homepage20b.gif) repeat-y left top;
	font-size: 12px;
	font-weight: normal;
	color: #142C42;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	padding: 4px 0px 5px 0px;
	background: url(images/homepage17.gif) repeat-x left bottom;
}

.list1 a {
	padding-left: 11px;
	text-decoration: none;
	color: #142C42;
}

.list1 a:hover {
	text-decoration: underline;
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list2 li {
	background: url(images/homepage17.gif) repeat-x left bottom;
}

.list2 a {
	display: block;
	padding: 5px 0px 6px 40px;
	background: url(images/homepage18.gif) no-repeat 5px 50%;
	text-decoration: none;
	color: #142C42;
}

.list2 a:hover {
	text-decoration: underline;
}

/** LINKS */

a {
	color: #142C42;
}

a:hover {
	text-decoration: none;
}

.link1 {
	display: block;
	padding: 11px 7px 11px 7px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	background: url(images/homepage05.gif) repeat-x left bottom;
}

.link2 {
	text-decoration: none;
	font-size: 12px;
	color: #142C42;
}

.link2:hover {
	text-decoration: underline;
}

.link3 {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #142C42;
}

.link3:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
	color: #FFFFFF;
}

.style1 a {
	text-decoration: none;
	color: #FFFFFF;
}

.style1 a:hover {
	text-decoration: underline
}

/** BACKGROUNDS */

.bg1  { background: #DFEFFD url(images/homepage01.gif) repeat-x left top; }
.bg2  { background: url(images/homepage04.gif) repeat left top; }
.bg3  { background: #CCE6FF url(images/homepage06.gif) repeat-x left top; }
.bg4  { background: url(images/homepage08.gif) no-repeat left top; }
.bg5  { background: url(images/homepage09.gif) no-repeat left top; }
.bg6  { background: url(images/homepage10.gif) no-repeat left top; }
.bg7  { background: url(images/homepage11.gif) no-repeat left top; }
.bg8  { background: url(images/homepage12.gif) no-repeat left top; }
.bg9  { background: url(images/homepage13.gif) repeat-y left top; }
.bg10 { background: url(images/homepage14.gif) repeat-x left top; }
.bg11 { background: url(images/homepage15.gif) repeat-x left top; }
.bg12 { background: url(images/homepage16.gif) repeat-x left top; }
.bg13 { background: #D4EAFE url(images/homepage19.gif) repeat-x left top; }
.bg14 { background: url(images/subpage01.gif) repeat-y left top; }
.bg15 { background: #E6F3FE url(images/subpage02.gif) repeat-x left top; }
.bg16 { background: #D4EAFE url(images/hg_tuev.jpg) repeat-x left top; }


/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

