@charset "utf-8";
/* CSS Document */
.Titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #005177;
}
body {
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	background-image: url(images/bg.gif);
}
.body-11pt-drkgry {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}
.dropcap-plain {
  float: left;
  width: 1em;
  height: .75em;
  color: #005177;
  font-family: Times,serif;
  font-weight: bold;
  font-size: 24px;
}
.border-right-dashed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dddddd;
}
.border-bottom-solid {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.border {
	border: 1px solid #333333;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005177;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFF799;
}
a:active {
	text-decoration: none;
}
.borber-yellow-underline {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF799;
}
