body {
	background-image: url(../images/background.png);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

a:link {
	color: #00B0CA;
	text-decoration:none
}
a:visited {
	color: #00B0CA;
	text-decoration:none
}
a:hover {
	color: #F7931E;
	text-decoration:underline
}
a:active {
	color: #F7931E;
	text-decoration:underline
}
p { 
	line-height: 1.3
}
