/* CSS Document */

/* Active */

body {
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	}

h1 {
	font-family: "Georgia";
	font-size: 12px;
	line-height: 20px;
	font-weight: bolder;
	margin-top: 0;
	margin-bottom: 0;
	color: #0D568A;
	padding-top: 0px;
	padding-bottom: 0px;
	}

h2 {
	font-family: "Arial";
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #CC6633;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
#text {
	font-family: Arial;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: top;
	vertical-align: top;
	}
	
#text2 {
	font-family: Arial;
	font-size: 11px;
	line-height: 14px;
	font-weight: bolder;
	margin-top: 0;
	margin-bottom: 0;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: top;
	}

ul {
	margin: 0;
	padding: 0px;
	list-style: url(none) none outside;
	}

ul li {
	display: block;
	text-decoration: none;
	padding: 0px;
	}
	
#bulletlist {
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	list-style: none;
	display: list-item;
	}