@charset "utf-8";
.table-main {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-family: Verdana;
	font-size: 10pt;
}
a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	color: #0000CC;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #0000CC;
	text-decoration: none;
}
.page-body {
	background-color: #cccccc;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(images/background-page.jpg);
	background-repeat: repeat-x;
}
.table-footer {
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-image: url(images/background-footer.gif);
}
.table-content {
	padding: 10px;
}
.table-links {
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	background-color: #E6E6E6;
}
.table-links-buttons {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.table-header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.table-break {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.Text-Highlight {
	background-color: #FFFF00;
}
