html
{
	height: 100%;
}

body
{
	height: 100%;
	margin: 0px;

	background: #FFFFFF;

	vertical-align: top;
}

img
{
	border: 0px;
}

table
{
	border-collapse: collapse
}

td
{
	font: 11px/16px tahoma;
	color: #333333;
}

/* ........................................... */

table.main
{
	margin: 0px;

	height: 100%;
	width: 100%;
}

table.width
{
	width: 100%;
}

table.height
{
	height: 100%;
	width: 100%;
}


/* ........................................... */

td.main-header
{
	height: 100px;

	vertical-align: top;

	background: #2F347E;
}

td.main-header-content-splitter
{
	height: 15px;
	background: #F4C729;
}

td.main-header-logo
{
	vertical-align: top;
	padding: 4px 0px 0px 20px;

	width: 205px;
}

td.main-header-right
{
	vertical-align: top;
	padding: 0px 25px 0px 0px;
}

td.main-header-navigation
{
	text-align: right;
	vertical-align: bottom;

	padding: 0px 10px 25px 0px;
}

td.header-navigation-spacer
{
	font: bold 12px/16px tahoma;
	color: #F4C729;

	padding: 0px 15px;
}

td.header-navigation
{
	font: bold 12px/16px tahoma;
	color: #FFFFFF;
}

td.main-header-line
{
	height: 5px;
	background: #F4C729;
}


td.main-navigation
{
	width: 190px;
	background: #2F347E;

	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

td.main-navigation-top
{
	vertical-align: top;
}

td.nav-header
{
	background: #2F347E;

	font: bold 11px/16px tahoma;
	color: #FFFFFF;

	height: 23px;

	padding: 0px 0px 0px 20px;
}

td.nav-sub
{
	background: #FFFFFF;

	padding: 0px 5px 0px 0px
}

td.nav-out
{
	background: #8083B0;

	font: 11px/16px tahoma;
	color: #FFFFFF;

	height: 20px;

	padding: 0px 0px 0px 10px;

	border-bottom: 1px solid #FFFFFF;
}

td.nav-over
{
	background: #F4C729;

	font: bold 11px/16px tahoma;
	color: #2F347E;

	height: 20px;

	padding: 0px 0px 0px 10px;

	border-bottom: 1px solid #FFFFFF;

	cursor: pointer;
}

td.nav-active
{
	background: #F4C729;

	font: bold 11px/16px tahoma;
	color: #2F347E;

	height: 20px;

	padding: 0px 0px 0px 10px;

	border-bottom: 1px solid #FFFFFF;

	cursor: pointer;
}

img.nav
{
	margin-right: 5px;
}

td.main-navigation-address
{
	font: 10px/16px tahoma;
	color: #FFFFFF;

	text-align: center;
	vertical-align: bottom;

	padding: 15px;
}

td.main-content
{
	padding: 30px 10px 15px 40px;
	vertical-align: top;
}

td.content
{
	padding: 10px 0px 0px 0px;

	font: 11px/16px tahoma;
	color: #333333;
}

td.main-content-txt-splitter
{
	width: 20px;
}

td.main-content-extra
{
	width: 185px;
	background: #FCF1C9;

	vertical-align: top;
}

td.main-content-txt
{
	vertical-align: top;
}

td.content-header
{
	font: 10px/16px tahoma;
	color: #2F347E;

	border-bottom: 1px solid #2F347E;

	padding: 0px 0px 10px 0px;
}

td.main-footer
{
	height: 22px;
	background: #F4C729;

	padding: 0px 20px 0px 25px;
}

td.main-footer-left
{
	font: 10px/16px tahoma;
	color: #2F347E;

	text-align: left;
}

td.main-footer-right
{
	font: 10px/16px tahoma;
	color: #2F347E;

	text-align: right;

	padding-right: 10px;
}

td.text
{
	font: 11px/16px tahoma;
	color: #2F347E;

	vertical-align: top;
}

td.extra-header
{
	background: #F4C829;

	font: bold 11px/16px tahoma;
	color: #272E7C;

	height: 23px;

	padding: 0px 0px 0px 5px;
}

td.extra-txt
{
	font: 11px/16px tahoma;
	color: #272E7C;

	padding: 10px 5px;
}


/* ........................................... */

span.note
{
	font: italic 11px tahoma;
	color: #D20027;
}

h1
{
    font: bold 13px/16px tahoma;
    color: #2F347E;

    display: inline;
}

h2
{
    font: bold 18px/18px tahoma;
    color: #D20027;

    display: inline;
}



/* ........................................... */

a
{
	color: #2F347E;
	text-decoration: underline;
}

a:hover
{
	color: #2F347E;
	text-decoration: none;
}

/**/

a.nav-out
{
	color: #FFFFFF;
	text-decoration: underline;
}

a.nav-out:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

a.nav-over
{
	color: #2F347E;
	text-decoration: underline;
}

a.nav-over:hover
{
	color: #2F347E;
	text-decoration: none;
}

a.nav-active
{
	color: #2F347E;
	text-decoration: underline;
}

a.nav-active:hover
{
	color: #2F347E;
	text-decoration: none;
}

/**/

a.header-navigation
{
	color: #FFFFFF;
	text-decoration: underline;
}

a.header-navigation:hover
{
	color: #F4C729;
	text-decoration: underline;
}

a.header-navigation-active
{
	color: #F4C729;
	text-decoration: none;
}

a.header-navigation-active:hover
{
	color: #F4C729;
	text-decoration: none;
}
/**/

a.breadcrumb
{
	font: 11px/16px tahoma;
	color: #2F347E;

	text-decoration: underline;
}

a.breadcrumb:hover
{
	font: 11px/16px tahoma;
	color: #2F347E;

	text-decoration: none;
}

a.address
{
	color: #FFFFFF;
	text-decoration: underline;
}

a.address:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

a.footer
{
	color: #333333;
	text-decoration: none;
}

a.footer:hover
{
	color: #D20027;
	text-decoration: underline;
}

/**/