/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #013644 url(images/bg01.gif) repeat-x left top;
}

/** FORMS */

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

/** HEADINGS */

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

h2 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 15px;
	font-weight: normal;
	color: #C7FCFF;
}

h3 {
	font-size: 11px;
	font-weight: normal;
	color: #ACF7FD;
}

h4 {
	font-size: 10px;
	color: #4493A4;
}

/** TEXTS */

body, th, td, form, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #78C6DA;
}

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

.text1 {
	font-size: 11px;
	font-weight: bold;
	color: #ACF7FD;
}

.text2 {
	height: 26px;
	padding: 8px 0px 0px 17px;
	background: url(images/homepage05.jpg) no-repeat left top;
}

.text3 {
	height: 26px;
	padding: 8px 0px 0px 17px;
	background: url(images/homepage07.gif) no-repeat left top;
}

.text4 {
	height: 26px;
	padding: 8px 0px 0px 17px;
	background: url(images/homepage06.jpg) no-repeat left top;
}

.text5 {
	height: 26px;
	padding: 8px 0px 0px 17px;
	background: url(images/homepage16.jpg) no-repeat left top;
}

.text6 {
	height: 26px;
	padding: 8px 0px 0px 17px;
	background: url(images/homepage20.jpg) no-repeat left top;
}

.text7 {
	text-align: center;
	color: #3A7A84;
}

.text8 {
	height: 26px;
	padding: 8px 0px 0px 17px;
	background: url(images/subpage2_01.jpg) no-repeat left top;
}

/** LISTS */

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

.list1 li {
	padding: 5px 0px 8px 0px;
	background: url(images/homepage21.gif) repeat-x left top;
}

.list1 .first {
	background: none;
}

/** LINKS */

a {
	color: #B2F8FF;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-transform: lowercase;
	text-decoration: none;
	font-size: 11px;
	color: #EEFCFF;
}

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

.link2 {
	display: block;
	padding: 5px 0px;
	text-align: center;
	background: url(images/homepage21.jpg) repeat left top;
}

.link3 {
	padding-left: 13px;
	background: url(images/homepage17.gif) no-repeat left center;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/bg04.jpg) no-repeat left top; }
.bg2 { background: url(images/bg05.jpg) no-repeat left top; }
.bg3 { background: url(images/bg07.gif) no-repeat left top; }
.bg4 { background: #104C61 url(images/homepage08.gif) no-repeat left bottom; }
.bg5 { background: url(images/homepage18.jpg) no-repeat left top; }
.bg6 { background: url(images/homepage19.jpg) no-repeat left top; }
.bg7 { background-image: url(images/subpage1_03.gif); }

/** 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;
}

form {
	font-size:10px;
	}

/* Table Styles
----------------------------------------------- */

table {
    width: 100%;
    margin: 20px 0;
    border-top: 1px dotted #d9d9d9;
    border-bottom: 1px dotted #d9d9d9;
    border-spacing: 0;
}

table caption {
	font: bold .80em/1.3 Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-align: left;
	padding-bottom: 5px;
}

table tr.odd {
    background-color: #f5f5f5;
}

table tr.odd td {
	color: #333333;
	font-weight: bold;
}

table tr.odd2 {
	background-color: #0c708b;
}

table tr.odd2 td {
	color: #CCCCCC;
}

table td {
	border: 1px solid #fff;
	font: normal .9em/1.4 Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 2px 2px;
}

table th {
    border: 1px solid #fff;
    text-align: left;
    font: bold .9em/1.4 Verdana, Arial, Helvetica, sans-serif;
    color: #006cb2;
    padding: 2px 2px;
}

table thead th {
	background-image: url(images/bg-th.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}



table td li {
	border: 1px solid #fff;
	font: normal 1.5em/1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0px 4px;
}