@charset "UTF-8";
* {
	margin: 0;
}

html,body {
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	height:100%;
	background-color: #FFFFFF;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #1a2791;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
p {
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px; 
}


a {
	font-weight: bold;
	color: #696969;
}
a:hover {
	color: #981520;
}

img {
	border: none;
}
