/*global*/
 body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,  
li, dl, dt, dd, form, a, fieldset, input, th, td  
* {
 margin: 0;
 padding: 0;
}
body {
 background: #eee;
 font: 12px/18px "Lucida Grande", Verdana, sans-serif;
 text-align: center;
 color: #ccc;
}
a:link, a:visited {
 color: #b4e8fb;
}
a:hover {
 color: #17c5ee;
}
h1 {
	border-bottom: 1px solid #ccc;
	font: italic 12pt/16px Georgia, serif;
	color: #ffffff;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 21px;
}
h2, h3{
 font-weight: normal;
 font-size: 12px;
 line-height: 16px;
}
h3 {
	padding-bottom: 6px;
	text-transform: capitalize;
	color: #b4e8fb;
	font: italic 12px/16px Georgia, "Times New Roman", Times, serif;
	padding-left: 216px;
}
h4 { font-size:12px; font-family: Georgia, "Times New Roman", Times, serif; text-align: left; font-weight: normal; font-style: italic; line-height: 24px; color: #ffffff; border-style: none; }
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	text-align: center;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
	line-height: 16px;
}
img {
	border:1px solid #000;
	font-size: xx-small;
}
.img {
	border: thin solid #FFFFFF;
	margin: 2px;
}
p {
	margin:1em 0;
	font-size: 12px;
	line-height:16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #cccccc;
	font-style: normal;
	font-weight: normal;
}
ul {
	margin-top:16px;
	font-size:12px;
	line-height:1.5;
	list-style-image:none;
	list-style-type:none;
}
ul li {
	background-image:url(../images/bullet.gif);
	background-position:0px 7px;
	background-repeat:no-repeat;
	padding-left:15px;
	margin-left:20px;
}
ol {
	margin-top:16px;
	font-size:12px;
	line-height:1.5;
}
ol li {
	padding-left:15px;
	margin-bottom:10px;
	margin-left:20px;
}
a {
	color:#b4e8fb;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
	text-decoration: underline;
}

