body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #0A268B;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	margin: 0px;
	padding: 3px 0px;
}
h2 {
	font-size: 14px;
	margin: 0px;
	padding: 5px 0px 3px;
}
h3 {
	font-size: 12px;
	margin: 0px;
	padding: 4px 0px 2px;
}
h4 {
	font-size: 11px;
	margin: 0px;
	padding: 3px 0px 2px;
}
a {
	font-weight: bold;
	color: #D56A00;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
input.submit {
	background: #4761B4 url(img-media/bg_blue_grad.gif) repeat-x;
	color: #12339E;
}
input.text {
	background: url(img-media/bg_grey_grad.gif) repeat-x bottom;
	color: #12339E;
	height: 16px;
}
/*LAYOUT*/
#wrapper_1 {
	border: 1px solid #FF0000;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	
}
#wrapper_2, #content {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	position: relative;
	padding-top: 126px;
}
#tbl_header {
	width: 600px;
}
#tbl_content {
	border: 1px solid #D5DCE6;
}
.td_col_hdr {
	background: #F6F6F7 url(img-media/bg_grey_grad.gif) repeat-x top;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
}
#header {
	position: absolute;
	left: 0px;
	top: 20px;
}
#abn {
	text-align: right;
	color: #12339E;
	font-size: 9px;
	padding-bottom: 4px;
	padding-right: 4px;
}
#footer {
	text-align: center;
	border-top: 1px solid #A4B2C8;
	color: #999999;
	padding-top: 12px;
	padding-bottom: 6px;
}

/*NAVIGATION*/
ul.nav {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}
ul.nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
ul.nav a {
	display: block;
	float: left;
	background: #4761B4 url(img-media/bg_blue_grad.gif) repeat-x;
	font-weight: bold;
	color: #12339E;
	height: 22px;
	text-decoration: none;
	line-height: 21px;
	margin-right: 4px;
	border: 1px solid #8B9DBA;
	padding-right: 4px;
	padding-left: 4px;
}
ul.nav a.last {
	margin-right: 0;
}
ul.nav a:hover {
	color: #D56A00;
	font-weight: bold;
	text-decoration: none;
}
.title {
	font-style: italic;
	font-weight: bold;
	color: #13339F;
	height: 24px;
}
.tr_even {
	background: #EDEEEF;
}
.tr_odd {
	background: #FCFCFC;
}
a.credits {
	color: #A4B2C8;
	font-weight: normal;
	text-decoration: none;
}
