@charset "utf-8";
/* CSS Document */

h1 {
	font-size: 1.4em;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}

h2 {
}

/* white text */

.whiteLarge {
	color: #FFFFFF;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/* grey text */

.greyTitle {
	font-size: 1.4em;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	line-height:2em;
}


.greyLarge {
	color: #666666;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.6em;
	font-size: 0.9em;
}

.greyMed {
	color: #666666;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.6em;
	font-size: 0.725em;
}

.greyMedBoldText {
	color: #666666;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.6em;
	font-size: 0.725em;
}

.greySmall{
	color: #666666;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

.blueMed{
	color: #2D98C4;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.6em;
}

.BlueLarge{
  font-family:Arial, Helvetica, sans-serif;
  color:#005582;
  font-weight:bold;
  font-size:0.9em;
  text-decoration:none;
  }

/*links*/

.BlueLinksLarge{
  font-family:Arial, Helvetica, sans-serif;
  color:#005582;
  font-weight:bold;
  font-size:0.9em;
  text-decoration:none;
  }
  
.BlueLinksLarge:link{
  font-family:Arial, Helvetica, sans-serif;
  color:#005582;
  font-weight:bold;
  font-size:0.9em;
  text-decoration:none;
}


.BlueLinksLarge:visited{
  text-decoration:none;
}


.BlueLinksLarge:hover{
  text-decoration:underline;
}

.BlueLinksLarge:active{
text-decoration:none;
}
 
.greyMedLink {
	color: #666666;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.greyMedLink:link {
	color: #666666;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.greyMedLink:visited {
	text-decoration: none;
}
.greyMedLink:hover {
	text-decoration: underline;
}
.greyMedLink:active {
	text-decoration: none;
}

/* light blue text */

.blueSmall {
	color: #2D98C4;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* dark blue text */

.darkBlueLarge {
	color: #005582;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}


.NewsTitle {
   font-family:Arial, Helvetica, sans-serif;
   Font-weight:bold;
   font-size:1em;
   color: #2D98C4;
   }
   
.NewsDate {
   font-family:Arial, Helvetica, sans-serif;
   font-size:0.85em;
   color:#666666;
   }
   
.PressReleaseLink {
   font-family:Arial, Helvetica, sans-serif;
   font-size:0.7em;
   color:#000000;
   text-align:right;
   }
   
.Back {
   font-family:Arial, Helvetica, sans-serif;
   font-size:0.7em;
   color:#000000;
   text-align:left;
   }
   
   

/*start of menubar*/
#menu ul {padding:0; margin:0; list-style:none;}

#menu li {float:left; position:relative; width:139px; border-right:#CCCCCC solid 1px;}

#menu li ul {display:none; position:absolute; left:0;}

#menu ul li a {display:block; background:#FFFFFF; font-family:arial; font-size:0.7em; color:#005582; text-decoration:none; padding:5px 0 5px 0;}

#menu ul li ul li a {background:#003366; color:#999999;}

#menu ul li a:hover {background:#003366; color:#FFFFFF;}

#menu li:hover ul{ display: block; }	/* this gets firefox working */
#menu li.over ul{ display: block; }	/* this gets IE working */

/* Fix IE. Hide from IE Mac \*/
html ul li { float: left; height: 1%; }
html ul li a { height: 1%; }
/* End */
/*#menu {z-index:1; position:absolute; left:30; top:27;}
/*end menubar */
.formerror {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FF0000;
}

