body{
  color: #000000;
  font-size: 8px;
  font-family:arial,helvetica; 
  background-image: url(../images001/bg0002.gif);
  background-attachment: fixed; 
  background-position: bottom; 
  background-repeat: repeat-x;	
}
li.normal{
	list-style-type: square;
	list-style-image: none;
}
li.snd
{
	list-style-image: url(../icons/SPEAKER.gif);
}

li.none
{
	list-style-image: url(../icons/BLANK.gif);
	margin-right: 20;
	padding-right: 20;
}

li.pdf
{
	list-style-image: url(../icons/ADOBE.gif);
}

li.slideshow
{
	list-style-image: url(../icons/SLIDESHOW.gif);
}

.atn{
	padding: 3, 0 ,3 ,0;
	position: absolute;
	vertical-align: top;
	height: 20;
	width: 40%;
	top: 0;
	left: 20;
	font-size: 8pt;
	font-weight: bolder;
	color: #708090;
	z-index: 2;
	cursor: hand;
}

.nothing{
border: none;
}

.content{
	padding: 10 10 10 20;
	margin: 10 10 10 20;
  background-attachment: fixed;
  background-position: top;
  background-image: url(../images/bg0003.gif);
}

.footer{
	color: #C4E7C0;
}

a.footer{
	color: #C4E7C0;
}
a.footer:HOVER{
	color: #C4E7C0;
}
a.footer:VISITED{
	color: #C4E7C0;
}
a.footer:ACTIVE{
	color: #C4E7C0;
}

.boxedShaded{
	border : 1px solid #5B8833;
	padding: 0, 10, 0, 10;
	background-color: #FFFAFA;
   font-size: 8px;
   background-image: url(../images/bg0003.gif);
   background-repeat: repeat-x;		  
	width: 99%;
}

h1{
	color: #5E8B34;
	font-size: medium;
	padding: 0, 10, 0, 10;
}

h2{
	color: #5E8B34;
	font-size: small;
	padding: 0, 10, 0, 10;
}

h3{
	color: #5E8B34;
	font-size: x-small;
	padding: 0, 10, 0, 10;
}

tr{
	vertical-align: top;
}

p, ul, li, ol{
  font-size: 10px;
  text-align: justify;
  padding-left: 15;
}
ul, li, p{
	margin-right: 10;
	padding-right: 10;
}
td{
  font-size: 12px;
}

a{
   color: #5B8833;
   text-decoration: none;    
}
   
a:active	 {
   color: #5B8833;
	text-decoration: none;
}
   
a:visited{
   color: #5B8833;
	text-decoration: none;
}        

a:hover {
   color: #5B8833;
	text-decoration: underline;	 
}

table {
    border-style: solid;
    border-color: #FFFFFF;
    border-width: 0px;
    width: 100%;
	vertical-align:top;
}

table.none {
   border-width: 0px;
	vertical-align:top;
}
th {
    background-color: #808080;
	 color: #EEEEEE;
    border-bottom-style: solid;
    border-bottom-color: #808080;
    border-bottom-width: 1px;
    font-size: 12px;
    font-weight: bold;
}

.shadedless {
    background-color: White;
    border-bottom-style: solid;
    border-bottom-color: #F2F2F2;
    border-bottom-width: 1px;
    height: 35px;
    padding: 3px;
}
    
.shaded{
    background-color: #EEEEEE;
    border-bottom-style: solid;
    border-bottom-color: #F2F2F2;
    border-bottom-width: 1px;
    height: 35px;
    padding: 3px;
}