html, body {
	height: 100%;
}
body {
	background-color: #4a4078;
	margin: 0;
	padding: 0;
}
tr, td {
	font-family: arial, helvetica, "sans-serif";
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}

.mainTable {
	height: 100%;
	min-height: 100%;
}
.headerContainer {
	height: 190px;
	padding: 10px 0 0 0;
}

.navContainer {
	height: 27px;
}
.footerContainer {
	height: 153px;
}
.footerContainer2 {
	height: 20px;
}
.navContainer {
	background-image: url("../images/background.jpg");
	background-position: top left;
	background-repeat: repeat-y;
	vertical-align: top;
	padding: 0px 20px 30px 20px;
	text-align:center;
}
div.mainNavSelected {
	background-image: url("../images/nav/blue.gif");
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 8px;
}
div.mainNav {
	background-image: url("../images/nav/red.gif");	
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 8px;
	color: #4A4078;
	font-weight: bold;
	font-size: 13px;
	font-family: arial, helvetica, "sans-serif";
}
.contentContainer {
	height: 100%;
	min-height: 100%;
	background-image: url("../images/background.jpg");
	background-position: top left;
	background-repeat: repeat-y;
	vertical-align: top;
	padding: 0px 90px 20px 90px;
}
.contentContainer2 {
	height: 100%;
	min-height: 100%;
}
h1 {
 	background-image: url("../images/nav/red.gif");	
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	color: #4A4078;
}
h2 {
	margin: 0 0 3px 1px;
 	padding-left: 25px;
	font-weight: bold;
	font-size: 12px;
}
p {
	
}
ul.p {
	margin: 0 0 20px 20px;
	list-style-image: url("../images/list_red.gif");
}
ul{
	margin: 0 0 20px 3px;
	list-style-image: url("../images/list_red.gif");
}

td.fct {
	color: #ffffff;
	text-align: right;
	padding: 5px 15px 10px 0px;
}
a:link.mainNav, a:visited.mainNav, a:hover.mainNav, a:active.mainNav {
	text-decoration: none;
	color: #4A4078;
	font-weight: bold;
	font-size: 13px;
	font-family: arial, helvetica, "sans-serif";	
}
a:link.mainNavSelected, a:visited.mainNavSelected, a:hover.mainNavSelected, a:active.mainNavSelected {
	text-decoration: none;
	color: #E11f26;
	font-weight: bold;
	font-size: 13px;
	font-family: arial, helvetica, "sans-serif";
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #E11f26;
	font-weight: normal;
}

.footer
{
	text-decoration: none;
	color: #4A4078;
	font-weight:bold;
	font-size: 13px;
	font-family: arial, helvetica, "sans-serif";
	padding-top:50px;
	padding-left:45px;	
}

.footerred
{
	color: #E11F26;
	font-size: 16px;
	font-weight:bold;
}