@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 14px;
	background-image: url(images/background.jpg);
	background-color: #CCD7E9;
	text-align: left;
}
.style1 {color: #333333}
.style2 {
	color: #1E2064;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #1E2064;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0099CC;
}
a:active {
	text-decoration: none;
}.bodystyle {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

