body{
	margin : 0;
	color: Black;
}

table, body#tableBackground{
		background-color: #FFFACD; 
}

.Index {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color : Black;
	background : #FFFACD;
}

#theBackground-on{
		background-color: White;
		border-color :  White;
}

#theBackground{
		background-color: #F0E68C;  
}

.header{
	border-bottom: 1px solid Gray;
}

.icon{
	border: thick ridge #4169E1;
}
.Footer{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color : black;
} /* Used in the footer */


.LogText{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	font-weight: normal;
}

.Content {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
	font-weight: normal;
} /* For all text */

li.Content{
	padding-bottom: 5px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
	font-weight: normal;
}

.Quote {
	font-family : "Times New Roman", Times, serif;
	font-size: 17px;
	color: Black;
	font-weight: normal;
} /* For all text */


.CornerText{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color : Black;
	height: 20px;
	font-weight: bold;
}  /* Text in the corner of the navagation pane */


.ErrorText{ 
	font-family : Verdana, Arial, sans-serif;
	font-size: 9px;
	color : Red;
}  /* Error message text */

.ErrorHeading{ 
	font-family : Verdana, Arial, sans-serif;
	font-size: 12px;
	color : Red;
}  /* Error message text */

.Required{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Red;
	font-weight: bolder;
}
.under{
	color: Blue;
	cursor : hand;
	text-decoration : underline;
}

.Heading {
	font-family : "Palatino Linotype";
	font-size: 50px;
	color : Navy;
	font-style : italic;
	font-weight: bold;
}

.HeadingSub {
	font-family : Helvetica, Arial, Verdana,  sans-serif;
	font-size: 20px;
	color : #5C5C5C;
	font-weight: bold;
}

.SmallBoldText {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight : bold;
	color : Black;
}


td.yellowArrow{
	background : url(../images/view/dot-yel.gif) no-repeat center;
	padding-right : 8pt;
} /* Small arrow in a yellow circle */

td.sepline{
	background : url(../images/view/grey/index_line_grey.gif) left;
	font-size : 1px;
	height : 1px;
}  /* Small line used in index as a seperator between items */

td.leftBorder{
	background : url(../images/view/grey/lt-ds.gif) repeat-y;
	width : 3px;
}  /*  Actually right side of vertical boarder */

.pageSeparator{
	background : url(../images/view/grey/lt-dshr.gif) repeat-x;
	font-size : 4px;
	padding : 0;
} /*  Boarder for top and bottom of cells and header */


td.pageNav-on {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Black; 
	height: 20px;
	font-weight : bold;
}

td.pageNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : black;
	height: 20px;
}



a.pageNav-on:link { text-decoration: none; color: Black; }
a.pageNav-on:visited {  text-decoration: none; color: Black;  }
a.pageNav-on:hover { text-decoration: underline; color: Red;} 

a.pageNav:link { text-decoration: none; color: black;  }
a.pageNav:visited {  text-decoration: none; color: black;  }
a.pageNav:hover { text-decoration: underline; color: Red; }

.IndexFill{
	background-image: url(../images/index_line.jpg);
}

PRE, TT, CODE, KBD, SAMP { font-family: monospace }

.odd {
	background : transparent;
}

.even {
	background : #C3C3C3;
}
TABLE.layoutmain {
	border : 4px solid #669999;
}
.headtextr {
    color : White;
	background-color :#C3C3C3 ;
}

.rowon {
	background : #FFFFFF;
	color : #CC0000;
}
