/*** Dstyle.css ***/

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

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

a:link {
	color: #12ADDE;
	text-decoration: underline;
}

a:active {
	color: #12ADDE;
	text-decoration: underline;
}

a:visited { /* out-of-sequence for IE6 */
	color: #12ADDE;
	text-decoration: underline;
}

a:hover {
	color: #9AA415;
	text-decoration: underline;
}

body {
	background: #FFFFFF; /* default allegedly varies with browser & OS */
	color: #474747;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	margin-top: 9px;
}

div.infoHtml {
	font-size: 15px;
	line-height: 1.1; /* override mainrow's 1.5 */
	text-align: left;
}

form {
	margin: 0;
	padding: 0;
}

h2 {
	color: #12ADDE;
	font-size: 150%;
	font-weight: bold;
	margin: 10px 0;
}

h3 {
	color: #12ADDE;
	font-size: 120%;
	font-weight: bold;
	margin: 15px 0 0 0;
	padding: 0;
}

hr {
	border: 0;
	color: #808080;
	background-color: #808080;
	height: 1px;
	width: 100%;
	text-align: left;
}

img {
	border: none;
}

input {
	font-size: 100%;
}

li {
	margin: 0.4em 0 0 0;
	padding: 0;
}

p,
pre {
	margin: 0.5em 0 0 0;
	padding: 0;
}

select {
	font-size: 100%;
}

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

table.bodyTable {
	margin: 0 auto 0 auto;
}

ul {
	margin: 0;
	padding: 0 0 0 2em;
}


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

#D1 a.linkWY:link {
	color: #FFFFFF;
}

#D1 a.linkWY:active {
	color: #FEF200;
}

#D1 a.linkWY:visited {
	color: #FFFFFF;
}

#D1 a.linkWY:hover {
	color: #FEF200;
}

#D1 a.linkBO:link {
	color: #2B69A2;
}

#D1 a.linkBO:active {
	color: #F19320;
}

#D1 a.linkBO:visited {
	color: #2B69A2;
}

#D1 a.linkBO:hover {
	color: #F19320;
}

#D1 a.rightBoxBlue:link,
#D1 a.rightBoxBlue:visited {
	background:url(images/RectangleBlue65.jpg) no-repeat;
	color: #2B69A2;
}

#D1 a.rightBoxBlue:active,
#D1 a.rightBoxBlue:hover {
	background:url(images/RectangleOrange65.jpg) no-repeat;
	color: #F19320;
}

#D1 a.rightBoxGreen:link,
#D1 a.rightBoxGreen:visited {
	background:url(images/RectangleGreen65.jpg) no-repeat;
	color: #89B245;
}

#D1 a.rightBoxGreen:active,
#D1 a.rightBoxGreen:hover {
	background:url(images/RectangleOrange65.jpg) no-repeat;
	color: #F19320;
}

#D1 a.rightBoxPurple:link,
#D1 a.rightBoxPurple:visited {
	background:url(images/RectanglePurple65.jpg) no-repeat;
	color: #6E277A;
}

#D1 a.rightBoxPurple:active,
#D1 a.rightBoxPurple:hover {
	background:url(images/RectangleOrange65.jpg) no-repeat;
	color: #F19320;
}

#D8 #internalLinks {
	text-align: left;
}

#D16 .row,
#D17 .row {
	margin: 0; /* IE6 fix (?) */
}

#D16 .lhs,
#D17 .lhs {
	float: left;
	margin-top: 7px;
	width: 71px;
}

#D16 .rhs,
#D17 .rhs {
	border-top: 1px solid #808080;
	float: left;
	margin: 3px 0 0 10px;
	padding: 3px 0 0 0;
	text-align: left;
	width: 499px;
}

#D24 .mainj9 {
	text-align: left;
}

#D69 .mainbar form {
	text-align: center;
}

#D69 .conditionsCellLeft {
	text-align: right;
}

#D140 a.linkWY:link {
	color: #FFFFFF;
}

#D140 a.linkWY:active {
	color: #FEF200;
}

#D140 a.linkWY:visited {
	color: #FFFFFF;
}

#D140 a.linkWY:hover {
	color: #FEF200;
}

#D229 .mainbar div.headleft5 {
	margin: 15px 0 5px 0;
}

#D229 .mainbar ul {
	margin: 0;
	padding: 0 3em;
}

#D229 .mainbar li {
	line-height: 1.2em;
	margin: 0 0 0.4em 0;
	padding: 0;
}

#D242 p {
	margin: 10px 0 0 0;
	padding: 0;
}

#D247 #sortableTable {
	margin-left: 50px;
}

