/* CSS Document */
html {
	margin:0;
	padding:0;
	}

body {
	text-align: left;
	color: #474747;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #9cbcd9;
	margin:0;
	padding:0;
}

h1 {
	font-size: 22px;
	color: #912531;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	color: #912531;
	font-weight: normal;
}
h3 {
	font-size: 12px;
	color: #333333;
}
h4 {
	font-size: 14px;
	color: #e6784d;
	}
h6 {
	font-size: 14px;
	color: #ffffff;
	background-color: #649ec8;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
a:link {
	text-decoration: none;
	color: #912531;
}
a:visited {
	text-decoration: none;
	color: #2382a0;
}
a:hover {
	text-decoration: none;
	color: #2382a0;
}
a:active {
	text-decoration: none;
	color: #912531;
}
.table
	{
	margin: 0;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 8px;
	border: 1px solid #3792c9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	color: #333333;
}
.rule
{
	padding-left: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #f24828;
	}
.bulletcopy
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
	list-style-position: outside;
	list-style-type: square;
	margin-left: 6px;
	}
.next_back {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 7pt;
    color: #666666;
}

