@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
body {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 0px;
}

a:link { color: #5B619E; }
a:visited { color: #003366; }
a:hover { color: #FCAB40; }
a:active { color: #FF0000; }

#copyright {
	text-align: center;
	font-size: 10px;
	color:#4E5497;
	letter-spacing:normal;
}

div.hr {
  height: 15px;
  background: #fff url(/images/hr1.gif) no-repeat scroll center;
  margin: 12px 0 12px 0;
}
div.hr hr {
  display: none;
}

