body {
	color: #3A4F6C;
	font-family: Arial, Tahoma, sans-serif, serif;
	font-size: 11pt;
	background-image: url('pictures/main-bg.gif');
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color: #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	padding: 10px;
}

a {
	color: #3A4F6C;
}

table {
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: navy;
	padding: 0px;
}

table.empty {
	background-color: transparent;
	border-width: 0px;
}

table.main_header {
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: navy;
	height: 100px;
}

th.main {
	background-image: url('pictures/bg_subheader.gif');
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: navy;
	height: 30px;
}
td.main {
	background-image: url('pictures/bg_subheader.gif');
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: navy;
	height: 30px;
}
th {
	color: #3A4F6C;
	font-size: 10pt;
	font-weight: bold;
	text-align: justify;
	background-image: url('pictures/bg_subheader.gif');
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: navy;
	height: 30px;
}

h1 {
	color: #3A4F6C;
	font-size: 14pt;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}

h3 {
	color: #3A4F6C;
	font-size: 12pt;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}

p {
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
}
ul {
	list-style-image: url('pictures/arrow_yellow.png');
}
none {
text-align: center;
}
TABLE.NONE {
   BORDER: NONE;
	width: 100%;
}