@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}p {
	font-size: 11px;
	margin: 20px;
	line-height: 20px;
}
h1 {
text-indent: 20px;
border-bottom: 1px solid #CCCCCC;
}
h5 {
	font-size: 11px;
	text-indent: 20px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: -10px;
	border-top: 1px solid #CCCCCC;
}
li {
	font-size: 11px;
	background: url(images/bullet.gif) no-repeat left top;
	list-style: none;
	padding-left: 15px;
	padding-right: 20px;
	padding-bottom: 5px;
	line-height: 1.25;
}
ul {
	padding-left: 20px;	
	margin: 0px;
}
a {
	color:#09c;
	text-decoration:none;
	}
a:link {color:#41364b;}
a:visited {color:#30253b;}
a:hover {color:#000000;}

.rightimg {
	float: right;
	margin-left: 5px;
	margin-bottom: 0px;
}
.clear {
	clear: both;
}