/* CSS Document */
body, td, th {
	background-color: #99CCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #006666;
}
h1 {
	font-size: medium;
	font-style:italic;
	color:#106146;
}

h2 {
	font-size: small;
	color: #336666;
}
a:link {
	color: #009966;
}
a:visited {
	color: #009966;
}
a:hover {
	color: #006600;
	text-decoration:none;
}
a:active {
	color: #006600;
}
.linkTable {
	border: 1px solid #009999;
	background:url(images/links_bg.jpg);
}
.linkSmallTable {
	background:url(images/links_bg.jpg);
}