body {
	font-family: Arial, Helvetica, sans-serif;
/*	color: #414142; */
	color: #000000;
	font-size: small;
	margin: 0;
	padding: 0;
}

form {
	margin: 0px; 
	padding: 0px;
}

.PPHeading2, .PPHeading3, .PPHeading4 {
	font-size:10px;
	text-transform:capitalize;
	background-color:#00CCCC;
}

.copybluebold {
	font-style: normal;
	font-weight: bold;
	color: #A7002A;
	text-decoration: none;
}

a:link, a:visited {
	text-decoration:underline;
	color: #A7002A;
}

a:hover, a:active { 
	text-decoration: none;
	color: #A7002A;
}

h1 {
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	color: #ACBBD2;
	text-decoration: none;
	padding-left: 10px;
	line-height: 18px;
}

.headingNews {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #045087;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom-width: 1px; 
	border-bottom-style: solid;
	border-bottom-color: #AEABC6;
}

a.newsLinks, a.newsLinks:visited {
	color: #645B4A;
	text-decoration:underline;
	font-size: 11px;
}

a.newsLinks:hover, a.newsLinks:active {
	color: #A7002A;
	text-decoration:underline;
}

.newsList {
	background-color: #EEE;
}

a.navLinks:link, a.navLinks:visited {
	font-size: 9px;
	font-weight: normal;
	color: #44588A;
	text-transform: uppercase;
	text-decoration: none;
}
a.navLinks:hover, a.navLinks:active {
	font-size: 9px;
	font-weight: normal;
	color: #85a7d7;
	text-transform: uppercase;
	text-decoration: none;
}

a.navSubLinks:link, a.navSubLinks:visited {
	font-size: 9px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
a.navSubLinks:hover, a.navSubLinks:active {
	font-size: 9px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

a.britelink:link, a.britelink:visited {
	font-weight: normal;
	color: #ce0034;
	text-decoration: underline;
}
a.britelink:hover, a.britelink:active {
	font-weight: normal;
	color: #A7002A;
	text-decoration: underline;
}


.pageName {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-style: normal;
	font-weight: bold;
	color: #A7002A;
	text-decoration: none;
	text-transform: uppercase;
}
.pageNameSubtext {
	font-size: 19px;
	font-style: normal;
	font-weight: normal;
	color: #A7002A;
	text-decoration: none;
}
.pageNameSubtextBlue {
	font-size: 19px;
	font-style: normal;
	font-weight: normal;
/*	color: #86A7D7;  */
	color: #A7002A;
	text-decoration: none;
}
.greaterThan {
	font-size: 9px;
	color: #A7002A;
	line-height:16px;
}
.mainText {
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
}
.mainTextBlue {
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #44588A;
}
.mainTextItalic {
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #414142;
	font-style: italic;
}

.numbers {
	font-size: 12px;
	font-weight: bold;
	color: #86A7D7;
	padding-right: 3px;
}
.copyright {
	font-size: 9px;
	font-weight: normal;
	color: #6D769B;
	text-decoration: none;
}
.loginText {
	font-size: 11px;
	font-weight: bold;
	color: #414142;
}
.namesText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #045087;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/submit.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #86A6D7;
	text-transform: uppercase;
	font-weight: bold;
	height: 20px;
	width: 94px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fieldcell {
	color: #000000;
	border: 1px solid #999;
	background-image: url(images/bg_textbox.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 
.asteriskred {
	color: #FF0000;
}
.addsymbol {
	color: #86A7D7;
	font-size: 18px;
	font-weight: bold;
}
.errormessage {
	font-size:medium;
	color:#990000;
	background-color:#FFFF99;
	padding: 4px;
}


/* START TABLE OF CONTENTS */

td.tocSub1 {
padding-left: 15px;
}

/* END TABLE OF CONTENTS */

/* CONTROLS THE LAYOUT WIDTH ETC OF pages with doc_header.inc.php + doc_footer.inc.php */
#outerFrame {
	float:left;
	width: 650px;
	padding-left: 10px;
}

