/* CSS Document */

body {
	background-image: url(images/bkgrd1.jpg);
}
body,td,th {
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #333333;
}
a {
	font-size: 16px;
	color: #003399;
}
a:visited {
	color: #534741;
}
a:hover {
	color: #0099CC;
}
a:active {
	color: #666666;
}
a.small{
    font-size:12px;
    color: #FFFFFF;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 14px;
}