/* CSS Document */

<!--
body {
	background-color: #A9ACAC;
	background-image: url(/images/bg_main.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.hometext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #325E72;
	text-decoration: none;
	line-height: 13px;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #BDCB92;
	text-decoration: none;
	line-height: 14px;
}
.contenttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #4B4F53;
	text-decoration: none;
	line-height: 16px;
}
.contenttextorange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #F38750;
	text-decoration: none;
	line-height: 16px;
}
.contentsubhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #4B4F53;
	text-decoration: none;
	line-height: 14px;
}
A.footer:link {
	font-size: 9px;
	COLOR: #BDCB92;
    TEXT-DECORATION: none

}
A.footer:visited {
	font-size: 9px;
	COLOR: #BDCB92;
    TEXT-DECORATION: none

}
A.footer:hover {
	font-size: 9px;
	COLOR: #BDCB92;
    TEXT-DECORATION: underline

}
A.home:link {
	font-size: 12px;
	COLOR: #325E72;
    TEXT-DECORATION: none
	line-height: 10px;

}
A.home:visited {
	font-size: 12px;
	COLOR: #325E72;
    TEXT-DECORATION: none
	line-height: 10px;

}
A.home:hover {
	font-size: 12px;
	COLOR: #325E72;
    TEXT-DECORATION: underline
	line-height: 10px;

}

html {
  height:100%;
}
body {
  height:100%;
}
table.height {
  height:100%;
}
-->
