@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.input-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bck-green-01 {
	background-color: #b0e687;
	background-image: url(../images/bck_kids_running.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.bck-blu-01 {
	background-color: #174F7A;
}
.bck-white {
	background-color: #FFFFFF;
}
.title-001 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: #b0e687;
	padding-bottom: 5px;
}

.title-002 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: #390;
	padding-bottom: 5px;
}



.input-field-001 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #339900;
	padding-bottom: 5px;
}


.text-002 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #999999;
}
.bck-nav-off {
	background-image: url(../images/bck-nav-off.gif);
	background-repeat: repeat-x;
	text-align: center;
	color: #FFFFFF;
}

.nav-link-off{
	color: #FFFFFF;
	text-decoration: none;
}

a.nav-link-off:hover{
	color: #CCFF00;
	text-decoration: underline;
}


.nav-link-on{
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}

a.nav-link-on:hover{
	color: #CC0000;
	text-decoration: underline;
}

/* SUB NAV */
.subnav-link-off{
	color: #336600;
	text-decoration: none;
}

a.subnav-link-off:hover{
	color: #339900;
	text-decoration: underline;
}


.subnav-link-on{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #339900;
	border: 0px solid #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

a.subnav-link-on:hover{
	color: #336600;
	text-decoration: underline;
}




.bck-nav-over {
	background-image: url(../images/bck-nav-over.gif);
	background-repeat: repeat-x;
}
.bck-nav-on {
	background-image: url(../images/bck-nav-on.gif);
}
.question {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #237ABA;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #b0e687;
	background-color: #174F7A;
	padding: 5px;
	border: 1px solid #999999;
}


