/* CSS Document */
html { height: 100%; margin-bottom: 1px; }
body, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #757477;
}
.contentTable {
	width: 780px;
	height: 450px;
	background-color: #FFFFFF;
	border: 0px;
}

td.menuCell {
	width: 155px;
	background-color: #E3E1D4;
	vertical-align: top;
	padding-top: 35px;
	padding-bottom: 35px;
}
td.menuCell a,
td.menuCell a:visited,
td.menuCell a:link,
td.menuCell a:hover,
td.menuCell a.selected,
td.menuCell a.selected:visited,
td.menuCell a.selected:link,
td.menuCell a.selected:hover {
	font-size: 14px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 8px;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;

	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E3E1D4;
	border-bottom-color: #E3E1D4;

	color: #000000;

	text-decoration: none;
}
td.menuCell a:hover {
	color: #FFFFFF;
	border-top-color: #21239C;
	border-bottom-color: #21239C;

	background-color: #21239C;
	background-image: url(../images/menu/white_on_blue_arrow_small.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
td.menuCell a.selected,
td.menuCell a.selected:visited,
td.menuCell a.selected:link,
td.menuCell a.selected:hover {
	font-weight: bold;
	border-top-color: #BDBDB1;
	border-bottom-color: #BDBDB1;

	background-color: #FFFFFF;
	background-image: url(../images/menu/red_arrow_small.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.contentTable td.contentCell,
.contentTable td.contentCellLarge,
.contentTable td.contentCellWithBckg,
.contentTable td.contentCellLargeWithBckg {
	vertical-align: top;
	padding-top: 20px;
	padding-right: 16px;
	padding-bottom: 20px;
	padding-left: 22px;
}
.contentTable td.contentCellWithBckg,
.contentTable td.contentCellLargeWithBckg {
	background-image: url(../images/background/bckg_contentCell_with_menu.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.contentTable td.contentCellLarge,
.contentTable td.contentCellLargeWithBckg {
	padding-left: 38px;
	padding-top: 26px;
}
.contentTable td.contentCellSub {
	padding-right: 22px;
	vertical-align: top;
}

.contentTable a,
.contentTable a:visited,
.contentTable a:link,
.contentTable a:hover,
.contentTable a.inText,
.contentTable a.inText:visited,
.contentTable a.inText:link,
.contentTable a.inText:hover {
	color: #21239C;
	text-decoration: none;
}
.contentTable a:hover {
	text-decoration: underline;
}

.contentTable a.inText,
.contentTable a.inText:visited,
.contentTable a.inText:link,
.contentTable a.inText:hover {
	font-weight: bold;
	text-decoration: underline;
}
.contentTable a.inText:hover {
	text-decoration: none;
}

.contentTable td.sidePanel {
	padding-left: 16px;
	text-align: left;
	vertical-align: top;
}
.contentTable td.sidePanel a,
.contentTable td.sidePanel a:visited,
.contentTable td.sidePanel a:link,
.contentTable td.sidePanel a:hover {
	background-image: url(../images/red_arrow_on_EFEDEO.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	font-size: 11px;
	color: #595959;
	text-indent: 14px;
	text-decoration: none;
}
.contentTable td.sidePanel a:hover {
	text-decoration: underline;
}

.titleTable {
	width: 780px;
	height: 58px;
	border: 0px;
}
.titleTable td.bannerCell {
	height: 58px;
	width: 535px;
	background-color: #23219C;
	background-image: url(../images/background/21239C.gif);
}
.titleTable td.infoCell {
	height: 58px;
	width: 215px;
	background-color: #CE2B2C;
	background-image: url(../images/background/CE2B2C.gif);
}
/*
.titleTable td.infoCell a,
.titleTable td.infoCell a:visited,
.titleTable td.infoCell a:link,
.titleTable td.infoCell a:hover {
	display: block;
	margin-top: 8px;
	margin-bottom: 7px;
	text-indent: 30px;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(../images/white_arrow_on_red.gif);
	background-repeat: no-repeat;
	background-position: 16px center;
}*/
.titleTable td.infoCell a:hover {
	text-decoration: underline;
}
p.footer {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 20px;
}
p.footer a,
p.footer a:visited,
p.footer a:link,
p.footer a:hover {
	color: #FFFFFF;
}
