body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Verdana, san-serif;
	background-color: #FFF;
	text-align: center;
}

img {
border:none;
margin:30px 0 30px 0;
}

a:link, a:active{
text-decoration: underline;
color:#000000;
}
a:visited {
color:#999999;
}
a:hover {
color:#666666;
}

p, ul {
color: #333;
font-size: 11px;
line-height: 16px;
}

ul {
list-style-image: url(images/bullet.gif);
margin:-12px 0 0 0;
padding: 0 0 0 20px;
}

h1 {
font-family: "Arial Black", Arial, Helvetica, Verdana, san-serif;
font-size:12px;
font-weight:600;
line-height:18px;
letter-spacing:1px;
font-weight: normal;
margin-top: 0px;
margin-bottom: 2px;
padding:0px;
color:#000;
}
/* Adjacent selector to remove gap between h1 and p not supported in IE6 */
/*
h1+p {
margin-top: 0;
}
*/

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
line-height:16px;
letter-spacing:0px;
font-weight:bold;
color:#999;
margin:0px;
padding:0px;
margin-bottom: -12px; 
}

/* Adjacent selector to remove gap between h2 and p not supported in IE6 */
/*
h2+p {
margin-top: 0;
}
*/

em {
font-weight:bold;
font-style:normal;
}
