/* CSS Document */

body { 
	background-color:#3c67b6; 
	/*left-margin:"0"; */
	/*top-margin:"0"; */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	font-family: "Cooper-Heavy";
	/* font-family: Cooper-Heavy; */
	/* font: Times New Roman;  */

	font-size:9px;

}

td { 
    vertical-align:top;
}

.t1          {				/* Green Text */
	color: #006600;
	font-size: 18pt;
	font-weight: bold;
	text-align: left;
}

.t2 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #003399;           /* #0000FF #003399; */
	font-size: 8pt; 
	font-weight:bold;
	/*size: 1; */
}

.t4 { 						/* Blue Interview heading text */
	  font-family: "Poor Richard";
	  color: #0000FF;
	  /*align:"center"; */
	  font-size: 24px;
	  text-align: center;
	  font-weight: bold;
}


.p1 {						/* Black Emphasised Heading */
	font-size: 24px;
	font-weight: bold;
}

.p2 {						/* Normal Text */
	font-size: 24px;
	text-align: left;
}


.p3 {						/* Survey Text Emphasised*/
	font-size: 24px;
	text-align: left;
	color:	#FF0000;
	font-weight: bold;
}

.p4 {						/* Black Emphasised Heading */
	font-size: 32px;
	font-weight: bold;
}

.p5 {						/* small Black Emphasised text */
	font-size: 16px;
	font-weight: bold;
}

.p6 {						/* copyright text */
	font-size: 12px;
}

.p7 {						/* Page Text - Black Bold */
	font-size:18px;
	font-weight: bold;
}

.p8 {						/* Page Text - Black Bold undecorated links */
	font-size:24px;
	font-weight: bold;
    color:#333333;
	text-decoration:none;
}

.p9 {						/* Page Text - White Bold */
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
}

.p10 {
	font-size: 20px;			/* Page Text - black midsized */
	/* font-weight: bold; */
}

.p11 {						/* Page Text - midsized #0000FF*/
	font-size: 18px;
	color: #CCFFCC  ;
	font-weight: bold;
}

.p12 {						/* Page Expert heading Text - red big bold */
	font-size:  28px;
	color: #FF0000 ;
	font-weight: bold;
}

.p13 {						/* Page headings - Yellow big bold */
	font-size:  28px;
	color: #FFFF66 ;
	font-weight: bold;
}

.p14 {						/* Page highlighted Text - midsized */
	font-size: 18px;
	color: #0000FF  ;
	font-weight: bold;
}

.p15 {						/* Page headings - Yellow big bold */
	font-size:  20px;
	color: #CC0033 ;
	font-weight: bold;
}

.p16 {						/* Page headings - Yellow big bold */
	font-size:  20px;
	color: #FFFFCC ;
	font-weight: bold;
}

.c1 {						/* Survey Text Centred*/
	text-align: center;
}

.notbold {
		   font-size: 18px
}

.nodecoration { 
				text-decoration:none;  
}


.t3 {
	color: #999999;    /* #FFFFFF #66CCFF #809253  */
	font-size: 8pt;
}

a:link {color:#FFFFFF}      /* #999999 unvisited link */
a.temean {color: #0000FF}
/* a:visited {color:#00FF00}  /* visited link */
/*a:hover {color:#FF00FF}  /* mouse over link */
/*a:active {color:#0000FF}  /* selected link */

/*
a.all { 
		text-decoration:none;  
		color: #333333;
}
*/