﻿* {
	padding : 0px;
	margin: 0px;
}

body {
	background-image: url(Images/bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #D3E0F3;
	text-align: center;
	min-width: 760px;
	background-repeat: repeat-x;
}

h3 {
	background-color: #F4F4F4;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCC;
	color: #006699;
	margin-bottom: 0.5em;
	padding: 3px;
}

h4 {
	color: #006699;
}

p {
	padding-bottom: 0.5em;
}

li {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 2em;
	margin-bottom: 0.3em;
}

ol.number li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 2em;
	margin-bottom: 0.3em;
}

ol.alpha li {
	list-style-type: upper-alpha;
	list-style-position: outside;
	margin-left: 2em;
	margin-bottom: 0.3em;
}