BODY
	{ 
	scrollbar-arrow-color: #FFFFCC;
	scrollbar-base-color: #FFFFCC;
	scrollbar-shadow-color: #e6e6e6;
	scrollbar-face-color: #e6e6e6;
	scrollbar-highlight-color: #e6e6e6;
	scrollbar-dark-shadow-color: white;
	scrollbar-3d-light-color: #e6e6e6;
	}


BODY, TD, TH, P
	{
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	}

BODY, TABLE, TABLE.menu TD, TD.menu, TD.body
	{
	margin: 0px 0px 0px 0px;
	background-position: 50% 100%;
        background-color: #e6e6e6;
	}

P
	{
	margin: 0px 0px 12px 0px;
	color : #565051;
	}

p + p {
  text-indent: 1.5em;
  margin-top: 0 }
	
div.uppercase { text-transform: uppercase; }

A:link
		{
		color: #004000;
		text-decoration: underline;
		font-weight: normal;
		}
	
A:active
		{
		color: #004000;
		text-decoration: underline;
		}

A:visited
		{
		color: #504A4B;
		text-decoration: underline;
		}

A:hover
		{
		color: #738F5C;
	        font-weight: normal;
		}

#example {
  z-index: 0;
  width: 190px;
  height: auto;
  position: relative;
}
#example img {
  z-index: 1;
}
#example span {
  display: none;
}
#example:hover span {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 2px 2px;
  background:  #e6e6e6;
  color: #565051;
  font-weight: bold;
  font-size: 0.8em;
}

#example1 {
  z-index: 0;
  width: 150px;
  height: auto;
  float: left;
  position: relative;
}
#example1 img {
  z-index: 1;
}
#example1 span {
  display: none;
}
#example1:hover span {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 2px 2px;
  background:  #e6e6e6;
  color: #565051;
  font-weight: bold;
  font-size: 0.8em;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position: absolute;
top: 200px;
width: 130px;
}

#menu dt {
cursor: crosshair;
background: #94AA74;
height: 30px;
line-height: 28px;
margin: 2px 0;
border: 1px solid gray;
text-align: center;
font-weight: bold;
}

#menu dd {
position: absolute;
z-index: 100;
left: 7em;
margin-top: -1.5em;
width: 130px;
background: #94AA74;
border: 1px solid gray;
display: none;
}

#menu a:hover {
text-decoration: none;
text-transform: uppercase;
background-color: #e6e6e6
}

#menu ul {
padding: 2px;
}

#menu li {
text-align: center;
font-size: 95%;
height: 24px;
line-height: 20px;
}

#menu li a, #menu dt a {
color: #000;
text-decoration: none;
font-weight: bold;
display: block;
}

#menu li a:hover {
font-weight: bold;
background-color: #e6e6e6
}

#mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
top : 100px;
bottom : 150px;
left : 130px;
color: #000;
background-color: #ddd;
}
#mentions a {text-decoration: none;
color: #222;
}
#mentions a:hover{text-decoration: underline;
font-weight: bold;
background-color: #e6e6e6;
}

img.border {
border: 2px solid #004000 ;
padding: 3px ;
}

a img {
		padding: 5px;
		border: 1px solid #004000;
		margin: 2px;
	}
 
a img:hover {
		border-color: #B40404;
	}

h1
	{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 27px; 
	font-weight: bold; 
	text-decoration: underline; 
	color: #004000;
	margin-top: .2em;
	margin-bottom: .2em;
	}

h2
	{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color : #004000;
	font-size : 18px;
	font-style : italic;
	font-weight : normal;
	letter-spacing: .2em;
	margin-top: 0em;
	margin-bottom: 0em;
	}

h3
	{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color: #595454;
	font-size : 14px;
	font-weight : normal;
        font-variant: small-caps;
	letter-spacing: .2em;
	margin-top: 0em;
	margin-bottom: 0em;
	}

h4
	{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color : #738F5C;
	font-size : 10px;
	font-weight : bold;
	letter-spacing:.2em;
	margin-top : 0em;
	margin-bottom :0em;
        margin-left : 0em;
	}

h5
	{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color: #738F5C;
	font-size : 12px;
	font-weight : bold;
	margin-top: 0em;
	margin-bottom: 0em;
	}

h6
	{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color : #738F5C;
	font-size : 16px;
	font-style : italic;
	font-weight : bold;
	letter-spacing:.2em;
	margin-top : 0em;
	margin-bottom :0em;
        margin-left : 12em;
	}
	
.header
	{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color : #B40404;
	font-size : 16px;
	font-weight : bold;
	letter-spacing:.1em;
	margin-top : 0em;
	margin-bottom :0em;
        margin-left : 13em;
	}

.instructtext
	{
	color: #004000;
	font-size : 13px;
	font-weight : bold;
	letter-spacing:.0em;
	margin-left: .0em;
	margin-right: .0em;
        text-align: center;
	}

.factext
	{
	color: #004000;
	font-size : 13px;
	font-weight : bold;
	letter-spacing:.0em;
	}

.factext2
	{
	color: #303030;
	font-size : 12px;
	font-weight : normal;
	letter-spacing:.2em;
	margin-top : 0em;
	margin-bottom :0em;
	margin-left: .8em;
	margin-right: .8em;
	}

div.scroll {
height: auto;
width: 600px;
overflow: auto;
border: 0px solid;
background-color: #e6e6e6;
padding: 0px;
}

div.scroll1 {
height: 300px;
width: 600px;
overflow: auto;
border: 0px solid;
background-color: #e6e6e6;
padding: 0px;
}

div.scroll2 {
height: 220px;
width: 600px;
overflow: auto;
border: 0px solid;
background-color: #e6e6e6;
padding: 0px;
}

ul {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
line-height: 2em;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: #565051;
text-decoration: none;
text-indent: 5px;
list-style-position: outside;
list-style-type: square;
padding: 6px;
margin: 2px;
}

.address
	{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	text-decoration: none;
	color: #595454;
	font-size : 13px;
	font-weight : normal;
	}

.footer
	{
	color: #004000;
	font-size : 10px;
	font-weight : normal;
	}


