.Heading {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight : bold;
	color : #8B0000;
}

.SmallBoldText {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight : bold;
	color : #000000;
}

.CornerText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Yellow; 
	height: 20px;
	font-weight: bold;
}  /* Text in the corner of the navagation pane */

.Index {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background : #DCDCDC;
}

.IndexFill{
	background-image: url(../images/view/grey/index_lines_grey.gif);
}

td.pageNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Yellow; 
	height: 20px;
}

#theBackground{
		background-color: #696969; 
}

table, body#tableBackground{
	/*<!--	background-color:  #DCDCDC ; -->
background-color:  #FFFFFF;*/ 
}

a.pageNav:link { text-decoration: none; color: White;  }
a.pageNav:visited {  text-decoration: none; color: White;  }
a.pageNav:hover { text-decoration: underline; color: Red; }

a.pageYellow:link { text-decoration: none; color: #F5DEB3;  }
a.pageYellow:visited {  text-decoration: none; color: #F5DEB3;  }
a.pageYellow:hover { text-decoration: overline + underline; color: #FFD011; }
