
/* Body Styles */

body {
	margin:1px 0px 0px 0px;
	background-color:#393846;
	font-family:Arial;
	font-size: 10pt;
	color: #013162;
}

/* Page Width Styles */

.menu-width {
	width:234px;
	padding-left:19px;
	background-image:url(../images/general/left-menu-bk.gif);
	background-position:right;
	background-repeat:repeat-y;
}

.page-detail-width {
	padding-left:21px;
	padding-right:21px;
	padding-top:20px;
	background-color:#FFFFFF;
	height:520px;
}

.footer {
	padding-left:19px;
	padding-right:21px;
}

.footer-txt {
	padding:8px 8px 8px 8px; 
	background-color:#B6CFE5; 
	letter-spacing:1px;
}

.footer-txt-link{
	font-size:10px;
	color:#013162;
}

.footer-txt-link A{
	color:#013162;
	text-decoration:none;
}

.footer-txt-link A:Hover{
	color:#013162;
	text-decoration:none;
}

.footer-right-txt{
	font-size:10px;
	color:#4F4E61;
}

.footer-right-txt A{
	color:#4F4E61;
	text-decoration:none;
}

.footer-right-txt A:Hover{
	color:#4F4E61;
	text-decoration:none;
}

/* Nav Menu Styles */

.nav-menu-gap {
	height:4px;
	background-color:white;
	line-height:1px;
	font-size:1px;
}

.nav-menu {
	list-style-type:none;
	font-family:arial;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:234px;
}

.nav-menu li a{
	padding:5px 0px 4px 30px;
	background-color:#B6CFE5;
	font-weight:bold;
	font-size:13px;
	display: block;
	width: auto;
	text-decoration: none;
	color:#184775;
}

.nav-menu li a.insolvency{
	padding:5px 0px 4px 30px;
	background-color:#ffcc33;
	font-weight:bold;
	font-size:13px;
	display: block;
	width: auto;
	text-decoration: none;
	color:#184775;
}

.nav-menu li a.forcedsale{
	padding:5px 0px 4px 30px;
	background-color:#cc3334;
	font-weight:bold;
	font-size:13px;
	display: block;
	width: auto;
	text-decoration: none;
	color:#184775;
}


* html .nav-menu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 100%;
}

.nav-menu li a:visited, .markermenu li a:active{
	color:#184775;
}

.nav-menu li a:hover{
	color:#184775;
	background-color:#74A0C7;
}

.nav-menu-ro {
	list-style-type:none;
	font-family:arial;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:234px;
}

.nav-menu-ro li a{
	background-image:url(../images/general/nav-menu-ro.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:5px 0px 4px 30px;
	background-color:#003366;
	color:WHITE;
	font-weight:bold;
	font-size:13px;
	display: block;
	width: auto;
	text-decoration: none;
}

.nav-menu-ro li a.insolvency{
	background-image:url(../../images/arrow_rellowbg.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:5px 0px 4px 30px;
	background-color:#ffcc33;
	color:WHITE;
	font-weight:bold;
	font-size:13px;
	display: block;
	width: auto;
	text-decoration: none;
}

.nav-menu-ro li a.forcedsale{
	background-image:url(../../images/arrow_redbg.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:5px 0px 4px 30px;
	background-color:#cc0001;
	color:WHITE;
	font-weight:bold;
	font-size:13px;
	display: block;
	width: auto;
	text-decoration: none;
}

* html .nav-menu-ro li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 100%;
}

.nav-menu-ro li a:visited, .markermenu li a:active{
	color:WHITE;
}

.nav-menu-ro li a:hover{
	color:WHITE;
	background-color:#003366;
}

.nav-menu-ro li a:hover.insolvency{

	background-color:#ffcc33;
}

.nav-menu-ro li a:hover.forcedsale{

	background-color:#cc0001;
}

/* Heading */

h1 {
	font-size:18px;
	color:#013162;
	letter-spacing:1px;
	margin-bottom:20px;
}

h2 {
	font-size:14px;
	color:#013162;
}

/* General Text Styles */

.content {
	font-size: 10pt;
	color: #013162;
}

.content A{
	color: #013162;
	text-decoration:underline;
}

.content A:Hover{
	color: #013162;
	text-decoration:underline;
}

.contentBold {
    font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: #013162;
}

.contentBold A{
	color: #013162;
	text-decoration:underline;
	font-weight: bold;
}

.contentBold A:Hover{
	color: #013162;
	text-decoration:underline;
	font-weight: bold;
}

input, select, textarea {
	font-family: arial;
	font-size: 9pt;
	font-weight: normal;
	color: #013162;
}

.formHeader {
    font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
}

.labels {
    font-family: arial;
	font-size: 9pt;
	font-weight: bold;
	color: #336799;
}

.checkBoxLabels {
	font-family: arial;
	font-size: 8pt;
	font-weight: normal;
	color: #013162;
}

.submitLabel {
	font-family: arial;
	font-size: 13pt;
	font-weight: bold;
	color: #336799;
}

.submitLabel a{
	font-family: arial;
	font-size: 13pt;
	font-weight: bold;
	color: #336799;
	text-decoration:none;
}

.sbwd-link {
	font-size:10px;
	color:#4D4A5E;
}

.sbwd-link A{
	color:#4D4A5E;
	text-decoration:none;
}

.sbwd-link A:hover{
	color:#4D4A5E;
	text-decoration:none;
}