/* $Id: style.css,v 1.2 2006/05/08 11:15:24 matt Exp $ */
html, body {
    height: 100%;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td.leftbg {
	background-image: url(layout/left_bg.gif);
	background-repeat: no-repeat;
}
td.leftrepeat {
	background-image: url(layout/left_repeat.gif);
	background-repeat: repeat-y;
}
td.toprepeat {
	background-image: url(layout/top_repeat.gif);
	background-repeat: repeat-x;
}
td.whiteleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
a {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
table.fullheight {
	height: 100%;
}
