/*  Developed by Tristan Cuschieri, tristanx3@rogers.com  */

body {
	margin: 0px;
	background-image: url( "graphics/top_bg_repeat.jpg" );
	background-repeat: repeat-x;
	background-position: top;
}
div, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12pt;
}

a:link, a:visited, a:active {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

span.logo {
	color: #0000FF;
	font-weight: bold;
	border: 2px solid yellow;
}
div.site_content {
	width: auto;
	font-size: 12pt;
}
table.heading {
	border-bottom: 1px solid #0000AA;
	border-left: 1px solid #0000AA;
}
td.footer {
	background-image: url( "graphics/bottom_bg_repeat.jpg" );
	background-repeat: repeat-x;
	background-position: top;
}
td.below_menu {
	border-right: 1px dotted #0000AA;
}
td.menu_item {
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px dotted #0000AA;
	border-bottom: 1px dotted #0000AA;
	background-color: #0099FF;
	color: white;
	font-size: 8pt;
}