/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #0D59A5;
}

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

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 11px;
	text-align: justify;
}

.text1 {
	padding: 2px 5px;
	background: url(images/homepage10.gif);
}

.text2 {
	text-align: center;
	font-size: 9px;
	color: #CDE8FD;
}

.text8 {
	color: #fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;

padding-bottom: 8px;
border-bottom: 1px dotted #0D59A5;
	}

/** LINKS */

a {
	color: #EBFF00;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	text-decoration: none;
	color: #FFFFFF;
}

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

a.link2 {
	text-decoration: none;
	color: #FFFFFF;
}

a.link2:hover {
	text-decoration: underline;
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/bg1_01.jpg) repeat-y;
}

.bg2 {
	background: url(images/bg1_02.jpg) no-repeat;
}

.bg3 {
	background: url(images/bg1_03.jpg) no-repeat left bottom;
}

.bg4 {
	background: url(images/bg2_01.jpg) repeat-y;
}

.bg5 {
	background: url(images/bg2_02.jpg) no-repeat;
}

.bg6 {
	background: url(images/bg2_03.jpg) no-repeat left bottom;
}

.bg7 {
	background: url(images/bg3_01.jpg) repeat-y;
}

.bg8 {
	background: url(images/bg3_02.jpg) no-repeat;
}

.bg9 {
	background: url(images/bg3_03.jpg) no-repeat left bottom;
}

/** MISC */

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

.img1 {
	float: left;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	clear: both;
	height: 15px;
	margin: 20px 0px 10px 0px;
	background: url(images/homepage11.gif) no-repeat center center;
}

#tablecol1 {
float:left;
background-color: #6ca5ca;
margin-top:5px;
margin-left:10px;
margin-bottom:5px;
color: #000;
font-family: Trebuchet MS, Arial, sans-serif;
font-size: small;
font-style: bold;
text-align: center;
border: 1px solid #ccc;
height: 35px;
width: 125px;
}

#tablecol2 {
float:left;
background-color: #6ca5ca;
margin-top:5px;
margin-left:10px;
margin-bottom: 5px;
color: #000;
font-family: Trebuchet MS, Arial, sans-serif;
font-size: small;
text-align: left;
border: 1px solid #ccc;
width: 550px;
padding: 5px;
}