#D247 #sortableTable td {
	padding: 1px 30px 2px 30px;
}

#D270 .box3 {
	font-size: 120%;
}

#D243 p.headleft3,
#D267 p.headleft3,
#D270 p.headleft3 {
	margin: 0;
	padding: 0;
}

#D243 p.mainl,
#D270 p.mainl {
	margin: 5px 0;
}

#D270 form {
	margin: 0;
	padding: 4px 0 6px 0;
}

#D277 form input.buttonWY {
	float: left;
	margin-right: 20px;
}

#D277 form p {
	 margin: 4px 0 15px 0;
}


/*** bodybar styles ***/


/*** headbar styles ***/

#headbar {
	width: 778px; /* prevent split by wide reports */
}

#noscriptFlag {
	background: #F0FFF0;
	border: 1px solid #00C000;
	color: #00C000;
	font-size: 20px;
	font-weight: bold;
	margin: 5px 0 0 0px;
	padding: 3px 5px 5px 5px;
	text-align: center;
	width: auto;
}

#unliveFlagX {
	left: auto;
	position: absolute;
	top: 0; /* adjust to clear nav buttons */
}

#unliveFlag {
	background: #FFF0F0;
	border: 1px solid #C00000;
	color: #C00000;
	font-size: 20px;
	font-weight: bold;
	margin: 5px 0 0 0px;
	padding: 3px 5px 5px 5px;
	text-align: left;
	width: auto;
}

img#headbar-logo-SS {
	float: left;
}

img#headbar-banner {
	display: block;
	float: left;
	margin: 40px 0 0 30px;
}

img#headbar-logo-SC {
	border: none;
	float: right;
	margin-top: 20px;
}

div.topnav {
	color: #424041;
	font-size: 68%;
	margin: 0;
	padding: 0 0 4px 0;;
	text-align: left;
}

div.topnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.topnav ul li {
	display: inline;
	margin: 0;
	padding: 0 2px 0 5px;
}

div.topnav#topnav-left {
	float:left;
}

body.Regular div.topnav#topnav-left {
	padding: 0 0 4px 179px;;
}

div.topnav#topnav-right {
	float: right;
}


/*** leftbar styles ***/

#leftbar {
	padding: 0 25px 0 0;
}

ul.subNav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 159px;
}

ul.subNav li.subHead {
	color: #FFFFFF;
	font-weight: bold;
	line-height: 185%;
	margin: 3px 0 0 0;
	padding: 0 15px 0 0;
}

ul.subNav li.lozPink {
	background: url(images/lozPink.gif) no-repeat;
}

ul.subNav li.lozBlue {
	background: url(images/lozBlue.gif) no-repeat;
}

ul.subNav li.lozGreen {
	background: url(images/lozGreen.gif) no-repeat;
}

ul.subNav li.lozPurple {
	background: url(images/lozPurple.gif) no-repeat;
}

ul.subNav li.lozYellow {
	background: url(images/lozYellow.gif) no-repeat;
}

ul.terNav {
	display: block; /* explicit, for cute JavaScript toggling */
	font-size: 92%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

ul.terNav li {
	border-bottom: 1px solid #EAEAEA;
	height: 1.6em;
	margin: 5px 0 0 0;
	padding: 0;
}

ul.terNav li a {
	color: #424041; 
	display: block;
	font-weight: normal;
	line-height: 150%;
	margin: 0;
	padding: 0;
	text-decoration: none; 
	width: 100%;
}

ul.terNav li a:link {
	color: #424041; 
}

ul.terNav li a:active {
	color: #424041; 
}

ul.terNav li a:visited {
	color: #424041; 
}

ul.terNav li a:hover {
	color: #E30076; 
}

ul.terNav li a.terOn {
	font-weight: bold;
}


/*** mainbar styles ***/

td.mainbar {
	margin: 0;
	padding: 0;
	width: 594px;
}

body.Regular td.mainbar {
	padding-top: 13px;
}

.maincellLast {
	padding-bottom: 10px;
}


/*** rightbar styles ***/


/*** tailbar styles ***/

#tailbar {
	background: url(images/bgbase.gif) top center no-repeat;
	color: #999896;
	font-size: 62%;
	line-height: 160%;
	margin: 0 auto 0 auto;
	padding-top: 31px;
	width: 778px;
}

#tailbar p,
#tailbar ul {
	margin: 0;
	padding: 0;
}

#tailbar-blurb-left {
	float: left;
	text-align: left;
}

#tailbar-blurb-left li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}

#tailbar-blurb-right {
	float: right;
	text-align: right;
}

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

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

#tailbar a:visited {
	color: #999896;
	text-decoration: none;
}

