@charset "utf-8";
body {
	background-color: #d8dfe7;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6e68b0;
}
a:hover {
	text-decoration: none;
	color: #aea9e3;
}
a:active {
	text-decoration: none;
	color: #6e68b0;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #78797a;
}
a {
	font-size: 11pt;
	color: #6e68b0;
}
h1 {
	font-size: 12pt;
	color: #78797a;
}

