h1 {
	color:#fff;
	font-size:22px;
}

h2 {
	color:#374D67;
	font-size:22px;
}

a:link.all {
	color: #374D67;
	text-decoration: none;
}
a:visited.all {
	text-decoration: none;
	color: #374D67;
}
a:hover.all {
	text-decoration: underline;
	color: #666666;
}
a:active.all {
	text-decoration: none;
	color: #374D67;
}


a:link.under {
	color: #000000;
	text-decoration: none;

}
a:visited.under {
	text-decoration: none;
	color: #000000;
}
a:hover.under {
	text-decoration: underline;
	color: #666666;
}
a:active.under {
	text-decoration: underline;
	color: #CD931B;
}


.sub {
	color:#fff;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .1em;
}

.subBlue {
	color:#273649;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .1em;
}

.selected {
	font-weight:bold;
	font-size:14px;
	color: #CD931B;
}

a:selected .under {
	font-weight:bold;
	font-size:14px;
	color: #CD931B;
}
a {
	color: #30465D;
}
a:hover {
	color: #999;
}

