/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.jpg) 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: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2E7191;
}

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

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

.ul1 li {
	display: inline;
}

.ul1 a {
	display: block;
	padding: 0px 0px 0px 20px;
	background: transparent url(images/homepage10.gif) no-repeat 7px 5px;
	font-size: 10px;
	color: #B3DCEC;
}

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

.ul2 li {
	display: inline;
}

.ul2 a {
	display: block;
	padding: 0px 0px 0px 20px;
	background: transparent url(images/homepage13.gif) no-repeat 7px 5px;
	font-size: 10px;
	color: #CEE4BD;
}

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

.ul3 li {
	display: inline;
}

.ul3 a {
	display: block;
	padding: 0px 0px 0px 20px;
	background: transparent url(images/subpage02.gif) no-repeat 7px 5px;
}

.text1 {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.text2 {
	font: normal 21px Georgia, "Times New Roman", Times, serif;
	color: #00314A;
}

.text2 strong {
	font-weight: bold;
}

.text3 {
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	color: #49819C;
}

.text4 {
	font-size: 11px;
	font-weight: bold;
}

.text5 {
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	color: #00314A;
}

.text5 strong {
	font-weight: bold;
}

.text6 {
	text-align: center;
	color: #B0E2F5;
}

/** LINKS */

a {
	color: #58AA09;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1  { background: url(images/homepage02.jpg) repeat-x left top; }
.bg2  { background: url(images/homepage03.jpg) repeat-y left top; }
.bg3  { background: url(images/homepage04.jpg) no-repeat left bottom; }
.bg4  { background: url(images/homepage06.jpg) repeat-y left top; }
.bg5  { background: url(images/homepage07.jpg) no-repeat left top; }
.bg6  { background: url(images/homepage08.jpg) no-repeat left bottom; }
.bg7  { background: url(images/homepage09.gif) no-repeat left top; }
.bg8  { background: url(images/homepage11.jpg) no-repeat left top; }
.bg9  { background: url(images/homepage14.jpg) repeat-y left top; }
.bg10 { background: url(images/homepage15.jpg) no-repeat left top; }
.bg11 { background: url(images/homepage17.jpg) no-repeat left top; }
.bg12 { background: url(images/homepage18.jpg) no-repeat left top; }
.bg13  { background: url(images/subpage03.jpg) repeat-y left top; }
.bg14  { background: url(images/subpage04.jpg) no-repeat left bottom; }

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

hr { display: none; }

.hr1 {
	height: 1px;
}

.pink_box
{
border: 1px solid #FFAAAA;
background: #FFDDDD;
color: #000000;
padding: 3px;
margin: 5px;
}