/* CSS Document */


body {
	background-color: #3d419e;}

.container { position: relative; left: 1px; top: 1px; color: #ffffff; }
.text2 { position: absolute; left: -1px; top: -1px; color: #000000;} 






.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}


.style2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

.style3 {color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;}

.style4 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #FFFF99;
	text-decoration: underline;
}
