@charset "utf-8";

body{
	font-family: Verdana,Arial,Helvetica,sans-serif !important;
	font-size: 9.5pt !important;
	color: #333333;
}

h1,h2,h3{
	font-size: 15pt !important;
}

h4{
	font-size: 12pt !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial !important;
	font-weight: bold !important;
	color: #1c3b51 !important;
}

th{
	color: #333333;
	background-color: #eaeaea;
	font-family: Verdana;
	font-weight: bold;
}

a, p a, td a, div a{
  text-decoration: underline;
}

a:link {
	color:#1B3B50;
}

a:visited {
	color:#59768B;
}

a:hover {
	color:#30546E;
}

.txtrt {
	text-align:right;
}

.txtlft {
	text-align:left;
}

.subtext {
	color:#91A3B2;
	clear:both;
}

.small {
	font-weight:normal;
	font-size:80%;
}

.normalweight {
	font-weight:normal;
}

span.designterm{
	color:#335F7F;
	font-weight:bold;
  margin: 0px;
  padding: 0px;
  display: inline;
}

/** indicates that this text should be read **/
span.important{
	color:#ff0000;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	display: inline;
}

span.somewhat-important{
	color: #ff0000;
	margin: 0px;
	padding: 0px;
	display: inline;
}