body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #900;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #06C;
}
.bottomtable {
	background-color: #EAE1B8;
	background-image: url(images/sld_bg_bottom2.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:hover  {
	font-weight: bold;
	text-decoration: underline;
	color: #333;
}

a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.current {
	background-color: #FFF;
}
#dottedlink a:link {
	font-size: 16px;
	font-weight: normal;
	color: #900;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	text-decoration: none;
}
#dottedlink a:visited {
	font-size: 16px;
	font-weight: normal;
	color: #900;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	text-decoration: none;
}

#dottedlink a:hover {
	font-size: 16px;
	font-weight: bold;
	color: #900;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	text-decoration: none;
}
