/* General styles */
p {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: normal;
	color: #2a4883;
}
.normal {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: normal;
	color: #2a4883;
}
.h1 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	color: #2a4883;
}
.h2 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: normal;
	color: #2a4883;
}
.h3_red {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: normal;
	color: #851213;
}
.h4_table_headings {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
.formfieldtext {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #2a4883;
}
.bignormal {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	color: #2a4883;
}
.footertext {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #3c5c9a;
}
.pagetitle {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: normal;
	color: #851213;
}

.pageBg {background-color:#EAF1FE;}

.panelBg { background-color:#D5E3FE;}


/* Links */
a:link {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #122a58;
	text-decoration: underline;
}
a:visited {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #122a58;
	text-decoration: underline;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #1f3a71;
	text-decoration: none;
}
/* Table Styles */
.table_heading_row {
	background-color: #2a4883;
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
.table_heading_row_leftalign {
	background-color: #2a4883;
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
}
.table_subheading_row {
	background-color: #395791;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
.table_subheading_row_leftalign {
	background-color: #395791;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
}
.table_content_row {
	background-color: #879dca;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
}
.table_footer_row {
	background-color: #395791;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
}
