body {
	background : #DCFADC;
	}

p {
	font-size : 10pt;
	font-family : Arial, Helvetica, verdana, sans-serif;
	color : #000000;
	}

	
dl {
	font-size : 10pt;
	font-family : Arial, Helvetica, verdana, sans-serif;
	color : #000000;
	}


ul {
	font-size : 10pt;
	font-family : Arial, Helvetica, verdana, sans-serif;
	color : #000000;
	}

ol {
	font-size : 10pt;
	font-family : Arial, Helvetica, verdana, sans-serif;
	color : #000000;
	}


font.head  { 
	font-size: 16pt;
    font-weight: bold;
    font-family: arial, helvetica, verdana, sans-serif;
    color: #006666
	}
	
font.second  { 
	font-size: 10pt;
    font-weight: bold;
    font-family: arial, helvetica, verdana, sans-serif;
    color: #006666
	}
	
TABLE {
	background :  #DCFADC;
	}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #000000;
}
	


A.SortTable  {
	
	font-family : Arial;
	font-weight : bold;
	color : White;
	text-decoration : none;
	
}

A.SortTable.visited  {color: White}

A.SortTableSelected  {
	
	font-family : Arial;
	font-weight : bold;
	color : #99CCff;
	text-decoration : none;
	
}

A.SortTableSelected.visited  {color: White}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 10px 0px 15px 10px;
	font: small Verdana,sans-serif;
	color: #9d9d9d;
}

#breadCrumb a{
	color: #9d9d9d;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}

/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 610px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:  url("../images/glbnav_background.gif");
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:  url("../images/glblnav_selected.gif");
	text-decoration: none;
}

.skipLinks {display: none;}
