/*** Dstyle.css ***/

/*** element override styles (in a-z order) ***/

html {
	-webkit-text-size-adjust: none;
}

a:link {
	color: #BD0000;
	text-decoration: none;
}

a:active {
	color: #BD0000;
	text-decoration: none;
}

a:visited { /* out-of-sequence for IE6 */
	color: #BD0000;
	text-decoration: none;
}

a:hover {
	color: #001C5A;
	text-decoration: underline;
}

body {
	background: #FFFFFF; /* default allegedly varies with browser & OS */
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
}

div.infoHtml {
	font-size: 15px;
	text-align: left;
}

h2 {
	color: #001C5A;
	font-size: 135%;
	font-weight: bold;
	margin: 10px 0;
}

h3 {
	color: #001C5A;
	font-size: 120%;
	font-weight: bold;
	margin: 10px 0;
	text-align: left;
}

table {  /* see also .mainrow */
	font-size: 100%;  /* override unwanted default */
	line-height: 1.1; /* ditto */
}


/*** page override styles (in page num order) ***/

#D16 .rhsBlurb {
	float: right;
	text-align: left;
	width: 400px;
}

#D229 .mainbar li {
	margin: 0.4em 0 0 0;
	padding: 0;
}


/*** bodybar styles ***/


/*** headbar styles ***/

#headbar-banner {
	color: #001C5A;
	font-size: 75%;
	font-weight: bold;
	text-align: left;
}

#headbar-nav {
	background: #F0F0F0;
	font-size: 90%;
	font-weight: bold;
}

#headbar-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#headbar-nav ul li {
	background: #80ABB2;
	display: inline;
	margin: 0;
	padding: 2px 10px 2px 10px;
}

#headbar-nav ul li.headbar-nav-left {
	float: left;
	margin-right: 2px;
}

#headbar-nav ul li.headbar-nav-right {
	float: right;
	margin-left: 2px;
}

#headbar-nav ul li a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#headbar-nav ul li a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#headbar-nav ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#headbar-nav ul li a:hover {
	color: #BD0000;
	text-decoration: underline;
}


/*** leftbar styles ***/

#leftbar {
	font-size: 93%;
	font-weight: bold;
	padding: 15px 0 15px 0;
}

#leftbar div.subhead {
	margin: 10px 0 0 0;
}

#leftbar ul {
	line-height: 1.3em;
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
}

#leftbar ul li {
	margin: 0;
	padding: 0;
}


/*** mainbar styles ***/

.mainbar {
}


/*** rightbar styles ***/


/*** tailbar styles ***/

#tailbar {
	border-top: 2px solid #213C73;
	font-size: 68%;
	margin: 5px 0 5px 0;
	padding: 3px 0 0 0;
}


/*** new class styles (in a-z order) ***/

.b {
	font-weight: bold;
}

.bmain { /* obsolescent */
	font-weight: bold;
}

.box1 {
	background: #73AFC8;
	color: #FFFFFF;
	font-size: 120%;
	font-style: italic;
	margin: 10px 0 0 0;
	padding: 5px;
}

.box2 {
	background: #D7F2FF;
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 5px;
}

.boxHelp {
	background: #E0FFE0;
	font-size: 90%;
	font-weight: normal;
	margin: 0;
	padding: 0 5px 5px 5px;
}

.boxHelp p {
	margin: 5px 0 0 0;
}

.c {
	text-align: center;
}

.clr {
	clear: both;
}

.emailText {
	font-family: monospace;
	font-size: 100%;
}

.hid {
	display: none;
}

.hilite {
	color: #FF0000;
}

.i {
	font-style: italic;
}

.j {
	text-align: justify;
}

.l {
	text-align: left;
}

.larger {
	font-size: 120%;
}

.leftcell {
}

.main {
	font-size: 100%;
	font-weight: normal;
}

.mainrow { /* all content rows (see also table) */
	background: #FFFFFF;
	font-size: 75%; /* gives 9px-high uppercases at default browser text size */
	line-height: 1.1;
}

.r {
	text-align: right;
}

.regNote { /* annotations on "register" and "alter details" */
	color: #2796C1;
	font-style: italic;
}

.rightcell {
}

.smaller {
	font-size: 85%;
}

.u {
	text-decoration: underline;
}

.w {
	color: #FFFFFF;
}


/*** border class styles ***/

.borderTRBL {
	border-top: 1px solid #002063;
	border-right: 1px solid #002063;
	border-bottom: 1px solid #002063;
	border-left: 1px solid #002063;
}

.borderTRB {
	border-top: 1px solid #002063;
	border-right: 1px solid #002063;
	border-bottom: 1px solid #002063;
}

.borderTRL {
	border-top: 1px solid #002063;
	border-right: 1px solid #002063;
	border-left: 1px solid #002063;
}

