/* CSS Document */
body{
 background-color:#FFFFFF;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;
 color: #000000;
 margin: 0px;
}


a{
 color: #DF9D9E;
 text-decoration: underline;
}

a:hover{
 text-decoration: none;
}

a:link{
 color: #DF9D9E;
}

a:visited{
  color: #DF9D9E;
}

a:active {
 color: #DF9D9E;
}


#path{
  color: #984F50;
  font-size: 14px;
  font-weight: bold;
}

#pathlink{
  color: #984F50;
  font-size: 14px;
  font-weight: bold;
  text-decoration:none;
}

#center_block{
	width: 1024px; margin-left:auto; margin-right:auto;
}

.background_0{
background-color: #FFFFFF;
}

.background_1{
 background-color: #F5E3E2;
}

.background_2{
 background-color: #F1BABB;
}

.background_3{
 background-color: #DF9D9E;
}

