/* CSS Document */
body {
	background-color: #00AEEF;
}

table {
border-collapse:collapse;
} 

.header {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
	
.style2, .style2 a:link, .style2 a:visited{
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.style2 a:hover{
	text-decoration:underline;

} 


.style3 {
	font-size: 18px;
	color: #FFFFFF;
}
.style4 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.style6 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.style7 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
.style9 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-indent: 80px;
}
.style10 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style11 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style13 {
	color: #CC0000;
	font-size: 18px;
}
.style14 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #000099;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
}
.style15 {color: #999999}
.style16 {color: #000066}
.style17 {
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.style18 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
}
.copy{
	float: left;
	margin-left: 10px;
}
.kahl{
	float: right;
	padding-right: 10px;
}
.siteInfo{
	clear: both;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px 0px 25px 0px;
	margin-top: 0px;
	background-color: #000000;
	border-bottom-width: 20px;
	border-bottom: 10;
	border-bottom-color: #FFFFFF;
	width: 800px;
	border-top: 1;
	border-top-color: #CCCCCC;
}

.teardrop {
	background-image: url(images/teardrop.png);
	background-repeat: no-repeat;
	background-position: center top;
}	
.tail {
	background-image: url(images/tail.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.imgborder {
	border:3px solid #fff;
	
	}