/* html text Styles */
/* set styles for customised tags here: for A,TD,P,H1,H2,H3,H4,H5,H6 */
/* these tags are used in the editor */ 

A
{
	font-family		: verdana; 
	font-size 		: 10pt;
	color			: #2D5EA5;
	text-decoration	: none;
	font-weight		: bold;
}

A:hover
{
	font-family		: verdana; 
	font-size  		: 10pt;
	color			: #2D5EA5;
	text-decoration	: underline;
	font-weight		: bold;
}

h1 
{
	font-family		: verdana; 
	font-size  		: 12pt;
	color			: #000000;
	font-weight		: bold;
}

TD, p
{
	font-family		: verdana; 
	font-size  		: 10pt;
	color			: #000000;
	font-weight		: normal;
}




/*split here*/
/*other tags that will not be neccessary for the cms editor*/

.leftnav
{
	font-family		: verdana; 
	font-size 		: 9pt;
	color			: #5e3b25;
	text-decoration	: none;
	font-weight		: bold;
}


.leftnav:hover
{
	font-family		: Verdana; 
	font-size 		: 9pt;
	color			: #5e3b25;
	text-decoration	: none;
	font-weight		: bold;
}

.leftnav:visited
{
	font-family		: Verdana; 
	font-size 		: 9pt;
	color			: #5e3b25;
	text-decoration	: none;
	font-weight		: bold;
}

.searchnav
{
	font-family		: verdana; 
	font-size 		: 8pt;
	color			: #5e3b25;
	text-decoration	: none;
	font-weight		: normal;
}


.searchnav:hover
{
	font-family		: Verdana; 
	font-size 		: 8pt;
	color			: #5e3b25;
	text-decoration	: none;
	font-weight		: normal;
}

.searchnav:visited
{
	font-family		: Verdana; 
	font-size 		: 8pt;
	color			: #5e3b25;
	text-decoration	: none;
	font-weight		: normal;
}


.toptext
{
	font-family		: Verdana; 
	font-size  		: 12pt;
	color			: #5e3b25;
	font-weight		: bold;
}

.searchtext
{
	font-family		: Verdana; 
	font-size  		: 8pt;
	color			: #5e3b25;
	font-weight		: normal;
}


.searchbox 
{
	font-family		: Verdana; 
	font-size  		: 9pt;
	color			: #5e3b25;
	background-color: #FFFFFF;
	width			: 100px;
}

.searchbutton 
{
	font-family		: arial; 
	font-size  		: 8pt;
	color			: #5e3b25;
	background-color: #facb71;
	font-weight:bold;
}
small{display:block; border-top:#888888 solid 1px; color:#888888; font-size:0.8em}
small a, small a:hover, small a:visited{font-size:0.8em; font-weight:normal;}

