body {
	color: #000000;
	margin: 0px;
	padding: 0px;
}



/* hyperlink formatting */
/*-------------------*/
/*for top navigation*/
a.nav:link {
	color: #990100;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a.nav:visited {
	color: #990100;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a.nav:hover {
	color: #FE8D31;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a.nav:active {
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FE8D31;
}


/*for non active nav links*/
.nonactivnav {
	color: #40003F;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}



/*for main text links*/
a.txtlink:link {
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #CC0047;
}

a.txtlink:visited {
	color: #CC0047;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.txtlink:hover {
	color: #FE8D31;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.txtlink:active {
	color: #FE8D31;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*for highlighted text links*/
a.txt2link:link {
	color: #990100;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

a.txt2link:visited {
	color: #990100;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	
}
a.txt2link:hover {
	color: #FE8D31;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	
}
a.txt2link:active {
	color: #FE8D31;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	
}






/* text formatting */
/*-------------------*/

/* main body text formatting */
.txtmain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}

/* main body text hi-lighting */
.txthilite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 15px;
	background-color: #FF9999;
}

/* little text for book description */
.txtmini {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	line-height: 12px;
}


/* emphasised text formatting eg for headers */

.txtheadergrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #990100;
}
.txtheadergreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FE8D2F;
	line-height: 15px;
	font-weight: bold;
}
.txtheaderred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #640C00;
	line-height: 15px;
	font-weight: bold;
}


.txtheaderwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 15px;
	font-weight: bold;
}



/* cell & table formatting */
/*-------------------*/

/* format for cells which contain the main text */
td.celltext {
	padding: 0px 8px;
	height: auto;
	background-color: #FFFFFF;
	font-size: 12px;
}

/* format for the cells which contain the hyperlinks */
td.celllinktext {
	padding: 4px 6px;
	background-color: #000000;
	font-size: 12px;
}

/* format for calendar table*/
table.calendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 1px;
	border: 1px solid #000000;
}
td.celltextform {
	padding: 5px 8px;
	height: auto;
	background-color: #EBE4C4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


/* format diary tables*/
table.diary {
	background-color: #FFFFFF;
	color: #FFFFFF;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF9999;
	border-right-color: #FF9999;
	border-bottom-color: #FF9999;
	border-left-color: #FF9999;
	
}
	
td.diarycell {
	padding: 3px 1px;
	background-color: #FFFFFF;
}	
td.diarycellheader {
background-color:#640C00;
}

 /* format for archive navigation table*/
 table.navarchive {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

td.archiveheadercell{
padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
background-color:#92673D
}


td.archivealphabet{
background-color:#B19A78
}

td.archivecell {

	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
table.bground {
	background-color: #EAE4C4;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: repeat-x;
	background-image: url(../images/webgraphics/bground.jpg);
}
