body {
	margin: 5px;
	background-color: White;
}

body, td, p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.main {
	width:937px;
	border:2px solid black;
}

td.black {
	background-color: Black;
}

a {
	color:red;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

a:hover {
	color:red;
	text-decoration: underline;
	font-weight: bold;
}

a.menu {
	color: #0C2E4F;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

a.menu:hover {
	color: red;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

a.menu_active {
	color: red;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

a.menu_active:hover {
	color: red;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

td.header {
	width: 933px;
	height: 284px;
	background-color: #284E98;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

td.menu {
	height: 42px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 5%;
	padding-left: 35px;
}

td.menu_active {
	height: 42px;
	background-image: url(images/bullet_active.gif);
	background-repeat: no-repeat;
	background-position: 5%;
	padding-left: 35px;
}

td.titlebar {
	height: 47px;
	background-color: #BE1E2D;
	color: white;
	background-image: url(images/title_bg.gif);
	background-repeat: repeat-x;
	padding-left:10px;
}

h1 {
	font-size:23px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 23px;
	margin: 0px;
	padding: 0px;
	background-color: #BE1E2D;
	color: white;
}

h2 {
	font-size:23px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 23px;
	margin: 0px;
	padding: 0px;
	color: #3E3E3E;
}

h3 {
	font-size:23px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 23px;
	margin: 0px;
	padding: 0px;
	/*background-color: #0B2D4F;
	color: white;*/
}

h4 {
	font-size:23px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 23px;
	margin: 0px;
	padding: 0px;
	color: white;
	margin-bottom: 10px;
}

td.newsbox {
	background-color: #0B2D4F;
	width: 257px;
	padding: 10px;
	color: white;
	height: 451px;
}

td.right {
	width:357px;
	background-color: #1E75BC;
	background-image: url(images/right.gif);
	background-repeat: repeat-y;
	background-position: right;
}

table.form {
	width: 357px;
	height: 570px;
	background-image: url(images/debt_analysis.gif);
	background-repeat: no-repeat;
}

table.form_home {
	width: 357px;
	height: 570px;
	background-image: url(images/debt_analysis_home.gif);
	background-repeat: no-repeat;
}

input, select, textarea {
	border: none;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #444444;
}

input {
	width: 130px;
}

td.footer {
	height:33px;
	text-align: center;
	background-color: #D1D1D1;
	color: #0C2F50;
	font-size: 11px;
}

td.iframe {
	padding-left: 90px;
	height: 390px;
}

td.bghome {
	background-image: url(images/bg_home.gif);
	padding: 10px;
	padding-right: 0px;
	height: 158px;
}

td.content {
	padding:10px;
	padding-right: 0px;
}

p {
	margin: 0px 0px 0px 0px;
	line-height: 17px;
}

table.menutable {
	margin-top:5px;
}

li {
	margin-bottom:5px;
}

ul {
	margin-top: 5px;
}

.style3 {	font-size: 14px;
	color: #0B2D4F;
	}
	
.notice {
	font-size:8px;
	color: white;
	text-align: justify;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 25px;
	font-variant: small-caps;
}	