@charset "ISO-8859-1";
body {
	padding: 0;
	margin: 0;
	background: #f8f7e5 url(images/bc_background.png) no-repeat center top;
	width: 100%;
	display: table;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}

h1 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	line-height: 18px;
}
h3 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
}
a {
	color: #000000;
	text-decoration: underline;
	border: 0;
}
ul {
	list-style-type: square;
}
li {
	list-style-type: square;
}
h2 {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

