body { 
	background-image:url([images]/page_01.png);
	background-repeat: repeat-x;
	background-attachment: fixed; 
	background-color: #617691; 
	margin-left: 0px; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px;
	font-family: verdana;
}

td { 
	font-size: 10px; 
	color: #212121; 
	text-align: justify; 
	}
img { 
	border: 0px 
	}

form 	{ 
	display:inline; 
	}
.form 	{ 
	margin: 1px; 
	border-bottom: 1px solid #cccccc; 
	border-left: 1px solid #cccccc; 
	border-top: 1px solid #cccccc; 
	border-right: 1px solid #cccccc; 
	background-color: #ffffff; 
	color:#212121; 
	font-size: 8pt; 
	}
.form:focus { 
	background-color: #ffffff; 
	border-color:#cccccc; 
	color:#212121; 
	}

div#navtxt { 
	font-size: 7pt; 
	color: #212121; 
	font-weight: bold; 
	background-color: #ffffff; 
	border: 1px solid #e1e1e1; 
	position:absolute; 
	top: 0px; 
	left: 0px; 
	padding: 1px; 
	visibility:hidden; 
	white-space:nowrap; 
	}

a:active, a:focus, a:link, a:visited, a 
	{ 
	color: #212121; 
	text-decoration: none; 
	font-weight: bold; 
	cursor: default; 
	}
a:hover { 
	color: #212121; 
	text-decoration: underline; 
	font-weight: bold; 
	cursor: default; 
	}

.table_out { 
	border: 1px solid #ffffff; 
	padding-top: 2px; 
	padding-bottom: 2px; 
	}
.table_in { 
	border: 1px solid #ffffff; 
	}

.td_title { 
	font-size: 11px; 
	text-align: left; 
	font-weight: bold; 
	padding-left: 8px; 
	padding-bottom: 2px; 
	padding-top: 2px; 
	}
.td_text { 
	font-family: verdana; 
	padding-left: 10px; 
	padding-bottom: 5px; 
	padding-top: 5px; 
	padding-right: 10px; 
	}

.td_number {
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	}


