/* Button 1 */ 
.nav_1 {
  display: inline-block;
  width: 175px;
  height: 45px;
  background: url("template/header/header_navigation.jpg");
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.nav_1o {
  display: inline-block;
  width: 175px;
  height: 45px;
  background: url("template/header/header_navigation.jpg");
  background-repeat: no-repeat;
  background-position: 0px -45px;
}
.nav_1:hover { 
  background-position: 0px -45px;
}
.nav_1:active { 
  background-position: 0px -45px;
}


/* Button 2 */ 
.nav_2 {
  display: inline-block;
  width: 175px;
  height: 45px;
  background: url("template/header/header_navigation.jpg");
  background-repeat: no-repeat;
  background-position: -175px 0px;
}
.nav_2o {
  display: inline-block;
  width: 175px;
  height: 45px;
  background: url("template/header/header_navigation.jpg");
  background-repeat: no-repeat;
  background-position: -175px -45px;
}
.nav_2:hover { 
  background-position: -175px -45px;
}
.nav_2:active { 
  background-position: -175px -45px;
}


/* Button 3 */ 
.nav_3 {
  display: inline-block;
  width: 175px;
  height: 45px;
  background: url("template/header/header_navigation.jpg");
  background-repeat: no-repeat;
  background-position: -350px 0px;
}
.nav_3o {
  display: inline-block;
  width: 175px;
  height: 45px;
  background: url("template/header/header_navigation.jpg");
  background-repeat: no-repeat;
  background-position: -350px -45px;
}
.nav_3:hover { 
  background-position: -350px -45px;
}
.nav_3:active { 
  background-position: -350px -45px;
}


/* Button 4 */ 
.nav_4 {
  display: inline-block;
  width: 200px;
  height: 45px;
  background: url("template/header/header_navigation.jpg");
  background-repeat: no-repeat;
  background-position: -525px 0px;
}
.nav_4o {
  display: inline-block;
  width: 200px;
  height: 45px;
  background: url("template/header/header_navigation.jpg");
  background-repeat: no-repeat;
  background-position: -525px -45px;
}
.nav_4:hover { 
  background-position: -525px -45px;
}
.nav_4:active { 
  background-position: -525px -45px;
}


/* Button 5 */ 
.nav_5 {
  display: inline-block;
  width: 175px;
  height: 45px;
  background: url("template/header/header_navigation.jpg");
  background-repeat: no-repeat;
  background-position: -725px 0px;
}
.nav_5o {
  display: inline-block;
  width: 175px;
  height: 45px;
  background: url("template/header/header_navigation.jpg");
  background-repeat: no-repeat;
  background-position: -725px -45px;
}
.nav_5:hover { 
  background-position: -725px -45px;
}
.nav_5:active { 
  background-position: -725px -45px;
}



a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #CC0066;
	text-decoration: underline;
}
a:active {
	color: #CC0066;
	text-decoration: underline;
}
.body1 {
	background-color: #DDDDDD;
	background-image: url(template/background/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
.content1 {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	margin: 0px;
}
.header_text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
}
.text_bold1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
}
.text_large_bold1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
}
.text_small_bold1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
}
.text_xlarge_bold1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
}
.text_xxlarge_bold1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 16px;
	color: #333333;
}
.text_bold2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #0099CC;
}
.text_large_bold2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #0099CC;
}
.text_small_bold2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #0099CC;
}
.text_xlarge_bold2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #0099CC;
}
.text_xxlarge_bold2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 16px;
	color: #0099CC;
}
.form_body {
	margin: 0px;
	padding: 0px;
}
.form_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0066;
	border: 1px solid #999999;
}

.form_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.title1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	margin-top: 15px;
	margin-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CC0066;
}

.message1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.message2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #339900;
}
.footer_nav1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-image: url(template/footer/footer_nav.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 5px;
}
.footer_text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.info_text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	margin-bottom: 10px;
}
.text_body1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #333333;
	margin-bottom: 10px;
	text-align: justify;
}
.message_fail {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.message_success {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #339900;
}
.preload_image {
	display: none;
}
.footer_text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 18px;
}
.image_right {
	margin-left: 15px;
	border: 1px solid #999999;
}
