@charset "utf-8";

/* CSS Document */



.style1 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #555555;

}

body {

	background-color: #5C9500;

	background-image: url(images/fade.jpg);

}

a:link {

	color: #666666;

	text-decoration: underline;

}

a:visited {

	color: #666666;

}

a:hover {

	color: #0343D9;

}

a:active {

	color: #666666;

}

.style2bold {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #666666;

	font-weight: bold;

}

.style3bold {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 18px;

	color: #666666;

	font-weight: bold;

}


