/*
# Skin Stylesheet
# $Id: style.css 1 2006-12-16 10:21:16Z james $
# $Name$
*/
html, body {
	height:100%;
}

body, td {
	font-family: Arial, Verdana, Helvetica, sans serif;
}

body {
	background-color: #FFFFFF;
	margin: 10px;
	font-size: 100%;
}

td {
	font-size: 80%;
}

a:link, a:active, a:hover, a:visited, a:visited:hover {
	color: #D02433;
	text-decoration: none;
}

a:hover, a:visited:hover {
	text-decoration: underline;
}