

body {
	background-image: url(../images/body-rep.jpg);
	background-repeat: repeat-y;
	background-color: #2fc1e6;
	font-size: 10pt;
	font-family: Arial;
	color: #ffffff;
margin: 0;
}

p {
	margin: 10px 0 10px 0;
	line-height: 20px;
	font-family: Arial;
}

a,
a:active,
a:visited,
a:link {
	color: #2fc1e6;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #205869;
}


.header  {
	color: #2fc1e6;
	font-weight: normal;
	text-decoration: none;
}


.header a,
.header a:active,
.header a:visited,
.header a:link {
	color: #2fc1e6;
	font-weight: normal;
	text-decoration: none;
}

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



h1 { 
	padding-left: 0px;
	color: #2fc1e6;
	font-size: 13pt;
	font-family: Arial;
	line-height: 25px;
	margin: 30px 0px 25px 0px;
	border-bottom: 1px solid #2fc1e6;
}

.content {
	color: #393939; 
	width: 600px;
}


.content a, 
.content a:link,
.content a:active,
.content a:visited {
	color: #2fc1e6;
	text-decoration: underline;
	font-weight: bold;
}

.content a:hover {
	font-weight: normal;
	
}


.navi {
	margin: 0px 190px 20px 0px
}

.navi ul {
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

.navi ul li {
	display:inline;
}

.navi ul li a,
.navi ul li a:link,
.navi ul li a:visited,
.navi ul li a:active {
	padding: 0px 0px 0px 0px;
	color: #2fc1e6;
	font-weight: bold;
	text-decoration: underline;
}

.navi ul li a:hover {
	color: #205869;
}



.footer {
	padding-bottom: 45px;
}

.footer a,
.footer a:active,
.footer a:visited,
.footer a:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

.footer a:hover {
	color: #2fc1e6;
}





