BODY, TD  {
	font-family : arial;
	font-weight : normal;
	color : black;
	font-size : 10pt;
	font-style : normal;
}

.smaller {
	font-size : 8pt;
}

A  {
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	color : 0B4D40;
}

A:hover	{
	color : 018069;
	text-decoration : underline;
}

.tiny {
	font-size: 9px;
	}
	
.tinywhite {
	font-size: 9px;
	color : FFFFFF;
	}
	
.bigger {
	font-size: 11px;
	}
	
.minorHeader {
	font-size: 15px;
	font-weight : bold;
	}
	
TD.inputtd {
	font-size: 9px;
	text-align: center;
	}
	
.colhead {
	font-size: 11pt;
	font-weight : bold;
	color : 0B4D40;
	}
	
.whatsnew {
	font-size : 8pt;
	margin : 5px 8px 5px 8px;
}

hr {
	size : 2;
	color : 0B4D40;
	}


.bufferzone {
	margin : 0px 0px 0px 0px;
}
/*  margin : top right bottom left; */


/*  Drop menu section  */

#menuHolder {
	position:relative;
	}

#rootMenu {
	position:absolute;
	width:98%;
	left:0;
	top:0;
	}

.dropTrigger {
	float:left;
	border-left:solid 1px #0B4D40;
	padding: 0 5px 0 5px;
	}
						 
.dropMenu {
	position:absolute;
	white-space : nowrap;
	margin-top:16px;
	display:none;
	clear:left;
	border-top:solid 1px #0B4D40;
	border-right:solid 1px #0B4D40;
	border-left:solid 1px #0B4D40;
	border-bottom:solid 1px #0B4D40;
	background-color:white; 
	}
					
.dropLink, #placeHolder {
	display:block;
	font-weight:bold;
	text-decoration:none;
	color: 008198;
	}

div>#placeHolder {
	text-align:left;
	}

.dropLink {
	display:block;
	padding: 1px 5px 1px 5px;
	}

.rootLink {
	text-align:left;
	border-bottom:none;
	}				

#placeHolder {
	display:block;
	visibility:hidden;
	}



