

body {
	background-image: url(../images/body-rep.jpg);
	background-repeat: repeat-y;
	background-color: #ff9600;
	font-size: 10pt;
	font-family: Arial;
	color: #858484;
}

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

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

a:hover {
	color: #ef5f08;
}


.header  {
	color: #24a970;
	font-weight: bold;
	text-decoration: underline;
}




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

.content {
	color: #858484; 
}


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

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


.navi {
	width: 200px;
}

.navi ul {
	margin: 0px 0px 0px 0px;
	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 {
	background-image: url(../images/navi-rep.jpg);
	height: 30px;
	line-height: 30px;
	display: block;
	padding: 0px 0px 0px 0px;
	color: #26a973;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 20px;
	text-decoration: underline;
}

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



.footer {
		padding-bottom: 45px;
}

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

.footer a:hover {
	color: #ef5f08;
}




