@charset "utf-8";
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:visited {
	color: #396886;
}
a:hover {
	color: #396886;
}
a:active {
	color: #74ba2b;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #11345a;
}
h2 {
	font-size: 19px;
	color: #fa6805;
}
.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #000;
}
.titles {
	color: #FB6808;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.asterisk {
	color: #F00;
}

