@charset "utf-8";

.main {
font-family:"Trebuchet MS";
font-size:14px;
font-variant: normal;
font-style:italic;
font-weight:normal;
color: #143d55;
}
.main10 {
font-family:"Trebuchet MS";
font-size:10px;
font-variant: normal;
font-style:normal;
font-weight:normal;
color: #143d55;
}
.maroon {
font-family:"Trebuchet MS";
font-size:14px;
font-variant:normal;
font-weight:normal;
color: #6A0201;
}
.footer_white {
font-family:"Trebuchet MS";
font-size:10px;
font-variant:normal;
font-weight:normal;
color: #ffffff;
}

a.bottomlinks:link {
	font-family: "Trebuchet MS";
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}
a.bottomlinks:visited {
	font-family: "Trebuchet MS";
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}
a.bottomlinks:active {
	font-family: "Trebuchet MS";
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}
a.bottomlinks:hover {
	font-family: "Trebuchet MS";
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
a.page:link {
	font-family: "Trebuchet MS";
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	color: #143d55;
}
a.page:visited {
	font-family: "Trebuchet MS";
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	color: #143d55;
}
a.page:active {
	font-family: "Trebuchet MS";
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	color: #143d55;
}
a.page:hover {
	font-family: "Trebuchet MS";
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	color: #6A0201;
}
.form {
   width: 200px;
   background-color:#FFFFFF;
   border: solid 1px #143d55;
   font-family:"Trebuchet MS";
   font-size:11px;
   font-variant: normal;
   font-style:normal;
   font-weight:normal;
   color: #6A0201;
}

.blue_border {
    border: solid 1px #143d55;
}