/*  This is being taken out because it overrides the content management system settings.
html * {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}*/

body 
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#3a4c7a;
	background-color:#32295D;
}

h1 {
	border:0 none;
	border-bottom:1 solid #303069;
	font-size:12pt;
}

.header {
	font-weight:bold;
	color:#FFFFFF;
	font-size:14px;
	padding-bottom:5;
	background-image:url(../../Images/blue_bg.gif);
	background-repeat:repeat-x;
}

.header_over {
	font-weight:bold;
	color:#FFFFFF;
	font-size:14px;
	padding-bottom:5;
	background-image:url(../../Images/gray_bg.gif);
	background-repeat:repeat-x;
}

.footer {
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
	padding-bottom:5;
}

.main_body {
	text-align:justify;
	background-color:#FFFFFF;
	/*padding-bottom:5;
	padding-top:5;*/
}

/* LINK VISITED HOVER ACTIVE selectors must remain in this order to work */
.header a:link {
	font-weight:bold;
	color:#FFFFFF;
	/*
	background-color:303069;
	*/
	text-decoration:none;
	font-size:12px;
}

.header a:visited {
	font-weight:bold;
	color:#FFFFFF;
	/*
	background-color:303069;
	*/
	text-decoration:none;
	font-size:12px;
}

.header a:hover {
	padding-top:5;
	font-weight:bold;
	color:#FFFFFF;
	/*
	background-color:666666;
	*/
	text-decoration:none;
	font-size:12px;
}

.header a:active {
	font-weight:bold;
	color:#FFFFFF;
	/*
	background-color:666666;
	*/
	text-decoration:none;
	font-size:12px;
}

.header_top {
	background:url(../../Images/top_bg.gif) repeat-x;
	background-color:#32295D;
	padding-top:10;
	padding-bottom:5;
}

.btn {
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	border:0 solid #4161a7;
	background-color:#303069;
	cursor:pointer;
}


.btn_over {
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	border:0 solid #4161a7;
	background-color:#666666;
	cursor:pointer;
}

.CMSContent {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
	color: inherit;
	background-color: inherit;
}

/*.CMSContent
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}*/