body {
	background-color: #fffff;
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-x;
	color: #042bf4;
	margin: 0;
	padding: 15px 0;
}

a {
  color: gray;
  margin: 1px;
}

#main {
	margin: auto;
	padding: 0;
}

#menu_top {
	background-image: url(images/bg_04.gif);
} 

#menu_left {
	background-image: url(images/bg_07.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #AAAAAA;	
}

#menu_adr {
  font-size: 12px;
  text-align: right;
  font-family: Arial , Helvetica, sans-serif;
  color: #042bf4;
}

#contents {
	background-image: url(images/bg_08.jpg);
	background-repeat: no-repeat;
	padding-bottom: 2px;
}

#copy_notice {
	background-image: url(images/bg_12.jpg);
}

#copyright {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #0000FF;
	padding-top: 0px;
}

#copyright a:link  {
   color: #87ebd6;
	text-decoration: underline;
}

#copyright a:hover  {
	color: #ffffff;
	text-decoration: underline;
}

#menu_hor {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	text-align: right;
	margin: 0;
	padding-right: 5px;
	letter-spacing: 2px;
	color: #0000FF;
}

#menu_hor a:link {
   color: #0033FF;
	text-decoration: none;
}

#menu_hor a:visited {
   color: #0066FF;
	text-decoration: none;
}

#menu_hor a:hover {
	color: #ffffff;
	text-decoration: none;
}

#menu_vert {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	text-align: right;
	padding-top: 63px;
	padding-right: 25px;
	line-height: 20px;
}

#menu_vert a:link {
   color: #0000FF;
	text-decoration: none;
}

#menu_vert a:visited {
	color: #0066FF;
	text-decoration: none;
}

#menu_vert a:hover {
	color: #ffffff;
	text-decoration: none;
}


#bg_10 {
	background-image: url(images/bg_10.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #87d369;	
}

.heading {
  margin: 0;
	padding: 25px 0 35px 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.text {
   margin: 0;
	padding: 0 5px 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;	
}

