
body {
	margin: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.largetext { font-size: 16px;  font-weight: bold;  }
.texthighlight {   background-color: inherit;   color: green;}
.emphasisedtext {   color: red;   background-color: inherit;  font-weight: normal;   font-size: 12px; }

p {   margin: 0;   padding: 0 0 0px 0;   display: block;}



.page_footer {  
font-size: 12px;  
font-weight: normal;  
color: #999999;  
background-color: inherit;}

hr {  color: #4B5870;  background-color: #4B5870;  border-width: 0px;  height: 1px;}



h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: Black;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 1px;
	margin-top: 5px;
	text-align: center;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: Black;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 1px;
	margin-top: 5px;
	text-align: center;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Black;	
	font-size: 11px;

}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: purple;
}
a {
	color: Black;
	text-decoration: none;
}
/* Form Input Display */
form {
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
}
input,select {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:12px;
font-weight:normal;
width:153px;
padding:7px 0;
color:#ffffff;
background: #7D2EA5;
text-decoration:none;
margin-right:1px;
text-align:center;
}
/* style the links hover */
.menu :hover{
color:#444;
background: #E6D0F2;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:145px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
