/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
}

td, th {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
}

a:link {
	color: #003399;
}

a:visited {
	color: #0066FF;
}

a:active {
	color: #003399;
}

.menu {
}

.content {
	padding: 10px;
}

.heading {
	font-weight: bold;
}

.caption {
	font-size: 8pt;
}

.new {
	font-size: 8pt;
	color: red;
}
