.tablebg {
	background-image: url(images/column.jpg);
	background-repeat: repeat-y;
}
.leftcolumn {
	background-image: url(images/column1.jpg);
	background-repeat: repeat-y;
}
a:link {
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
a:visited {
	font-size: 10px;
	color: #003366;
	text-decoration: none;
}
a:hover {
	font-size: 10px;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #003366;
}
.border {
	border: 1px solid #003366;
}
