.sz1  {
	font-size : 8pt;
	font-family :Arial,Helvetica,sans-serif;
}

.sz1b  {
	font-size : 8pt;
	font-family : Arial, Helvetica,sans-serif;
	font-weight : bold;
}

.sz1w  {
	font-size : 8pt;
	font-family : Arial, Helvetica,sans-serif;
	color : white;
}

.sz2  {
	font-size : 9pt;
	font-family : Arial, Helvetica;
}

.sz2w  {
	font-size : 9pt;
	font-family : Arial, Helvetica;
	color : white;
}

.sz2nj  {
	font-size : 9pt;
	font-family : Arial, Helvetica;
}

.sz2b  {
	font-size : 9pt;
	font-family : Arial, Helvetica;
	font-weight : bold;
}

.sz3  {
	font-size : 11pt;
	text-align : justify;
	font-family : Arial, Helvetica, sans-serif,Verdana, Geneva;	
}

.sz4  {
	font-size : 12pt;
	font-family : arial, helvetica;
	text-align : justify;
}

.pageHeader {
	font-size: 8pt;
	font-family: Arial, Helvetica;
	color: #f1f1f1;
	background-color: #016CB2;
	display: block;
	width: 100%;
	line-height: 25px;
	border-bottom: 1px solid #000000;
	text-align: right;
	padding-right: 20px;
}	


/*****************Left Navigational Elements Styles******************************/
a.leftNav {
	background-color: #027A9F;
	display: block; 
	height: 25px; 
	width: 150px; 
	color: #ECEFDD;
	text-indent: 5px;
	line-height: 25px;
	text-decoration: none;
	border-bottom : 1px dashed White;	
	border-right : 1px solid #09577B;		
	}		
	
a.leftNav:hover {
	background-color: #016CB2;
	display: block; 
	height: 25px; 
	width: 150px; 
	color: #ECEFDD;
	text-indent: 5px;
	line-height: 25px;
	text-decoration: none;
	border-bottom : 1px dashed White;	
	border-right : 1px solid #016CB2;		
	}	
					

a  {
	text-decoration : none;
	color : #FF0000;
	font-family : Arial, Helvetica;
	font-weight : normal;
}

a:hover  {
	color : #0000FF;
	text-decoration : underline;
}

a:active  {
	text-decoration : none;
	color : #800000;
}

p  {
	text-align : justify;
}

.cfform {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	COLOR: #333333; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none
}

.cfformTd {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #669999; 
	FONT-FAMILY: Arial,Helvetica,sans-serif; 
	TEXT-DECORATION: none
}

.cfformTdSmall 
	{FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	COLOR: #669999; 
	FONT-FAMILY: Arial,Helvetica,sans-serif; 
	TEXT-DECORATION: none
}

.cfformDrop {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	WIDTH: 200px; 
	COLOR: #333333; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none
}

.cfbgcolor {
	BACKGROUND-COLOR: #e6e6e6
}



/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.DropdownMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.DropdownMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs 

can be positioned underneath it */
.DropdownMenu .items {
	position:relative;
	left:0px; top:0px;
	border:1px solid #999;
	z-index:2;
	}

.DropdownMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.DropdownMenu .item {
    color:#FFFFFF;
    font-size:10px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the 

filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer 

gif inside this DIV is replaced by */
.DropdownMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=85);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by 

script. In IE5/mac, it uses a PNG */
.DropdownMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by 

script. In IE5/mac, it uses a PNG */
.DropdownMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.DropdownMenu .item.hover {
	background:#ffffff;
	color:#0179A0;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space 

between the text and the dingbat */
.DropdownMenu .item img {
	margin-left:10px;
	}

	
/*ENDS*/	
