

body {
 	background-image: url(../images/body.gif);
 	background-repeat: repeat-x;
 	background-position: center 120px;
 	background-color: #f9c3ec;
	margin: 0px;
}

a:link       { 
text-decoration: underline; 
color: #b03291; 
font-weight: bold;
}

a:visited    { 
text-decoration: underline; 
color: #b03291; 
font-weight: bold;
}

a:hover      { 
text-decoration: underline; 
color: #b03291; 
font-weight: bold;
}

a:active     { 
text-decoration: underline; 
color: #b03291; 
font-weight: bold;
}

td {
font-family: Arial,Verdana,Helvetica;
font-size:12px;
color:#878485;
}

h1, h2, h3, h4, h5, h6 {
font-size:14px;
color:#ffffff;
background-image: url(../images/h1.gif);
height: 43px;
line-height: 43px;
background-repeat: no-repeat;
padding-left: 12px;
margin-bottom:0px;
margin-top:0px;
}

.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 990px;
	height: 135px;
	line-height: 135px;
}


.navi-top { 
	background-image: url(../images/navi-top.gif);
	background-repeat: no-repeat;
	height: 26px;
	line-height: 26px;
}



.navi {
width: 197px;
}

.navi ul {
	margin: 0px;
	padding: 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.gif);
	background-repeat: no-repeat;
	height: 25px;
	line-height: 25px;
	display: block;
	padding: 0px 0px 0px 30px;
	color: #b03291;
	font-weight: bold;
	text-decoration: underline;
}


.navi ul li a:hover {
	background-image: url(../images/navi-h.gif);
	background-repeat: no-repeat;
}


.navi ul li li a,
.navi ul li li a:link,
.navi ul li li a:visited,
.navi ul li li a:active {
	background-image: url(../images/navi.gif);
	background-repeat: no-repeat;
	height: 25px;
	line-height: 25px;
	display: block;
	padding: 0px 0px 0px 40px;
	color: #b03291;
	font-weight: normal;
	text-decoration: none;
}


.navi ul li li a:hover {
	background-image: url(../images/navi-h.gif);
	background-repeat: no-repeat;
}

.navi-bottom {
	background-image: url(../images/navi-bottom.gif);
	background-repeat: no-repeat;
	height: 26px;
	line-height: 26px;
}
	
	
	
	
.main {
	background-color: #ffffff;
}
	
	
	
	
.buttons {
   	
	background-color: #ffffff;
	border-top: 0px solid #ffffff;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

