/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg2.jpg);
}
body,td,th {
	font-family: Georgia;
	font-size: 11px;
	color: #000000;
	text-align:left;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
.smalltext
	{font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	}
.large {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	}
.coral {
	font-size: 12px;
	font-weight: bold;
	color: #C6583F;}
	
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #CFFF9C;
}
.nav
	{font-family: Georgia;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}
.nav:hover
	{font-family: Georgia;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	}