/* CSS Document */

/*
	BLUE section
	dark: #004A73
	light: #0075B8
*/

.bg_dark {
	background-color: #004A73;
}

.bg_light {
	background-color: #0075B8;
}

.header_dark {
	font-size: 14px;
	font-weight: bold;
	color: #004A73;
}

.header_grey {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

.header_light {
	font-size: 14px;
	font-weight: bold;
	color: #0075B8;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	color: #004A73;
}

h6 {
	font-size: 14px;
	font-weight: bold;
	color: #0075B8;
}

.sidenav a:link {
	margin-left: 2px;
	font-size: 11px;
	color: #8C8C8C;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}

.sidenav a:visited {
	margin-left: 2px;
	font-size: 11px;
	color: #8C8C8C;	
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}

.sidenav a:hover {
	margin-left: 2px;
	font-size: 11px;
	color: #0075B8;	
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}

.sidenav a:active {
	margin-left: 2px;
	font-size: 11px;
	color: #8C8C8C;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}

.contentnav {
	background-color: #004A73;
}

.contentnav a:link {
	margin-left: 2px;
	font-size: 11px;
	color: #8C8C8C;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}

.contentnav a:visited {
	margin-left: 2px;
	font-size: 11px;
	color: #8C8C8C;	
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}

.contentnav a:hover {
	margin-left: 2px;
	font-size: 11px;
	color: #ED940E;	
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}

.contentnav a:active {
	margin-left: 2px;
	font-size: 11px;
	color: #8C8C8C;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}

.content_main a:link {
	color: #0075B8;
	text-decoration: none;
	font-weight: bold;
}

.content_main a:visited {
	color: #0075B8;
	text-decoration: none;
	font-weight: bold;
}

.content_main a:hover {
	color: #0075B8;
	text-decoration: underline;
	font-weight: bold;
}

.content_main a:active {
	color: #0075B8	;
	text-decoration: underline;
	font-weight: bold;
}

.item_description {
	font-size: 11px;
	font-weight: bold;
	color: #A8A8A8;
}

.item_link {

}

.item_link a:link {
	color: #86a4bc;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

.item_link a:visited {
	color: #86a4bc;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

.item_link a:hover {
	color: #86a4bc;
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
}

.item_link a:active {
	color: #86a4bc;
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
}

.header_light_small { 
	font-weight: bold;
	font-size: 11px;
	color: #86a4bc;
}

.header_dark a:link {
	font-size: 14px;
	color: #004A73;
	text-decoration: none;
}

.header_dark a:visited {
	font-size: 14px;
	color: #004A73;
	text-decoration: none;
}

.header_dark a:hover {
	font-size: 14px;
	color: #004A73;
	text-decoration: underline;
}

.header_dark a:active {
	font-size: 14px;
	color: #004A73;
	text-decoration: underline;
}

.important_dark { 
	font-weight: bold;
	color: #455469;
}