#tailbar a:hover {
	color: #62605C;
	text-decoration: underline;
}


/*** private class styles ***/


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

.b {
	font-weight: bold;
}

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

.box1 {
	background: #12ADDE;
	color: #FFFFFF;
	font-size: 120%;
	font-style: italic;
	margin: 10px 0 0 0;
	padding: 0.2em 5px;
	text-align: left;
}

.box2 {
	background: #E4E4E4;
	color: #003481;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 0 5px 0;
	padding: 5px;
	text-align: left;
}

.box3 {
	background: #FFFFE3;
	border: 1px solid #000000;
	padding: 0.6em;
	width: 350px;
}

.boxHelp {
	background: #E0FFE0;
	border: 1px solid green;
	font-size: 90%;
	font-weight: normal;
	margin: 0;
	padding: 2px 3px 3px 3px;
}

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

.buttonWY {
	background: url(images/lozBlue.gif) top center no-repeat;
	behavior: url(buttons.htc); /* for IE5/6: approximates CSS :active & :hover behaviour */
	border: none;
	color: white;
	display: block;
	font-size: 120%;
	font-weight: bold;
	height: 22px;
	margin: 5px 0 0 0;
	padding: 1px 0 2px 0;
	text-align: center;
	width: 159px;	
}

.buttonWY:link,
.buttonWY:visited {
	color: white;
}

.buttonWYActive,
.buttonWY:active,
.buttonWYHover,
.buttonWY:hover {
	color: #FEF200;
	cursor: pointer;
}

.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 {
}

.logoEmp {
	float: right;
	height: 95px;
	margin: 10px 0 0 20px;
	width: 180px;
}

.logoEmpFilename {
	background: #FFFFFF;
	font-size: 8px;
	margin: 2em 0 0 0;
	padding:0 0 0 2em;
}

.main {
}

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

.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 #A0A0A0;
	border-right: 1px solid #A0A0A0;
	border-bottom: 1px solid #A0A0A0;
	border-left: 1px solid #A0A0A0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/*** legacy class styles ***/

.mainhead {
	color: #1C3376;
	font-size: 250%;
	font-weight: bold;
}

.head {
	color: #1C3376;
	font-size: 190%;
	font-weight: bold;
}

.head1 {
	color: #1C3376;
	font-size: 170%;
	font-weight: bold;
}

.head2 {
	color: #1C3376;
	font-size: 150%;
	font-weight: bold;
}

.head3 {
	color: #1C3376;
	font-size: 120%;
	font-weight: bold;
}

.head4 {
	color: #1C3376;
	font-weight: bold;
}

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

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

.headleft4 {
	color: #1C3376;
	font-weight: bold;
	text-align: left;
}

.headleft5 {
	color: #1C3376;
	font-weight: bold;
	text-align: left;
}

.chead5 {
	color: #1C3376;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
}

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

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

.headleft4cont2 {
	color: #0099CC;
	font-weight: bold;
	text-align: left;
}

.head4cont2 {
	color: #0099CC;
	font-weight: bold;
}

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

.headleft6cont2 {
	color: #0099CC;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
}


/* SECOND COLOUR */

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

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

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

.headcont {
	font-size: 190%;
	font-weight: bold;
}

.head2cont {
	font-size: 150%;
	font-weight: bold;
}

.head2contleft {
	font-size: 150%;
	font-weight: bold;
	text-align: left;
}

.head3cont {
	font-size: 120%;
	font-weight: bold;
}

.head3contleft {
	font-size: 120%;
	font-weight: bold;
	text-align: left;
}

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

.head4cont {
	font-weight: bold;
}

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

.head5cont {
	font-size: 90%;
	font-weight: bold;
}

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

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

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

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

.chead5 {
	font-size: 90%;
	font-weight: bold;
	text-align: center;
}

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

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

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


/* NO COLOUR */

.link4div {
	border: 1px solid gray;
	margin: 1px;
	padding: 4px;
}

.link4a {
	font-size: 8pt;
	text-align: left;
	text-decoration: none;
}

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

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

.link5 {
	text-align: left;
}

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

.link5c {
	text-align: center;
}

.unlink5c {
	color: #666666;
	text-align: center;
	text-decoration: none;
}

.link6 {
	text-align: left;
}

.link6c {
	text-align: center;
}

.unlink6c {
	color: #666666;
	text-align: center;
	text-decoration: none;
}

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

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

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

.unlink7c {
	color: #666666;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	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: 4pt;
	font-weight: normal;
	text-align: center;
}

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

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

.mainlbig {
	font-size: 110%;
	font-weight: normal;
	text-align: left;
}

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

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

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

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

