/* This is the default style sheet which is applied to all browser geometries */

/* Start by resetting everything to zero
   so it looks the same in every browser */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, table,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body 
{
	margin-left:1em;
	margin-right:1em;
	margin-bottom:1em;
	margin-top:.5em;
	line-height: 1;
	color: black;
	background: white;
}
ol, ul 
{
	list-style: disc;
}
/* tables still need 'cellspacing="0"' in the markup */
/*table 
{
	border-collapse: separate;
	border-spacing: 0;
}*/
caption, th, td 
{
	text-align: left;
	font-weight: normal;
	padding:4px;
}
blockquote:before, blockquote:after, q:before, q:after 
{
	content: "";
}
blockquote, q 
{
	quotes: "" ""; }


/* ###### Body Text ###### */

body {
  background-color: white;
  color: black;
  font-family: verdana, tahoma, helvetica, arial, sans-serif;
  font-size: 95%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

h1, h2, h3 {
  font-family: "trebuchet ms", tahoma, sans-serif;
}

h1 {
  font-weight: bold;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 0.5ex;
}
h2 {
  font-weight: bold;
  font-size: 130%;
  padding-bottom: 0.5ex;
}
h3 {
  font-weight: bold;
  font-size: 120%;
}

img {
  border: none;
}

q {
  font-family: tahoma, verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  border-style: dotted;
  border-width: 2px;
  margin: 0 1em 1ex 1em;
  padding: 0.5ex 0.5ex 0.5ex 1ex;
  width: 9em;
  float: left;
}

acronym {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  cursor: help;
}

code {
  font-family: "lucida console", monospace;
  font-size: 90%;
}

dt {
  font-weight: bold;
}

dd {
  padding-bottom: 1.5em;
}

#bodyText {
  /*text-align: justify;*/
  line-height: 1.25em;
  padding: 0 1em 1ex 1em;
}

#bodyText p {
  padding-bottom: 2ex;
}

#bodyText .plainlink
{
	border-bottom:none;
	padding:0;
}

#bodyText a {
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#bodyText a:hover {
  border-bottom: none;
}

#bodyText .topOfPage {
  font-size: 90%;
  font-weight: bold;
  font-variant: small-caps;
  text-decoration: none;
  border: none;
  padding-left: 1ex;
  padding-right: 1ex;
  float: right;
}

.smallCaps {
  font-variant: small-caps;
}


/* ###### Header ###### */

#header {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  padding: 0 2.5mm 0 5mm;
  background-repeat: no-repeat;
}


.menuBar {
  float: left;
  margin-bottom:4px;
}

.locBar {
  float: right;
}

.menuBar *, .locBar * {
  text-decoration: none;
  font-weight: bold;
  padding-right: 1ex;
}

.menuBar a:hover, .locBar a:hover {
  text-decoration: underline;
}

/* ###### Footer ###### */

#footer {
  padding-left:3mm;
  padding-top: 0.75ex;
  padding-bottom: 0.75ex;
  clear: both;
}

#footer div {
  font-size: 85%;
  line-height: 1.25em;
  text-align: right;
  padding-right: 3mm;
}

#footer a:hover {
  text-decoration: none;
}

.footerLHS
{
  float: left;
  clear: left;
  padding-left: 3mm;
}

/*******************************************************************
 * TITLE: Color Scheme Stylesheet for Blue Haze                    *
 * MODIF: 2003-01-05 1608 +0800                                    *
 *******************************************************************/


/* ------------------------------------------------------------------------
   Four basic colors are used to render Blue Haze. These are:
     1. Text Color
     2. Border Color
     3. Background Color (darker)
     4. Background Color (lighter)
   
   To change the above colors, just edit their respective values below.
------------------------------------------------------------------------ */


/* ###### General Color Scheme ###### */

h1, h2, h3, q, #header div, #header div *, #footer *, .headerTitle, .sideBox2 div, .sideBox div, .topOfPage
{ /* Text Color: */  color: #4080ff; }

h1, q,  #header, .sideBox, .sideBox2, .sideBox div, .sideBox2 div
{ /* Border Color: */  border-color: #0080ff; }

#header, .sideBox div, .sideBox2 div, .sideBox a:hover, .sideBox2 a:hover, .sideBox .thisPage, .sideBox .thisPage
{ /* Background Color (darker): */  background-color: #e8f0ff; }

q, .sideBox a, .sideBox2 a, .sideBox span, .sideBox2 span
{ /* Background Color (lighter): */  background-color: #fafcff; }


/* ###### Special Colors ###### */

acronym {
  color: blue;
  border-bottom-color: blue;
}

#bodyText a {
  color: #4080ff;
  border-bottom-color: #4080ff;
}

#footer {
  background-color: #f2f6ff;
}
.centre
{
	text-align:center;
}
.bo
{
	font-weight:bold;
}
.it
{	
	font-style:italic;
}
th
{
	text-align:right;
	font-weight:bold;
}
li
{
	margin-left:2em;
}

/* comments in the stupid email page */
div.comment
{
	color:#8b0000;
	font-weight:bold;
}
ul.noliststyle, ul.noliststyle ul
{
	list-style:none;
}
ul.noliststyle li
{
	margin-left:1em;
}
ul.noliststyle ul li
{
	padding-left:1.5em;
}
.comment
{
	color:#000;
	font-size:75%;
}
.lo, .noliststyle .lo, .mo, .do
{
	background:#e8f0ff;
	text-align:left;
}
.le, .noliststyle .le, .me, .de
{
	background:#fafcff;
	text-align:left;
}
.y a, .n a
{
	text-align:left;
}
.g5
{
	background-color:#fffc17;
}
.g5:hover
{
	background-color:#fffcb7;
}
.g4
{
	background-color:#0f0;
}
.g4:hover
{
	background-color:#8f8;
}
.g2
{
	background-color:#da7064;
}
.g2:hover
{
	background-color:#da8864;
}
.g1
{
	background-color:#f00;
}
.g1:hover
{
	background-color:#ff7070;
}

#bodyText .y a, #bodyText .n a
{
	display:inline;
	border-bottom:none;
}
#bodyText .lo a, #bodyText .le a
{
	display:block;
	border-bottom:none;
}
#bodyText .mo a, #bodyText .me a
{
	border-bottom:none;
}
.lo:hover, .x:hover, .mo:hover
{
	background:#e4ebff;
}
.le:hover, .g3:hover, .g0:hover, .me:hover
{
	background:#f3f6ff;
}

#filter
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:2em;
}

#filter ul 
{
	list-style:none;
	padding:0;
	margin:0;
	padding-bottom:4px;
}
#filter li
{
	display:inline;
	padding:0;
	margin:0;
}
#filter li a:link, #filter li a:visited
{
	display:inline;
	margin-right:2px;
	padding:3px 10px 2px 10px;
	background:#EDF2F2;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
}
#filter li a:hover
{
	background:#E0E9E9;
}
#bodyText .k 
{
	list-style-image:none;
	margin-left:-1.5em;
	line-height:2em;
}
#bodyText .y
{
	font-weight:bold;
}

.bobby
{
	display:none;
}
#news
{
	color:black;
}
