/*style reset*/

* {
	margin: 0;
	padding: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
  }
  
h1, h2, h3, h4, h5, p, address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
  }  

/*stylesheet for text*/

h1 {
	font-size: 1.2em;
	line-height: 110%;
	text-decoration: none;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
h2 {
	font-size: 1em;
	line-height: 120%;
	text-decoration: none;
	font-weight: normal;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3 {
	margin: 13px 0px 10px;
}
h4 {
	font-size: 12px;
	line-height: 130%;
	text-decoration: none;
	color: #988401;
	font-weight: bold;
	padding-top: 3px;
}
h5 {
	font-size: 1em;
	line-height: 120%;
	text-decoration: none;
	margin: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}
p {
	font-size: 12px;
	line-height: 130%;
	margin-bottom: 5px;
}


a:link {
	color: #3157A1;
	text-decoration: none;
}
a:visited {
	color: #3157A1;
	text-decoration: none;
}
a:hover {
	color: #7599E0;
	text-decoration: underline;
}
.photo {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.feature01 {
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right top;
}
.cap {
	font-size: 11px;
	text-decoration: none;
	line-height: 110%;
	padding-top: 3px;
}
.b_text {
	font-size: 14px;
	line-height: 130%;
	text-decoration: none;
	text-align: center;
}
.text_red {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
