/* CSS Document */

body {
	margin: 0px;
	background-color: #d3d3d3;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #717171;
}
p {
	font-size: 12px;
	background-position: left;
	line-height: 14px;
}

p {
     margin:  1em 0 1em 0;
     padding:  0;
}

h1, h2, h3, h4, h5, h6 {
	color: #2880c7;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
a:active, a:link, a:visited {
	text-decoration: underline;
	color: #20438a;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
img {
	border-style: none;
}
ul {
	padding-left: 20px;
	margin: 0px;
}

li {
	margin-left: 0px;
	margin-bottom: 5px;
}
hr {
	height:1px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #b8bbbc;
}
td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

