﻿@charset "UTF-8";
/* CSS Document */
/*--------------------Links---------------------*/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/*------------------H-------------------------*/
h6 {
	
	font-family:Verdana;
	font-size:11px;
	font-weight:400;
	color:#000000;
	margin:0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #325e90;
	margin: 0px;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:12px;
	color:#325e90;
	}
/*--------------------Class------------------*/
.blue12 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #325e90;
}
.blue12b {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 12px;
	color: #325e90;
}
.gray10 {
	font-family: Verdana;
	font-weight: 400;
	font-size: 11px;
	color: #000000;
}
p {
		font-family: Verdana;
	font-weight: 400;
	font-size: 11px;
	color: #000000;

}
.titleblue {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:12px;
	color:#325e90;
	}