body {
	margin: 0px 0px;
	background-color: white;
}

.subHead {
	font-family:arial;
	font-size: 12;
	color:#333333;
	font-weight: bold;
}


a {
	text-decoration: none;
	color: white;
}

a:visited {
	text-decoration: none;

}

a:hover {
	text-decoration: underline;
}

ul {
	color: #000000;
}
li {
	list-style-image: url(images/bullet.gif);
	padding-top: 3px;
	list-style-type: none;
}
li a {
color: #54906D;
}


.bodyText {
	font-family: arial;
	font-size: 11 ;
	color: #333333;
}

.bodyTextBold {
	font-family: arial;
	font-size: 11;
	font-weight: bold;
}

.copyright {
	font-family: arial;
	font-size: 10px;
	color: #333333;
}

.navText {
	font-family: arial;
	font-size: 12 ;
	color: #ffffff;
	font-weight: bold;
	padding-left: 8;
}

.navDropdown {
	font-family: arial;
	font-size: 11 ;
	color: #ffffff;
	font-weight: bold;
	padding-left: 8;
	padding-top: 2;
	padding-bottom: 2;
}

.NavOver{
	font-family: arial;
	font-size: 11 ;
	color: #ffffff;
	font-weight: bold;
	padding-left: 8;
	padding-top: 2;
	padding-bottom: 2;
	background-color: #1b512f;
}

.NavOut{
	font-family: arial;
	font-size: 11 ;
	color: #ffffff;
	font-weight: bold;
	padding-left: 8;
	padding-top: 2;
	padding-bottom: 2;
	background-color: #54906e;
}

#glossary{
	color: #54906D;
}
#glossary a{
	color: #54906D;
	text-decoration: underline;
}

	td div {
      /* this makes TDs a container with their own coordinate system.
         absolutely-positioned elements will be offset relative to them */
      position:relative;
      }
	  
	  	td.white { font-family: Arial; font-size: 11px; color: #FFFFFF; }
	td.nav { text-align: center; font-family: Arial; font-size: 11px; color: #FFFFFF; font-weight : bold; cursor: pointer; }
	td.copy { font-family: Arial; font-size: 9px; color: #FFFFFF; }
	td.nav2 { font-family: Arial; font-size: 11px; color: #FFFFFF; font-weight : bold; cursor: pointer; }
	td.nav3 { font-family: Arial; font-size: 10px; color: #FFFFFF; font-weight : bold; cursor: pointer; }
	table.calc { font-family: Arial; font-size: 11px; color: #000000; }

h3.calcu {
	display:inline; color: #FFFFFF; 
}

.calcbox {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	background: #FFFFFF;
	border: inset 1px #663366;
}

.calcboxbold {
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight : bold;
	background: #FFFFFF;
	border: inset 1px #663366;
}

.calcboxgreen {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	background: #99DD99;
	border: inset 1px #663366;
}


.calcbutton {
	font-family: verdana, arial, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	background: #526990;
	border: ridge 1px #000000;
}

.calcbuttonbold {
	font-family: verdana, arial, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	background: #526990;
	border: ridge 1px #000000;
}


.dollar {
	font-size: 13px
}

a.color {
color: #54906D;
}