/* ------------------------------------------------------- HTML ------------------------------------------------------- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2F4A6E;
	background-attachment: fixed;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}



/* ------------------------------------------------------- LINKS ------------------------------------------------------- */
a:link {
	text-decoration: none;
	color: #002760;
}
a:visited {
	text-decoration: none;
	color: #002760;
}
a:hover {
	text-decoration: none;
	color: #78ACE9;
}
a:active {
	text-decoration: none;
	color: #78ACE9;
}





a.lkInverted:link {
	text-decoration: none;
	color: #78ACE9;
}
a.lkInverted:visited {
	text-decoration: none;
	color: #78ACE9;
}
a.lkInverted:hover {
	text-decoration: none;
	color: #002760;
}
a.lkInverted:active {
	text-decoration: none;
	color: #002760;
}





a.lkMenu:link {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/bg-menu-btn.gif);
	background-repeat: no-repeat;
	text-indent: 5px;
	display: block;
	height: 20px;
	width: 165px;
	font-weight: bold;
	padding-top: 2px;
}
a.lkMenu:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/bg-menu-btn.gif);
	background-repeat: no-repeat;
	text-indent: 5px;
	display: block;
	height: 20px;
	width: 165px;
	font-weight: bold;
	padding-top: 2px;
}
a.lkMenu:hover {
	color: #78ACE9;
	text-decoration: none;
	background-image: url(../images/bg-menu-btn.gif);
	background-repeat: no-repeat;
	text-indent: 5px;
	display: block;
	height: 20px;
	width: 165px;
	font-weight: bold;
	padding-top: 2px;
}
a.lkMenu:active {
	color: #78ACE9;
	text-decoration: none;
	background-image: url(../images/bg-menu-btn.gif);
	background-repeat: no-repeat;
	text-indent: 5px;
	display: block;
	height: 20px;
	width: 165px;
	font-weight: bold;
	padding-top: 2px;
}





a.lkSubMenu:link {
	color: #3E5D82;
	text-decoration: none;
	background-image: url(../images/bg-submenu-btn.gif);
	background-repeat: no-repeat;
	text-indent: 5px;
	display: block;
	height: 20px;
	width: 165px;
	font-weight: bold;
	padding-top: 2px;
}
a.lkSubMenu:visited {
	color: #3E5D82;
	text-decoration: none;
	background-image: url(../images/bg-submenu-btn.gif);
	background-repeat: no-repeat;
	text-indent: 5px;
	display: block;
	height: 20px;
	width: 165px;
	font-weight: bold;
	padding-top: 2px;
}
a.lkSubMenu:hover {
	color: #78ACE9;
	text-decoration: none;
	background-image: url(../images/bg-submenu-btn.gif);
	background-repeat: no-repeat;
	text-indent: 5px;
	display: block;
	height: 20px;
	width: 165px;
	font-weight: bold;
	padding-top: 2px;
}
a.lkSubMenu:active {
	color: #78ACE9;
	text-decoration: none;
	background-image: url(../images/bg-submenu-btn.gif);
	background-repeat: no-repeat;
	text-indent: 5px;
	display: block;
	height: 20px;
	width: 165px;
	font-weight: bold;
	padding-top: 2px;
}






/* ------------------------------------------------------- TXT ------------------------------------------------------- */
.txtWhite9px {
	font-size: 9px;
	color: #FFFFFF;
}

.txtCaption {
	font-size: 9px;
	color: #002760;
}

.txtBlue14px {
	font-size: 14px;
	color: #002760;
	font-weight: bold;
	text-transform: uppercase;
}

.txtRed {
	color: #FF0000;
}

/* ------------------------------------------------------- BG's ------------------------------------------------------- */
.bgLeftPanel {
	background-image: url(../images/bg-left-panel.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #E6E6E6;
}

.bgRightPanel {
	background-image: url(../images/bg-right-panel.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #3E5D82;
}

/* ------------------------------------------------------- MISC ------------------------------------------------------- */
