@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana;
	font-size: 11pt;
	color: #000000;
}
p {
	margin-top:7px;
	margin-bottom:7px;
	line-height:1.3em;
	word-wrap: break-word;
}
a {
	word-wrap: break-word;
	color:#344a74;
	text-decoration:none;
}
a:hover {
	color:#6fa1ff;
	text-decoration:underline;

}
a:visted {
	color:#666666;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6 {
	margin-top:0px;
	margin-bottom:0px;
	line-height:1.5em;
	color: #333333;
}
h1 {
	font-size:2.5em;
	font-weight:normal;
	font-family:"Arial Black";
}
h2 {
	font-size:1.9em;
	font-weight:normal;
	font-family:"Arial Black";
}
h3 {
	font-size:1.7em;
	font-weight:bold;
	font-family: Verdana;
}
h4 {
	font-size:1.5em;
	font-weight:bold;
	font-family: Verdana;
}
h5 {
	font-size:1.3em;
	font-weight:normal;
	font-family: Verdana;
}
h6 {
	font-size:1.1em;
	font-weight:normal;
	font-family: Verdana;
}
.white {
	color:#FFFFFF;
}
.white a {
	color:#6fa1ff;
	text-decoration:none;
}
.white a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.blue {
	color: #344a74;
}
.small {
	font-size: .9em;
}
.xsmall {
	font-size: .8em;
}

