@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
}
.normaltext {
	font-family: Tahoma;
	font-size: 12px;
}
.pagetitles {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #996633;
	text-decoration: none;
}
a {
	text-decoration: none;
	color:#669999;
}
a:active {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

