@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial;
	font-size: 12px;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.style1 {color: #8A2A24}
.style2 {color: #8A2A24;
	font-weight: bold;}
.style3 {color: #161654}
.style4 {color: #161654;
	font-weight: bold;}

a:link {
	color: #8A2A24;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
  	color: #8A2A24;
	font-weight: bold;
  	text-decoration: none;
}

a:hover {
	color: #0099CC;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #8A2A24;
	font-weight: bold;
	text-decoration: none;
}
