/***************************************************************
 * TITLE: Common Stylesheet for Blue Haze                      * 
 * URI  : http://www.oswd.org/design/xxx/bluehaze/bluehaze.css *
 * MODIF: 2003-01-05 1608 +0800                                *
 ***************************************************************/


/* ###### Browser-specific Styles ###### */

/* For IE & Mozilla-based browsers: */

.LHS {
 display: none;
}

.RHS {
 display: none;
}

/* For Mozilla-based (CSS2-fully complaint) browsers only: */

[class~="LHS"] {
  display: none;
}

[class~="RHS"] {
  display: none;
}


/* ###### 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;
  font-size: 150%;
  padding-bottom: 0.5ex;
}

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;
}

#image {
  display: none;
   }


#image_260 {
  display: none;
}


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;
}


.smallCaps {
  font-variant: small-caps;
}


/* ###### Header ###### */

#header {
 display: none;
}

#header h1 { 
display: none;
	}
#header h1 span {
	display:none
	}

/* set millions of background images */
.rbroundbox { display: none; }
.rbtop div { display: none; }
.rbtop { display: none; }
.rbbot div { display: none; }
.rbbot { display: none; }

/* height and width stuff, width not really necessary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
display: none;
}
.rbcontent {display: none;}
.rbroundbox { display: none; }

.rbinside { display: none;}

.rbcontent a, .rbcontent a:hover, .rbcontent span {
 display: none;
}

.rbcontent div {
 display: none;
}



/* ###### Footer ###### */

#footer {
 display: none;
}

#footer div {
display: none;
}

#footer a:hover {
 display: none;
}

.footerRHS {
 display: none;
}


body, p, td, th, ul, a, h1, h2, h3 {
background-color: #fff;
color: #000;
font-family: "Times New Roman", Garamond, serif;
font-size: 12pt;
}

#bodyText {
background-color: #fff;
width: 100%;
border: none;
}

#header, #footer, .rbroundbox { display: none; }

a
{ text-decoration: none}

#noprint
{
display: none;
}

