@charset "UTF-8";
/* CSS Document */
.text {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
.text02 {
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4e2e57;
	font-weight:bold;
}
.header {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#78923b;
	font-weight:bold;
}
.header2 {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4e2e57;
	font-weight:bold;
}
.subheader {
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#4e2e57;
}
.bgcontent {
background-image:url(images/bg01.jpg);
background-repeat:repeat-x;
background-repeat:repeat-y;
}
#mySubmitImage {
    display: block;
    border: none;
    background: url(images/submit.png) no-repeat;
    background-position: 0px 0px;
    height: 28px;
    width: 71px;
  }
#mySubmitImage:hover, #mySubmitImage.hover {
    display: block;
    border: none;
    background: url(images/submit_hover.png) no-repeat;
    background-position: 0px 0px;
    height: 28px;
    width: 71px;
  }

