@charset "utf-8";
.gm {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.header-1 {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #587592;
}
.header-2 {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #e19041;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.links a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #e19041;
	text-decoration: underline;
}.border {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #183756;
	border-right-color: #183756;
	border-bottom-color: #183756;
	border-left-color: #183756;
	border-right-style: solid;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

