body {
	margin: 0;
	padding: 0;
	font: 11px/1.5em  Arial, Helvetica, sans-serif;
	color: #4B4B4B;
}

a, a:visited {
	text-decoration: underline;
	color: #FF6207;
}
a:hover {
	text-decoration: underline;
	color: #3173DC;
}

/**************************/

.quicklinks {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.select {

	font-size: 11px;
	font-weight: normal;
	color: #4B4B4B;
	font-family: Arial, Helvetica, sans-serif;
}

.newsdate {
 color: #FF6207;
}

.title_blue{
font-size: 14px;
color: #002598;
font-weight: bold;
}

.subtitle_blue{
font-size: 11px;
color: #002598;
font-weight: bold;
}
.index_box {
	background-image: url(../images/index_box.png);
	background-repeat: repeat-y;
}
/**************************/

#footer {
	font-size: 10px;
	color: white;
}

#footer a{
	color: white;
	text-decoration: none;
}
#footer a:hover {
	color: white;
	text-decoration: underline;
}

/**************************/

#subnav {
	font-size: 11px;
	color: #003A93;
	font-weight: bold;
}

#subnav a{
	color: #3E3E3E;
	text-decoration: none;
	font-weight: normal;
}
#subnav a:hover {
	color: #003A93;
	font-weight: normal;
}