.borderTBL {
	border-top: 1px solid #002063;
	border-bottom: 1px solid #002063;
	border-left: 1px solid #002063;
}

.borderRBL {
	border-right: 1px solid #002063;
	border-bottom: 1px solid #002063;
	border-left: 1px solid #002063;
}

.borderTR {
	border-top: 1px solid #002063;
	border-right: 1px solid #002063;
}

.borderTB {
	border-top: 1px solid #002063;
	border-bottom: 1px solid #002063;
}

.borderTL {
	border-top: 1px solid #002063;
	border-left: 1px solid #002063;
}

.borderRB {
	border-right: 1px solid #002063;
	border-bottom: 1px solid #002063;
}

.borderRL {
	border-right: 1px solid #002063;
	border-left: 1px solid #002063;
}

.borderBL {
	border-bottom: 1px solid #002063;
	border-left: 1px solid #002063;
}

.borderT {
	border-top: 1px solid #002063;
}

.borderR {
	border-right: 1px solid #002063;
}

.borderB {
	border-bottom: 1px solid #002063;
}

.borderL {
	border-left: 1px solid #002063;
}


/*** legacy class styles ***/

.mainhead {
	color: #001C5A;
	font-size: 250%;
	font-weight: bold;
}

.head {
	color: #001C5A;
	font-size: 190%;
	font-weight: bold;
}

.head1 {
	color: #001C5A;
	font-size: 170%;
	font-weight: bold;
}

.head2 {
	color: #001C5A;
	font-size: 150%;
	font-weight: bold;
}
.head3red {
	color: #BD0000;
	font-size: 120%;
	font-weight: bold;
}

.head3 {
	color: #001C5A;
	font-size: 120%;
	font-weight: bold;
}

.head4 {
	color: #001C5A;
	font-weight: bold;
}

.headleft2 {
	color: #001C5A;
	font-size: 150%;
	font-weight: bold;
	text-align: left;
}

.headleft3 {
	color: #001C5A;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
}

.headleft4 {
	color: #001C5A;
	font-weight: bold;
	text-align: left;
}

.headleft5 {
	color: #001C5A;
	font-weight: bold;
	text-align: left;
}

.chead5 {
	color: #001C5A;
	font-weight: bold;
	text-align: center;
}

.chead6 {
	color: #001C5A;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
}

.head4r {
	color: #001C5A;
	font-weight: bold;
	text-align: right;
}

.headleft4cont2 {
	color: #001C5A;
	font-weight: bold;
	text-align: left;
}

.head4cont2 {
	color: #001C5A;
	font-weight: bold;
}

.left5cont2 {
	color: #001C5A;
	font-weight: bold;
	text-align: left;
}


/* SECOND COLOUR */

.left5cont {
	color: #001C5A;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
}

.left5cont2 {
	font-size: 90%;
	font-weight: bold;
	text-align: left;
}

.right5cont {
	color: #001C5A;
	font-size: 90%;
	font-weight: bold;
	text-align: right;
}

.headcont {
	color: #001C5A;
	font-size: 190%;
	font-weight: bold;
}

.head2cont {
	color: #001C5A;
	font-size: 150%;
	font-weight: bold;
}

.headlcont {
	color: #001C5A;
	font-size: 150%;
	font-weight: bold;
	text-align: left;
}

.head3cont {
	color: #001C5A;
	font-size: 120%;
	font-weight: bold;
}

.lb3cont {
	color: #001C5A;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
}

.head4cont {
	color: #001C5A;
	font-weight: bold;
}

.lb4cont {
	color: #001C5A;
	font-weight: bold;
	text-align: left;
}

.head5cont {
	color: #001C5A;
	font-size: 90%;
	font-weight: bold;
}

.cont5normal {
	color: #001C5A;
	font-size: 90%;
	font-weight: normal;
	text-align: justify;
}

.c5normal {
	color: #001C5A;
	font-size: 90%;
	font-weight: normal;
	text-align: center;
}

.lefthead5 {
	color: #001C5A;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
}

.jhead5 {
	color: #001C5A;
	font-size: 90%;;
	font-weight: bold;
	text-align: justify;
}

.lefthead6 {
	color: #001C5A;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
}

.chead6cont {
	color: #001C5A;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
}

.mainj8cont {
	color: #001C5A;
	font-size: 90%;
	font-weight: normal;
	text-align: justify;
}


/* NO COLOUR */

.link4 {
	font-weight: bold;
	text-align: left;
}

.link4c {
	font-weight: bold;
	text-align: center;
}

