body {
	font-family: Arial, helvetica, sans-serif;
	background-color: #dad5db;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:active {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
}
a:hover {
	color: #363636;
}

td {
	font-family: Arial, helvetica, sans-serif;
}

th {
	font-family: Arial, helvetica, sans-serif;
}


.body {
	font-family: Arial, helvetica, sans-serif; ;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF
}

.body2 {
	font-family: Arial, helvetica, sans-serif; ;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF
}

.sublink {
	font-family: Arial, helvetica, sans-serif; ;
	font-size: 11px;
	font-weight: bold;
	color: #01224f;
}

.heading {
	font-family: Arial, helvetica, sans-serif; ;
	font-size: 14px;
	font-weight: bold;
	color:#293d80
}

.heading2 {
	font-family: Arial, helvetica, sans-serif; ;
	font-size: 14px;
	font-weight: bold;
	color:#01224f
}

.heading3 {
	font-family: Arial, helvetica, sans-serif; ;
	font-size: 14px;
	font-weight: bold;
	color:#CCCCCC
}
.large {
	font-family: Arial, helvetica, sans-serif; ;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 2px;
	color: #FFFFFF;
	
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 20px Arial, Helvetica, sans-serif;
text-decoration: none;
line-height:20px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #999999;
}

/* fix alpha png on ie */
img {
  behavior: url("ie-png.htc");
}