@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. */
	color: #000000;
}

#container {
	width: 880px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.style1 {
	color: #FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-right: 1px;
	text-align: justify;
}

.style2 {
	color: #777777;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-right: 1px;
	text-align: justify;
}

.style3 {
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	margin-right: 1px;
	text-align: left;
}

h2 {
	color: #892921;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-right: 1px;
	text-align: justify;
}

a:link {
  color: #3138AA ;
  text-decoration: none;
}

a:visited {
  color: #3138AA ;
  text-decoration: none;
}

a.top:link {
  color: #31384a ;
  text-decoration: none;
}

a.top:visited {
  color: #31384a ;
  text-decoration: none;
}

a:hover {
  color: #3138AA ;
}