.link5 {
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

.unlink5 {
	color: #001C5A;
	font-weight: bold;
	text-align: left;
}

.link5c {
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.unlink5c {
	color: #001C5A;
	font-weight: bold;
	text-align: center;
}

.link5:hover {
	color: #001C5A;
	text-decoration: underline;
}

.link5c:hover {
	color: #001C5A;
	text-decoration: underline;
}

.link6 {
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

.unlink6 {
	color: #001C5A;
	font-weight: bold;
	text-align: left;
}

.link6:hover {
	color: #001C5A;
	text-decoration: underline;
}

.link6c {
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.unlink6c {
	color: #001C5A;
	font-weight: bold;
	text-align: center;
}

.link6c:hover {
	color: #001C5A;
	text-decoration: underline;
}


.link6r {
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}

.unlink6r {
	color: #001C5A;
	font-weight: bold;
	text-align: right;
}

.link6r:hover {
	color: #001C5A;
	text-decoration: underline;
}

.link6HB {
	font-weight: bold;
	text-decoration: underline;
}

.link6HB:link {
	color: #FFFFFF;
}

.link6HB:active {
	color: #BD0000;
}

.link6HB:visited {
	color: #FFFFFF;
}

.link6HB:hover {
	color: #BD0000;
}

.unlink6HB {
	color: #BD0000;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
}

.link7c {
	color: #003387;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}	

.link7c:hover {
	color: #FFB000;
	text-decoration: underline;
}

.link7c:active {
	color: #FFB000;
	text-decoration: underline;
}

.unlink7c {
	color: #666666;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}


/* MAIN TEXT COLOUR - USUALLY BLACK */

.mainc {
	font-weight: normal;
	text-align: center;
}

.mainc9 {
	font-weight: normal;
	text-align: center;
}

.mainc8 {
	font-weight: normal;
	text-align: center;
}

.mainc4 {
	font-size: 40%;
	font-weight: normal;
	text-align: center;
}

.mainj9 {
	font-weight: normal;
	text-align: justify;
}

.mainl {
	font-weight: normal;
	text-align: left;
}

.mainlsmall {
	font-weight: normal;
	text-align: left;
}

.mainl8 {
	font-weight: normal;
	text-align: left;
}

.mainj {
	font-weight: normal;
	text-align: justify;
}

.mainj9 {
	font-weight: normal;
	text-align: justify;
}

.mainj8 {
	font-weight: normal;
	text-align: justify;
}

.mainr {
	font-weight: normal;
	text-align: right;
}

.mainr8 {
	color: #000000;
	font-weight: normal;
	text-align: right;
}

.mainr4 {
	font-size: 40%;
	font-weight: normal;
	text-align: right;
}

.bmainc {
	font-weight: bold;
	text-align: center;
}

.bmainc9 {
	font-weight: bold;
	text-align: center;
}

.bmainl {
	font-weight: bold;
	text-align: left;
}

.bmainr {
	font-weight: bold;
	text-align: right;
}

.bmainlul {
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
}

.bmainlbig {
	font-size: 110%;
	font-weight: bold;
	text-align: left;
}

.bmainlsmall {
	font-weight: bold;
	text-align: left;
}

.bmainrsmall {
	font-size: 90%;
	font-weight: bold;
	text-align: right;
}


/* OTHERS */

.cont {
	color: #0099CC;
}


.rephead {
	background: #CC0066;
	color: #FFFFFF;
	font-weight: bold;
}

.repbright { /* used only in teams report and internal msgs */
	background: #FFCC33;
}

.repdim {
	background: #FFFFCC;
}

.b10cwhite {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.b9cwhite {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

.italic {
	font-style: italic;
}

.redb12c {
	background: transparent;
	color: #DA2C3B;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

.b9l {
	font-weight: bold;
	text-align: left;
}

.redb9l {
	color: #DA2C3B;
	font-weight: bold;
	text-align: left;
}

.redb8c {
	color: #BD0000;
	font-weight: bold;
	text-align: center;
}


.b8l {
	font-weight: bold;
	text-align: left;
}

.b7l {
	font-size: 7pt;
	font-weight: bold;
	text-align: left;
}

.n8 {
	font-weight: normal;
	text-align: left;
}

.n7 {
	font-size: 7pt;
	font-weight: normal;
	text-align: left;
}

.b9c {
	font-weight: bold;
	text-align: center;
}


.n9c {
	font-weight: normal;
	text-align: center;
}

.n9 {
	font-weight: normal;
	text-align: left;
}

.b9 {
	font-weight: bold;
	text-align: justify;
}

.ib9c {
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
























































}


.i9c {
	color: #000000;
	font-size: 9pt;
	font-style: italic;
	text-align: center;
}

.i9 {
	color: #000000;
	font-size: 9pt;
	font-style: italic;
}


/* for questionnaire */

.qa {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

.qb {
	font-weight: bold;
	text-align: left;
}

.qc {
	text-align: left;
}

.qd {
	text-align: right;
}

.qe {
	text-align: left;
}

.qf {
	font-style: italic;
	text-align: left;
}


