body {
	margin: 0;
	padding: 0;
	background-color: rgb(240,225,163);
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
}
h1 {
	font-family: Book Antiqua, Times New Roman, serif;
	font-size: 24px;
	font-weight: normal;
}
h2 {
	font-family: Book Antiqua, Times New Roman, serif;
	font-size: 16px;
	font-weight: bold;
}
img {
	border: none;
}
p.abstract {
	font-weight: bold;
}

table.header, table.main, table.footer {
	width: 750px;
	border-left: 1px solid white;
	border-right: 1px solid rgb(102,80,15);
	margin: 0px auto;
	text-align: left;
}
table.header td {
	border-left: 1px solid rgb(240,225,163);
	border-right: 1px solid rgb(209,199,113);
}
table.header td#header0 {
	font-style: italic;
	font-size: 10px;
	height: 19px;
	background: rgb(252,252,221); 
    text-align: right;
	padding-right: 4px;
}
table.header td#header1 {
	background: rgb(26,170,237) url('/lib/img/headerbg1.png') no-repeat;
	height: 40px;
}
table.header td#header2 {
	background: rgb(4,128,186) url('/lib/img/headerbg2.png') no-repeat;
	height: 4px;
}
table.header td#header3 {
	background: rgb(4,128,186) url('/lib/img/headerbg3.png') no-repeat;
	height: 25px;
}
table.header td#header4 {
	background: rgb(12,95,133) url('/lib/img/headerbg4.png') no-repeat;
	height: 68px;
}

table.main td#nav {
	width: 178px;
	background: rgb(252,252,221) url('/lib/img/contents.png') no-repeat 0px 10px;
	padding: 40px 0px 10px 0px;
	vertical-align: top;
}
ul.mainnav, ul.subnav {
	margin: 0;
	padding: 0;
}
ul.subnav {
	border-top: 1px solid rgb(242,242,198);
	border-bottom: 1px solid white;
	background-color: rgb(252,252,232);
	margin-bottom: 10px;
}
ul.mainnav li {
	list-style-type: none;
	font-size: 11px;
	background: url("/lib/img/navbullet.png") 13px 10px no-repeat;
	padding: 2px 2px 2px 30px;
	color: rgb(165,146,84);
}
ul.subnav li {
	list-style-type: none;
	font-size: 11px;
	background: url("/lib/img/bullet.png") 34px 12px no-repeat;
	padding: 2px 2px 2px 44px;
	color: rgb(168,118,80);
}
ul.mainnav li a {
	color: rgb(165,146,84);
	text-decoration: none;
}
ul.subnav li a {
	color: rgb(168,118,80);
	text-decoration: none;
}
.subnav a.sel, .mainnav a.sel {
	font-weight: bold;
}
.subnav a:hover, .mainnav a:hover {
	text-decoration: underline;
}
table.main td#content {
	background: white url('/lib/img/sideborder.png') repeat-y;
	padding: 10px 10px 15px 15px;
	font-size: 12px;
	vertical-align: top;
	color: rgb(0,80,117);
}
table.footer td {
	background-color: rgb(12,95,133);
	height: 25px;
	color: white;
	text-align: right;
	font-size: 10px;
	padding: 10px 8px 3px 10px;
	border-bottom: 4px solid rgb(26,170,237);
}
.newscat td {
}
.newscat p {
	font-family: Book Antiqua, Times New Roman, serif;
	font-size: 16px;
	font-weight: bold;
    border-bottom: 1px solid rgb(0,80,117)
}
#frmprospectus > table{
	width:90%;
	border-top:1px solid gray;
}
#frmprospectus > table td input, #frmprospectus > table td textarea {
	width:90%;
}
#frmprospectus > table td {
	vertical-align:middle;
	padding-top:15px;
}
#frmprospectus > table td.label {
	width:30%;
}
#frmprospectus > table td.mandatory {
	font-weight:bold;
}
#frmprospectus > table td.textarealabel {
	vertical-align:top;
}
#prospectus_validationerrors {
	color: red;
	padding: 1em;
}
#prospectus_validationerrors p {
	color: red;
}