@charset "utf-8";
/* CSS Document */
h1 {
	font-size:24px;
}
h2 {
	font-size:20px;
	margin-top:8px;
	margin-bottom:4px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}

a {
	color: #666666;
	text-decoration:none;
}
a:hover {
	color: #FFA405;
}

a.regular {
	text-decoration:underline;
}

/* text aligh */
.text-center {
	text-align:center;
}
.text-right {
	text-align:right;
}

/* text color */
.textDarkBlue {
	color:#2D3F4F;
}
.textMediumBlue {
	color:#537591;
}
.textLightGreen {
	color:#9ABB26;
}
.textMediumGreen {
	color:#80991A;
}
.textDarkGreen {
	color:#617012;
}
.textSpecialGreen {
	color:#578f83;
}
.textGray {
	color:#999999;
}
.textWhite {
	color:#FFFFFF;
}
.textRed {
	color:#930606;
	font-weight:bold;
}

#sub-header {
	text-align:right;
	font-style:italic;
	margin-top:12px;
}
