.Content {
	background: #ffffff; 
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #424242;
	top: auto;
	vertical-align:top;
}

.ContentSmall {
	background: #ffffff; 
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #424242;
	top: auto;
	vertical-align:top;
}

.ContentBlue {
	background: #ffffff; 
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #193d61;
	top: auto;
	vertical-align:top;
}


.Header {
	background: #ffffff; 
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #424242;
	top: auto;
	vertical-align:top;
}


a:link {
	color:#375472;
	text-decoration:none;
}

a:hover {
	color:#193d61;
	text-decoration:underline;
}

a:visited {
	color:#375472;
	text-decoration:none;
}

a:active {
	color:#375472;
	text-decoration:none;
}