/**************************template.CSS*****************************/

/*Copyright:
organisation / document name:
contact person:
date:
*/
/*****************************************************************/

/**************************** COVER ******************************/
/*****************************************************************/


/**** END COVER****/
/****************************  HEADING ****************************/
/*****************************************************************/
h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.50em;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.20em;
}

h4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.10em;
	
}

h5
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	
}

/***END HEADING****/
/********************** OBJECT ***********************************/
/*****************************************************************/
body 
{
	background-color: #FFFFFF;
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	
}

/****END OBJECT****/
/************************* LINKS *********************************/
/*****************************************************************/

/*a:link    {color: blue;}              /* links */

/*a:visited {color: purple;}            /* visited links */

/*a:hover {background-color : #ffff7f;}  /* user hovers - usually yellow(#ffff00) */

a.links
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	font-weight: bold;
}

/*************************end LINKS*******************************/

/******** Text Decoration ******/ 
.bold
{
	font-weight: bold;
}

.bolditalic
{
	font-style: italic;
	font-weight: bold;
}

.highlight 
{
	background: #ffff00;
	color: #000000;
}

.italic
{
	font-style: italic;
}

.notbold
{
	font-weight: normal;
}

.underline
{
	text-decoration: underline;
}



/**END TEXT-DECORATION**/
/************************* CLASS *********************************/
/*****************************************************************/
td.annotation
{
	font-family : Arial, Helvetica, sans-serif;
}

td.background1
{
	background-image: url("../graphics/bkgd2.gif")
	background-color: #FFFFFF
}

.bysubject
{
	font-size:1.15em;
	font-family: Arial, Helvetica, sans-serif;
}
.bysubject2
{
	font-size:0.95em;
	font-family: Arial, Helvetica, sans-serif;
}

ul.checkbox
{
	list-style-image: url(images/checkbox.gif);
}

.author, .instruction , .help, .edit
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
}
.edit2
{
	font-family: Arial, Helvetica, sans-serif;

}

p.links
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.marginreduce
{
	margin:0px;
	padding:0px;
}

ul.none 
{
	list-style-type: none
}

td.searching
{
	background-color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
}
td.searchingsimple, .keywordfont
{
	font-family: Arial, Helvetica, sans-serif;
}
.searchingheading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 1.5em;
}

/****END CLASS***//

#designedbynald {margin-left:auto; margin-right:auto; margin-top: 6px; margin-bottom: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 84%; color: #000; text-align: center;}

#designedbynald a:hover {background-color: #ffffff; text-decoration: none; color: none;}

