/******************************************************************************
* Defines default styles for site pages.                                      *
******************************************************************************/

a {
  text-decoration: none;
  color:   #675D9A;	
}
a:hover {
	color: #669900;
}

body {
	background-color: #FBFCE1;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	background-image : url(02images/background.gif);
}

h2 {
  font-size: 140%;
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 100%;
}

p {
	text-align: left;
}

pre {
  font-family: Courier New, Courier, monospace;
  font-size: 80%;
}

td, th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: left;
  vertical-align: top;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

ul {
  list-style-type: square;
}

#demoBox {
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  padding: 8px;
  width: 24em;
}

.footer {
  margin-bottom: 0px;
  text-align: center;
}

/* Boxed table styles */

table.boxed {
  border-spacing: 2px;
  empty-cells: hide;
}

td.boxed, th.boxed, th.boxedHeader {
  background-color: #ffffff;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  color: #000000;
  padding: 2px;
  padding-left: 8px;
  padding-right: 8px;
}

th.boxed {
  background-color: #c0c0c0;
}

th.boxedHeader {
  background-color: #808080;
  color: #ffffff;
}

  
td.leftside { background-color: #94A45C; 
  margin-left: 0px;
  margin-top: 0px;} 
  
.preamble { color: #675D9A;
  text-decoration: none; }  
  
.note {
	font-size: 80%;
	color: Black;
}  

#oldbrowser {
	display : none;
}

.title {
	font-weight: bold;
	vertical-align: middle; 
	text-align: right;
}
.input {
	font-weight: bold;
	vertical-align: middle; 
	text-align: left;
}
input.buttA { border-style: inset inset inset inset;
	width: auto;
	font-weight: bold; }
	
.boldheader {
	text-align: left; color: #675D9A; font-weight: bold;   font-size: 120%;
}	

.biglist
{
		text-align: left; color: #675D9A; font-weight: bold; font-size: 14 px;
}

#info_red  {
positon:relative;
background-color: red;
wudth:100%;
color: #FFF;
padding: 0.75em 1.5em 0.5em 5px;
font-size: 12px;
}