@charset "utf-8";
a:link {
	color: #3500CC;
}
a:visited {
	color: #3500CC;
}
a:hover {
	color: #1E0079;
}
a:active {
	color: #3500CC;
}

/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(images/eosgotblue7b.gif);
	background-repeat: repeat;
	margin: 0px;
}

.titletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1e0079;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1e0079;
}
