﻿* {
	padding : 0px;
	margin: 0px;
}

/*
body {
	background-image: url(Images/bg_gradient.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F2F5FE;
	text-align: center;
	min-width: 760px;
	background-repeat: repeat-x;
}
*/

body {
	background-image: url(Images/blue_swoosh.png);
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	text-align: center;
	min-width: 760px;
	background-repeat: no-repeat;
}

h3 {
	color: #D6190C;
}

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;
	margin-bottom: 0.5em;
	padding: 3px;
}

h4 {
	color: #004DC0;
}

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;
}
