body {
   background-color: #f8f8ff;
   color: black;
   font-family: Arial, Tahoma, sans-serif;
   font-size: 10pt;
   font-style: normal;

   scrollbar-face-color: #ffdab9;
   scrollbar-highlight-color: #ffefd5;
   scrollbar-3dlight-color: #f0f7ff;
   scrollbar-darkshadow-color: #ffebcd;
   scrollbar-shadow-color: #ffefd5;
   scrollbar-arrow-color: #ff4500;
   scrollbar-track-color: #fffff0;
   scrollbar-base-color: #fff5ee;
}

.wrap {
	width: 80%;
   background-color: white;
	border: 1px solid #ffd49f;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

.logo {
	width: 80%;	
   background-color: white;
	border: 1px solid #ffd49f;
	text-align: center;
	margin-top: 20px;	
	margin-left: auto;
	margin-right: auto;
	padding: 0px;	
}

.menu {
	width: 24%;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;		
	margin-top: 1px;
	margin-left: 1%;
	float: left;
/*	background-color:#FFFFFF;
	border: 2px solid black;*/
}

.content {
	margin-left: 30%;
	margin-top: 1px;
	padding: 10px;
}

.menusections {
   background-color: #fffff0;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid #ffe4c4;
	padding-left: 10px;
	padding-right: 10px;
}

.item {
	background-color: #fffff0;
	border: 1px solid #ffe4c4;
   padding: 10px;	
}

.footer {
	padding: 15px;
	margin: 0px;
}

.clean {
	clear: both;
}

/*.footer ul li{
color : #000000;
background-color : transparent;
display: inline;
}

.footer ul li a{
color : #115EAC;
background-color : transparent;
text-decoration : none;
}

.footer ul li a:hover{
text-decoration : underline;
}*/

TD {
   background-color: transparent;
   color: gray;
   font-family: Arial, Tahoma, sans-serif;
   font-size: 10pt;
   font-style: normal;
}

h1 {
   font-size: 13pt;
   color: black;
   background-color: #fff5ee;
   padding: 3px;
	border: 1px solid #ffe4c4;
   text-align: center;
   font-weight: bold;
}

h2 {
   font-size: 11pt;
   font-weight: bold;
	border: 1px solid #ffe4c4;  
   padding: 3px;
   color: black;
   background-color: #fff5ee;
}

h3 {
   font-size: 12pt;
   font-weight: bold;
   padding: 3px;
   color: #ffa451;
   background-color: #fffafa;
	text-align: center;
   text-decoration: none;
   font-style: italic;
   font-family: "Times New Roman", serif;
	border: 1px solid #ffe4b5;
}

h4 {
   padding: 5px;
   font-size: 10pt;
   color: black;
   background-color: #fffafa;
}

h5 {
   font-size: 12pt;
   text-align: center;
   font-family: "Times New Roman", serif;
   font-style: italic;
}

h6 {
   font-size: 10pt;
   font-weight: bold;
   padding: 3px;
   color: black;
	background-color: white;
	border: 1px solid #ffe4c4;
   text-align: left;
   text-decoration: none;
   font-style: normal;
   font-family: Arial, Tahoma, sans-serif;
}

P {
   padding: 2px;
}

A {
   font-size: 10pt;
}

A:link {
   font-weight: bold;
	color: orange;
   background-color: transparent;
   text-decoration: none;
}

A:visited {
   font-weight: bold;
	color: orange;
   background-color: transparent;
   text-decoration: none;   
}

A:hover {
   font-weight: bold;
   text-decoration: none;
   color: fuchsia; 
   background-color: transparent;
   border-bottom: 1px dotted fuchsia;
}

A:active {
   font-weight: bold;
   text-decoration: none;
   color: orange;   
   background-color: transparent; 
   border-bottom: 1px dotted orange;
}
/*
.menu A {
   font-size: 10pt;
}

.menu A:active {
   font-weight: bold;
   text-decoration: none;
   color: black; 
   background-color: #00b902;
   border: 2px solid black;
   padding: 2px;   
}

.menu A:hover {
   font-weight: bold;
   text-decoration: none;
   color: black; 
   background-color: #00b902;
   border: 2px solid black;
   padding: 3px;   
}*/

ul.nobullets {
   list-style: none;
   margin-left: 5px;  
   padding-left: 0px;
}

li.nobullets {
   list-style: none;
   padding-top: 5px; 
   margin-left: 0px;
   padding-left: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
}

.disc {
   display: block;
   list-style-type: disc;
}

li {
   padding-top: 6px;   
}

.ctr {
   text-align: center;
}

.right {
   text-align: right;
   padding-right: 5px;
   padding-top: 0px;
   padding-bottom: 0px;
}

.copyrt {
   text-align: center;
   font-size: 8.5pt;
   font-style: italic;
   padding : 10px;
}

.pubs {
   padding-top: 0px;
   padding-bottom: 0px;
}

.highlight1 {
   font-size: 12pt;
   font-weight: bolder;
}

.combobox {
background-color: #FFFFFF;
color: #000000;
font-size: 10pt;
font-family: Arial, Tahoma, sans-serif;
font-weight: bold;
}