/* CSS Document */

 a:link {
	color: blue;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a:active {color: blue; text-decoration: underline}
a:visited {color: blue; text-decoration: underline}
a:hover {
	color: black;
	text-decoration: underline;
	background: #CCCCFF;
}.table-left {
	border-right: 1px dashed #000000;
	padding-right: 15px;

}
.table-right {
	border-left: 1px dotted #000000;
	padding-right: 15px;

}
.table-bottom {
	border-top: 1px dotted #000000;
	border-right: 1px #000000;
	border-bottom: 1px #000000;
	border-left: 1px #000000;
}
.header {
	font: bold 24px Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-align: center;
}
