/* CSS Document */

body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	background-color: #EDF6E4;
	color: #000000;
	background-image: url(images/bkgrd1.gif);
	background-repeat: repeat-x;
	background-position: top center;
	margin: 0; padding: 0;
	}
	
table.top {
	background-image: url(images/bgrd2.gif);
	background-repeat: no-repeat;
	background-position: top center;

	}
table.menu {
	margin: 100px; 20px; 20px; 20px;
}

a {
	font-size: 14px;
	color: #000066;
	font-weight: bold;
}
a:visited {
	color: #00CC66;
}
a:hover {
	color: #0033FF;
}
a:active {
	color: #006666;
}
a.small {
	font-size: 10px;
	color: #999999;
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Trebuchet MS;
	font-weight: bold;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
.imgborder {
	padding: 2px;
	border: 2px dotted #000000;
}
