/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color: #333333;
	letter-spacing: 1pt;
	background-color:#006699;
	margin-left: 0px;
	margin-top: 0px;
}
.style1 {
	font-size:1.2em;
	color:#FFFFFF;
	font-weight: bold;
}
.style2 {color:#0099CC;
}
.style3 {
	font-size:1.5em;
	color:#005AA0;
}
.style4 {
	font-weight: bold;
}
p {
	font-size:1em;
	margin:0 0 0.5em 0;
}
a:link{
	color: #1D3E74;
	text-decoration: none;
}
a:visited {
	color: #1D3E74;
	text-decoration: none;
}
a:hover {
	color: #6699CC;
	text-decoration: none;
}
a:active {
	color: #6699CC;
	text-decoration: none;
}
.stylefooter {
	color:#4694D2;
}