.mainjbig {
	font-size: 110%;
	font-weight: normal;
	text-align: justify;
}

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

.mainc7 {
	font-size: 90%;
	font-weight: normal;
	text-align: center;
}

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

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

.mainri {
	font-style: italic;
	font-weight: normal;
	text-align: right;
}

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

.mainr9 {
	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-size: 90%;
	font-weight: bold;
	text-align: left;
}

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


/* OTHERS */

.cont {
	color: #0099CC;
}

.rephead {
	background: #0F9BE1; /* was #1581AF */
	color: #FFFFFF;
	font-weight: bold;
}

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

.repdim {
	background: #DFEAEF; /* was #D5DFE4, #C5CED3 */
	color: #000000;
}

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

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

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

.b8lwhite {
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}

.b9lwhite {
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}

.italic {
	font-style: italic;
}

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

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

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

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

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

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

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

.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 {
	font-style: italic;
	text-align: center;
}


/* NOT USED? */

.b12c {
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	color: #336666;
}

.b11c {
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	color: #336666;
}

.i11c {
	text-align: center;
	font-size: 11pt;
	font-style: italic;
	color: #336666;
}

.b10c {
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: #336666;
}

.italic {
	font-style: italic;
}

.b12L {
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	color: #336666;
}

.b11L {
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	color: #336666;
}

.b10L {
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	color: #336666;
}

.b11j {
	text-align: justify;
	font-size: 11pt;
	font-weight: bold;
	color: #336666;
}

.b10j {
	text-align: justify;
	font-size: 10pt;
	font-weight: bold;
	color: #336666;
}

.n12L {
	text-align: left;
	font-size: 12pt;
	font-weight: normal;
	color: #336666;
}

.n11L {
	text-align: left;
	font-size: 11pt;
	font-weight: normal;
	color: #336666;
}

.n10L {
	text-align: left;
	font-size: 10pt;
	font-weight: normal;
	color: #336666;
}

.n10j {
	text-align: justify;
	font-size: 10pt;
	font-weight: normal;
	color: #336666;
}

.redhead {
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
	color: #E5511E;
}

.bhead {
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
	color: #463D6B;
}

.b14head {
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	color: #463D6B;
}

.redlarge {
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
	color: #DA2C3B;
}

.red14 {
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	color: #DA2C3B;
}

.redc12 {
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	color: #DA2C3B;
}

.rednj12 {
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	color: #DA2C3B;
}

.redc10 {
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: #DA2C3B;
}

.rednj8 {
	text-align: left;
	font-size: 8pt;
	font-weight: bold;
	color: #DA2C3B;
}

.info {
	text-align: justify;
	font-size: 14pt;
	font-weight: bold;
	color: #463D6B;
}

.bmaincent {
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	color: #463D6B;
}

.bmaini {
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	color: #463D6B;
}

.small11 {
	text-align: justify;
	font-size: 11pt;
	color: #463D6B;
}

.small {
	text-align: justify;
	font-size: 90%;
	color: #463D6B;
}

.b24 {
	font-size: 24pt;
	font-weight: bold;
	color: #463D6B;
}

.b20 {
	font-size: 20pt;
	font-weight: bold;
	color: #463D6B;
}

.b16 {
	font-size: 16pt;
	font-weight: bold;
	color: #463D6B;
}

.b14 {
	font-size: 14pt;
	font-weight: bold;
	color: #463D6B;
}

.b12nj {
	font-size: 12pt;
	font-weight: bold;
	color: #463D6B;
}

.b11 {
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	color: #463D6B;
}

.p11 {
	text-align: justify;
	font-size: 11pt;
	color: #463D6B;
}

.b10 {
	text-align: justify;
	font-size: 10pt;
	font-weight: bold;
	color: #463D6B;
}

.b10nj {
	font-size: 10pt;
	font-weight: bold;
	color: #463D6B;
}

.bit10 {
	text-align: justify;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	color: #463D6B;
}

.p10 {
	text-align: justify;
	font-size: 10pt;
	color: #463D6B;
}

.i9 {
	text-align: justify;
	font-style: italic;
	color: #463D6B;
}

.b9nj {
	font-weight: bold;
	color: #463D6B;
}

.p9 {
	text-align: justify;
	color: #463D6B;
}

.b8 {
	text-align: justify;
	font-size: 8pt;
	font-weight: bold;
	color: #463D6B;
}

.b8nj {
	font-size: 8pt;
	font-weight: bold;
	color: #463D6B;
}

.p8 {
	text-align: justify;
	font-size: 8pt;
	color: #463D6B;
}

.p8nj {
	font-size: 8pt;
	color: #463D6B;
}


/* 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;
}

