@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	text-decoration:none;
}

.sub_title_pink {
	font-weight: bold;
	color: #ED008C;
	font-size: 14px;
}
.font_pink {
	color: #ED008C;
	font-weight: bold;
}

.sub_title_blue {
	color: #36F;
	font-size: 14px;
}
.main_title_blue {
	font-size: 18px;
	color: #00ADEF;
	font-weight: bold;
}
.sub_title_grey {
	font-size: 14px;
	color: #333333;
}
label
{
width: 15em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 15.5em;
} 
.main_title_pink {
	font-size: 18px;
	color: #ED008C;
}
.blue_nav_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}
.grey_nav_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #06C;
}






