a.navwhite:link { text-decoration: none; color: #ffffff; font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; }
a.navwhite:visited { text-decoration: none; color: #ffffff; font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; }
a.navwhite:hover { text-decoration: underline; color: #ffffff; font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; }
a.navblack:link { text-decoration: none; color: #000000; font-family: Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold; }
a.navblack:visited { text-decoration: none; color: #000000; font-family: Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold; }
a.navblack:hover { text-decoration: underline; color: #000000; font-family: Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold; }

h1 { text-align: center; font-family: Arial, sans-serif; font-size: 30px; color: #004080; margin: 20px}
h2 { font-family: Arial, sans-serif; font-size: 18px; color: #004080; margin: 20px}
h3 { font-family: Arial, sans-serif; font-size: 12px; font: bold}

body,p,b,i,em,dt,dd,dl,sl,caption,th,td,tr,u,blink,select,option,form,div,li { font-family: Arial, sans-serif; font-size: 12px; }

p {text-align: justify; margin: 20px}
p.Menu {margin: 0; text-align: center; font: bold ; color: black}
p.header {margin: 0; text-align: center;font: bold ; color: #ffffff}
p.centre {text-align: center} 
td.content {width: 100%; vertical-align: top}

/* IE Specific */
body, textarea {
  scrollbar-3dlight-color: #808080;
  scrollbar-highlight-color: #808080;
  scrollbar-face-color: #004080;
  scrollbar-shadow-color: #808080;
  scrollbar-darkshadow-color: #805B32;
  scrollbar-arrow-color: #000000;
  scrollbar-track-color: #F8EFE2;
}
/* END IE Specific */

.menusectionstyle {
	position: absolute;
	color: black;
	border: black;
	border-style: solid; 
	border-top-width: 6px; 
	border-bottom-width: 3px; 
	border-left-width: 1px; 
	border-right-width: 1px; 
	background-color: #EFEFEF; 
	z-index: 1; 
	visibility: hidden; 
} 
.menusectionitem { 
	text-decoration: underline; 
	color: purple; 
	font-size: 12px; 
	font-family: courier, monospace; 
	line-height: 18px; 
} 
.menusectionitem:hover { 
	text-decoration: none; 
	color: blue; 
	font-weight: bold; 
}


