/* CSS Document */


p{
	font-family: arial;
	font-size: small;
	color:#000000;
	line-height: normal;
	padding: inherit;
	background-color: #FFFFFF;
}

.bold {
	font-family: arial;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: normal;
}

.bold_white {
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	line-height: normal;
}

.heading_bold {
	font-family: arial;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #00338D;
}


.navigation {
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.navigation:hover {
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.title {
	font-family: arial;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}

.body {
	font-family: arial;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: normal;
}

.caption {
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 12px;
}

.caption_white {
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 12px;
}
 
.caption2 {
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: normal;
}

.link {
	font-family: arial;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.link:hover {
	font-family: arial;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}

.link_white {
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	}

.link_white:hover {
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FC9127;
	text-decoration: none;
}

.arrow {
	font-family: arial;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	color: #FF6600;
	line-height: normal;
}

.heading_news {
	font-family: arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FC9127;
}
