body {
	background-color: #20B29A;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  scrollbar-face-color: #FAFAFA;
  scrollbar-shadow-color: #FAFAFA;
  scrollbar-3dlight-color: #ABBDD5;
  scrollbar-darkshadow-color: #ABBDD5;
  scrollbar-highlight-color: #FAFAFA;
  scrollbar-track-color: #FFFFFF; 
  scrollbar-arrow-color: #D5BCBB;	
	font-family: Arial, Tahoma;
	font-size: 10pt;
	color: #000000;
  a {color: #000000; text-decoration: none; font-weight:bold;}
	a:hover {text-decoration: underline; font-weight:bold;}	
}

td {font-family: Arial, Tahoma; font-size:10pt;}
td a {color: #000000; text-decoration: none; font-weight:bold;}
td a:hover {text-decoration: none; font-weight:bold;}


ul {
	font-family: Arial, Tahoma;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 140px; /* Width of Menu Items */
	border-bottom: 1px solid #000000;
text-decoration: none;

	}
	
ul li {
	position: relative;

text-decoration: none;
	}
	
li ul {
	position: absolute;
	left: 139px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	text-decoration: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	background-color: #CCCCCC; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #000000; /* IE6 Bug */
	border-bottom: 1;
/* UnComment if You Want have Shadow
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
*/
        }
#nav ul li a:hover{ /*Theme Change here*/
background-color: #5A7394; color: #FFFFFF;
	text-decoration: none; 
}

#nav li a:hover{ /*Theme Change here*/
background-color: #5A7394; 	color: #FFFFFF;
	text-decoration: none;   display: block;
}


/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%;}
* html ul li a { height: 1%;}
/* End */

li:hover ul, li.over ul { display: block; background-color: #5A7394; text-decoration: none;} 
li:hover ul ul, li.over ul ul {display: none; text-decoration: none;} 
ul ul li:hover ul, ul ul li.over ul {display: block; background-color: #5A7394; text-decoration: none;} 

p {
	font-family: Arial, Tahoma;
	font-size: 10pt;
	color: #000000;
}

H1 {font-size:12pt; font-weight:bold; color: #000000; text-decoration:none;}
a.h1 {color: #4E667C; text-decoration: none;}
.wit {color: #FFFFFF;}

H2 {font-size:10pt; font-weight:bold; color: #000000; margin-bottom: 0; padding-bottom: 0; text-decoration:none;}
.kop {font-size:9pt; color: #7E4441;}
.top {font-family: Arial, Tahoma; font-size:8pt; color: #869AAE; text-decoration:none;}
a.top {font-family: Arial, Tahoma; font-size:8pt; color: #4E667C; text-decoration:none;}
.bottom {font-family: Arial, Tahoma; font-size:8pt; color: #869AAE; text-decoration:none;}
a.bottom {font-family: Arial, Tahoma; font-size:8pt; color: #4E667C; text-decoration:none;}
.small {font-family: Arial, Tahoma; font-size:8pt; color: #D2DCE4; text-decoration:none;}
a.small {font-family: Arial, Tahoma; font-size:8pt; color: #D2DCE4; text-decoration:none;}

	textarea.lvgo {
	   background-color : #FFFFFF; 
	   background-image : url(/pics/box.gif); 
	   border-bottom : 1px solid ; 
	   border-left : 1px solid ; 
	   border-right : 1px solid ; 
	   border-top : 1px solid ; 
	   border-color : #BCBCBC; 
	   margin-left : 5px; 
	   margin-top : 2px; 
	   margin-bottom : 3px; 
	   margin-right : 0; 
	   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
	   font-size : 12px; 
	   overflow : auto; 
	}
	input.lvgo {
	   background-color : #FFFFFF;
	   background-image : url(/pics/box.gif);
	   background-attachment : fixed;
	   border-bottom : 1px solid;
	   border-left : 1px solid;
	   border-right : 1px solid;
	   border-top : 1px solid;
	   border-color : #BCBCBC;
	   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	   font-size : 12px;
	   background-position: left top;
	} 
