

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

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

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

a:hover {
	color: #ae1d56;
}



.header  {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 30px 7px 0px;
}


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

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


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

.content {
	color: #393939; 
	padding: 0px 35px 0px 0px;
}


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

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


.main {
	margin: 38px 0px 0px 0px
}

.main a,
.main a:link,
.main a:visited,
.main a:active {
	padding: 0px 0px 0px 0px;
	color: #575656;
	font-weight: bold;
	text-decoration: none;
}

.main a:hover {
	color: #737272;
}





.navi {
	width: 200px;
}

.navi ul {
	margin: 30px 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 {
	height: 30px;
	line-height: 30px;
	display: block;
	padding: 0px 0px 0px 0px;
	color: #575656;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px dotted #575656;
	text-decoration: none
}

.navi ul li a:hover {
	background-image: url(../images/navi-rep-hover.gif);
	background-repeat: repeat-y;	
	color: #929191;
}




.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: #e72f79;
}




