@charset "utf-8";
body {
	background: #B3B2B3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: #B3B2B3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	white-space: normal;
	font-weight: normal;
	line-height: normal;
}
h1 {
	font-size: 12px;
	color: #333333;
	margin-left: 10px;
	margin-right: 10px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	font-variant: normal;
	line-height: 140%;
}
h2 {
	margin-right: 10px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	font-variant: normal;
	font-size: 10px;
	color: #333333;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: normal;
	line-height: 140%;
}
h3 {
	font-size: 12px;
	color: #333333;
	margin-left: 10px;
	margin-right: 10px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	font-variant: normal;
	line-height: 140%;
	vertical-align: middle;
}
a:link {
	color: #333333;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-transform: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #333333;
}



Bullet {
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

