@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#444;
}
h1 {
	color:#314579;
	font-size:2.2em;
	font-weight:normal;
}

h2 {
	font-size:1.8em;
	font-weight:normal;
}

h3 {
	font-size:1.6em;
	font-weight:normal;
}

h4 {
	font-weight:bold;
	font-size:1.4em;
	margin: 2px 0 2px 0;
}

h5 {
	font-weight:bold;
	font-size:1em;
	color:#314579;
	margin: 2px 0 2px 0;
}
#l_subnavigation h5 a {
	color:#314579;
}

#l_subnavigation h5 a:hover {
	text-decoration:underline;
}

.s_reversegray{
	background-color:#666;
	color:white;
	padding:.2em 1em .2em 1em;
	text-align:left
}

a.s_nodecor{
	text-decoration:none;
	color:#314579;
	font-weight:bold;
}

a.s_nodecor:hover{
	text-decoration:underline;
}

a.s_nodecor_blue{
	text-decoration:none;
	color:#314579;
	font-weight:bold;
}

a.s_nodecor_blue:hover {
	text-decoration:underline;
}

.s_breadcrumb{
	text-transform: uppercase;
	color:#444;
	text-decoration:none;
}

.s_breadcrumb a {
	text-transform: uppercase;
	color:#444;
	text-decoration:none;
}

.s_13px {font-size: 13px;}

.s_red {color:#900;}

.s_bold_black{
	font-weight:bold;
	color:black;
}
