@charset "UTF-8";
/* CSS Document */

p, td { color: #464745; font-size: 16px; font-family: Verdana, Helvetica, Arial, Geneva, SunSans-Regular, sans-serif; line-height: 20px }

body { background-color:#EBEBEB }

a:link, a:active, a:visited { color: #f7931e; text-decoration: none }
a:hover {
	color: #0033FF;
	text-decoration: underline
}

td.body {
	background-image: url(images/bodybkgnd.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding-left: 89px;
	padding-right: 88px;
}

