#basecolour {background-color: #CCCCFF;}

PRE, CODE, TT {
  font-family: monospace;
}


body, td, h1, h2, h3, h4, h5, h6, th, dt {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : small;
}

 		
A, ADDRESS, BLOCKQUOTE, BODY, CITE, CODE, DD, DEL, DFN, DIV, DL, DT, EM, FORM, H1, H2, H3, H4, H5, H6, IFRAME, IMG, KBD, LI, OBJECT, OL, P, Q, SAMP, SMALL, SPAN, STRONG, SUB, SUP, UL, VAR, APPLET, BIG, CENTER, DIR, FONT, HR, MENU, PRE, ABBR, ACRONYM, BDO, BUTTON, FIELDSET, INS, LABEL, LEGEND {
  word-spacing: normal;
  letter-spacing: normal;
  text-transform: none;
  text-decoration: none;
  border-top: black none;
  border-right: black none;
  border-bottom: black none;
  border-left: black none;
  color: black;
}	

		
BODY {
  	color: black;
  	margin-top: 0.5em;
  	margin-left: 0.5em;
  	margin-right: 1em;
  	margin-bottom: 1em;
  	padding-top: 0pt;
  	padding-left: 0pt;
  	padding-right: 0pt;
  	padding-bottom: 0pt;
  	border-top: 0pt;
  background-color: #FFFFFF;
  border-right: 0pt;
  border-bottom: 0pt;
  border-left: 0pt;
}	

		
EM {
  	font-style: normal;
  	font-weight: bold;
  	color: black;
}	

		
STRONG {
  	font-style: italic;
  	font-weight: bold;
  	color: black;
}	

		
EM STRONG, STRONG EM {
  	text-transform: uppercase;
  	font-style: normal;
  	font-weight: bolder;
  	color: black;
}	

		
.warning {
  	text-transform: none;
  	font-style: normal;
  	font-weight: bolder;
  	color: red;
}			

		
VAR, CITE, DFN, .note {
  	font-style: italic;
}	

		
ADDRESS {
  	font-style: normal;
  	letter-spacing: .1em;
}	

		 		
ACRONYM {
  	font-variant: small-caps;
  	letter-spacing: 0.1em;
}	

		
HR {
  	color: black;
}	

		
.colophon {
  	display: none;
}	

		
CAPTION, COL, COLGROUP, TABLE, TBODY, TD, TR {
  	color: black;
  	text-decoration: none;
}	

H1 {
  font-size: 1.2em;
  text-align: center;
}

H2 {
  text-align: left;
  font-size: 1.1em;
}

H3 {
  text-align: left;
  font-size: 1em;
  text-indent: .5em;
}

H1.HEADER {
  font-size: 1.2em;
  text-align: center;
  margin-top: .5em;
}


DIV.LOGO {
  position: absolute;
  top: 5px;
  left: 5px;
}

DIV.HEAD {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
}

DIV.FOOT {
  width: 670px;
  height: 3em;
 margin-left: 130px;

  font-size: .8em;
}

DIV.LMENU {
  width: 128px;
  height: 30em;
  position: absolute;
  top: 100px;
  left: 0px;
}

DIV.RMENU {
  width: 128px;
  height: 30em;
  position: absolute;
  top: 0px;
  right: 0px;
}


DIV.BODY {
  background-color: white;
  margin-left: 135px;
  padding-top: 2em;
}

DIV.PIC {
  background-color: white;
  position: absolute;
  width: 800px;
  top: 140px;
  left: 0px;
}

TABLE.PC {
  width: 1000px;
  background-color: #CCCCCC;
  margin-left: 0.5%;
}
TABLE.P {
  width: 1000px;
  background-color: #CCCCCC;
  margin-left: 0.5%;
  border-top: thin black solid; 
  border-right: thin black solid; 
  border-bottom: thin black solid; 
  border-left: thin black solid;
}

TD.P {
  background-color: white;
}
TD.PC {
  background-color: #CCCCCC;
}

FORM.T {
  margin-bottom: 0px;
  margin-top: 0px;
}

A:link {
	FONT-SIZE: 1em; COLOR: #0000ff; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif,"MS sans serif"; TEXT-DECORATION: none
}
A:visited {
	FONT-SIZE: 1em; COLOR: #0000ff; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif,"MS sans serif"; TEXT-DECORATION: none
}
A:active {
	FONT-SIZE: 1em; COLOR: #333333; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif,"MS sans serif"; TEXT-DECORATION: none
}
A:hover {
	FONT-SIZE: 1em; COLOR: #000000; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif,"MS sans serif"; TEXT-DECORATION: underline
}

.itemBorder {
  border-top: 1px #666666 solid;
  border-right: 1px #666666 solid;
  border-bottom: 1px #666666 solid;
  border-left: 1px #666666 solid;
}

.itemButton {
  border-top: thin #FFFFFF outset;
  border-right: thin #FFFFFF outset;
  border-bottom: thin #FFFFFF outset;
  border-left: thin #FFFFFF outset;
}

.itemText {
  text-decoration: none;
  color: #000000;
  font-family: Verdana, Sans-serif;
  font-size: 12px;
  font-weight: bold;
}

/*           Font settings -- change your font, colour, alignment etc.           Insert 'font-weight: bold;' or 'font-style: italic;' without quotes if you want.           Note that items contain <A HREF> tags, so if your other stylesheets style anchor tags,           you may want to manually override the settings for :link, :visited etc. here.          */
.lowText, a.lowText:link, a.lowText:visited, a.lowText:active,a.lowText:focus {
  color: #000000;
  text-align: left;
  font-weight: bold;
  text-decoration: none;
  font-family: Verdana, sans-serif;
  font-size: 12px;
}

.highText,  a.highText:link, a.highText:visited, a.highText:active,a.highText:focus{
  color: #000000;
  text-align: left;
  font-weight: bold;
  text-decoration: none;
  font-family: Verdana, sans-serif;
  font-size: 12px;
}

.itembuttonBorder {
  border-top: thin #FFFFFF outset;
  border-right: thin #FFFFFF outset;
  border-bottom: thin #FFFFFF outset;
  border-left: thin #FFFFFF outset;
}

.itemBorderBlank {
  border-top: 1px #CCCCDD solid;
  border-right: 1px #CCCCDD solid;
  border-bottom: 1px #CCCCDD solid;
  border-left: 1px #CCCCDD solid;
}

P {
  margin-top: 1em;
  margin-right: 1em;
  margin-left: 1em;
  margin-bottom: 1em;
}

TABLE {
  margin-top: 1em;
  margin-right: 1em;
  margin-left: 1em;
  margin-bottom: 1em;
}

BLOCKQUOTE {
  font-family: "Times New Roman";
}
