﻿body
{
    margin: 10px 0px 0px 20px;
    padding: 0px;
    font-family: Verdana;
    font-size: .80em;
    line-height: 1.2em;
}
a:link {
	text-decoration: none;
	color: #CEDF84;
}
a:visited {
	color: #CEDF84;
	text-decoration: none;
}
a:hover {
	color: #FF9933;
	text-decoration: none;
}
a:active {
	color: #FF9933;
	text-decoration: none;
}

.bold {
	font-weight: bold;

}

#container
{
    padding: 0px;
    margin: 0px;
}

#pageHeader
{
    padding: 10px 0px 1em;
    margin: 0px;
    font-family: Verdana;
    font-size: 2em;
    font-style: oblique;
    color: #B0C4D0;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #CCCCCC;
}
ul
{
	list-style-type: none;
}
ul li
{
	line-height: 1.4em;
	margin-left: 30px;
}
.green
{
	color: #C4D9A5;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 10px;
}

.orange
{
	color: #E7952E;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 10px;
}
.pink
{
	color: #D0B6CB;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 10px;
}
.blue
{
	color: #B0C4D0;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 10px;
}
.purple
{
	color: #B0A4B3;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 10px;
}
.orange2
{
	color: #E7952E;
	font-weight: bold;
	margin-bottom: 2px;
	font-size: 1em;
}
.pink2
{
	color: #D0B6CB;
	font-weight: bold;
	margin-bottom: 2px;
	font-size: 1em;
}
.blue2
{
	color: #B0C4D0;
	font-weight: bold;
	margin-bottom: 2px;
	font-size: 1em;

}
#footnote
{
	font-size: .80em;
}

div#toTop {
	position: fixed;
	right: 0px;
	bottom: 10px;
	text-decoration: none;

}
div#toTop p
{
	font-size: 0.85em;
	color: #CCCCCC;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
div#toTop img {
	margin: 0px 0px -10px;
	padding: 0px;
	text-decoration: none;
	border: 0px;
}
.noborder {
	text-decoration: none;
}
#footerbrand {
	font-size: 0.8em;
	color: #C4D9A5;
	text-align: center;
	font-weight: bold;
}
.centre {
	text-align: center;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}.firstp {
	margin-top: 5px;
	padding-top: 5px;
}
