body {
	color: black;
	background-color: #FCFCFC;
	font: normal 12pt Verdana,"trebuchet MS",Helvetica,Arial,sans-serif;
}

p {
	line-height: 120%;
}

a:link {
	color: #2222FF;
	background-color: transparent;
	text-decoration: underline;
}
a:visited {
	color: #7777FF;
}
a:hover{
	color: #007e7e;
	background-color: transparent;
}
img {
	border-style: none;
}
h1,h2,h3,h4,h5,h6,h7 {
	margin-top: 2px;
	font-style: normal;
	font: Verdana, Helvetica, Arial, sans-serif;
	color: #002244;
	background-color: transparent;
	text-decoration: none;
}
h1 {
	font-size: 130%;
	font-weight: 600;
	color: #003050;
}
h2 {
	font-size: 120%;
	font-weight: 600;
}
h3 {
	font-size: 105%;
	font-weight: 600;
	font-style: italic;
}
h4,h5,h6,h7 {
	font-size: 100%;
	font-weight: 500;
	text-decoration: none;
	font-variant: italic;
}
p+p{
	text-indent: 0em;
}
