	body				{ margin-left: 0px; margin-right: 0px; margin-top: 0px; background-color: #ffffff; color:#333333}
	img                 { border-width: 0px }
	hr					{ border: 1px solid #dddddd; border: plain; height: 1px } /* This is the horisontal rule, a line you use for separation */
	td					{ font-size: 12px; font-family: "Trebuchet MS", Arial, sans-serif;}
	
	
	
/* -----------------------------------  HEADINGS  ------------------------------------------------------------ */

	h1					{ font-size: 22px; font-family: "Trebuchet MS", Arial, sans-serif; color: #823100; font-weight: normal; padding-bottom: 0px; margin-bottom: 10px;}
	h2					{ font-size: 18px; font-family: "Trebuchet MS", Arial, sans-serif; color: #823100; border-bottom: 1px solid #999999; font-weight: normal;}
	h3					{ font-size: 16px; font-family: "Trebuchet MS", Arial, sans-serif; color: #666666; font-weight: bold;}
	h4					{ font-size: 14px; font-family: "Trebuchet MS", Arial, sans-serif; color: #333333; font-weight: bold;}
	h5					{ }
	h6					{ }



/* -----------------------------------  LINKS  --------------------------------------------------------------- */

	a:link, a:visited, a:active	{ color: #823100}
	a:hover	{ color: #FF6600}
	
	
	
/* ----------------------------------  GENERAL CLASSES  -------------------------------------------------------
(used in the autohandler and/or index, most of these are up to the designer to place them where he/she thinks would be appropriate) */

	.content			{ font-size: 12px; font-family: "Trebuchet MS", Arial, sans-serif; text-decoration: none; padding: 15px} 
	.smallContent		{ font-size: 11px; font-family: Arial, sans-serif;}
	.header				{ font-size: 13px; font-family: Helvetica, Arial, sans-serif; color: #ffffff; font-weight: bold;}
	.title				{ font-size: 13px; font-family: Helvetica, Arial, sans-serif; color: #ff6600; font-weight: bold;}
	.welcome			{ font-size: 12px; font-family: "Trebuchet MS", Arial, sans-serif; padding: 15px; border-top: 1px solid #ffffff}
	.subTitle			{ font-size: 15px; font-family: Helvetica, Arial, sans-serif; color: #AD83BB; font-weight: bold;}
	.smallTitle			{ font-size: 10px; font-family: Verdana, Arial, sans-serif; color: #5189C2; font-weight: bold}
	.topBar				{ padding: 10px 10px 10px 15px; background-repeat: no-repeat; background-position: top left; border-bottom: 1px solid #ffffff}
	
	.copyright			{padding: 15px; font-size: 12px; font-family: "Trebuchet MS", Arial, sans-serif; border-top: 1px solid #dddddd}
	
	a.credits, a.credits:link	{font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration: none; }
	a.credits:hover				{font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration: underline; }
	
	.breadCrumbs, a.breadCrumbs:link, a.breadCrumbs:hover, a.breadCrumbs:visited
	{font-size: 11px; font-family:  Arial, sans-serif;  color: #ffffff; font-weight: bold}
	.breadCrumbsTd		{background-color: #E98519; font-family: Arial, Helvetica, sans-serif; font-size: 11px; padding: 5px 0px 5px 15px;  color: #003366; font-weight: bold; border-bottom: 1px solid #ffffff}
	
	a.printerFriendly:link, a.printerFriendly:hover, a.printerFriendly:visited
	{font-size: 12px; font-family:  "Trebuchet MS",Arial, sans-serif;}
	.printerFriendlyTD	{ padding-right: 10px; padding-top: 10px}
	
	.searchBox			{ width: 100%; font-family: Verdana, Arial, sans-serif; font-size: 10px; margin-right: 5px; padding: 3px;}
	.searchButton		{font-family: Verdana, Arial, sans-serif; font-size: 10px;}



/* ----------------------------------------  CATALOGUES TEMPLATES  ----------------------------------------------- 
The classes are split in two: 

listing classes are for the listing.xsl templates and are the same for all of those templates in all catalogues */
	.listingTitleDiv
	{
	padding-bottom: 10px
	} /* DIV tag arround the top Title of the list for which you can set styles just like for TABLE, TR and TD tags */
	
	a.listingTitle:link,
	a.listingTitle:hover,
	a.listingTitle:visited
	{
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #823100;
	font-weight: normal;
	text-decoration: none;
	} /* Top Title link of the list */
	
	.listingItemDiv	
	{
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #cccccc
	} /* DIV tag arround the Item (file) entries that are listed, for which you can set styles just like for TABLE, TR and TD tags */
	
	a.listingItem:link,
	a.listingItem:hover,
	a.listingItem:visited
	{
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #823100;
	font-weight: bold
	} /* Item (file) enties links */
	
	a.listingItemQ:link,
	a.listingItemQ:hover,
	a.listingItemQ:visited
	{font-size: 14px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #823100;
	font-weight: bold
	}
	
	.listingDirDiv
	{
	padding-bottom: 5px;
	padding-top: 5px;
	} /* DIV tag arround the Directory (folder) entries that are listed, for which you can set styles just like for TABLE, TR and TD tags */
	
	a.listingDir:link,
	a.listingDir:hover,
	a.listingDir:visited
	{
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #823100;
	font-weight: bold;
	} /* Directory (folder) enties links */
	
	.listingBackDiv
	{
	padding-bottom: 10px
	} /* DIV tag arround the Back link for which you can set styles just like for TABLE, TR and TD tags */
	
	a.listingBack:link,
	a.listingBack:hover,
	a.listingBack:visited
	{
	font-size: 15px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #823100;
	font-weight: bold;
	} /* Back link */

/* detail classes are for the detail_view.xsl templates and apply for all of those templates in all catalogues */
	.detailTitle		{font-size: 18px; font-family: "Trebuchet MS", Arial, sans-serif; color: #823100; font-weight: bold; margin-top: -15px} /* Title displayed on top of the detail view of a catalogue entry */
	.detailDateTime		{font-size: 11px; font-family: "Trebuchet MS", Arial, sans-serif;} /* Date and Time displayed under the title */
	.detailSummary		{font-size: 13px; font-family: "Trebuchet MS", Arial, sans-serif; font-weight: bold} /* Short description that comes after the horisontal rule under the date and time, usually smaller than the Detail Description */
	.detailSubTitle		{font-size: 14px; font-family: "Trebuchet MS", Arial, sans-serif; color: #666666; font-weight: bold;} /* All the subtitles for different categories in catalogues (e.g. External Links, Images, External Documets) */
/* Detail Description and links for catalogues do not have a class specified since for the description the class should be same as the content class listed in General Classes above, and the links styles can be also set
by the Links classes above (if the catalogues links need to be different then the classes can be added afterwords) */




/* --------------------------------------------  SIDE BROWSER  --------------------------------------------------- */
	.browserTable		{width: 200px; border: 1px solid #9B5226; margin-top: 1px}
	.browserHeaderTd	{background-color: #9B5226; padding: 5px;}
	a.browserHeader:link, a.browserHeader:hover, a.browserHeader:visited
	{font-size: 13px; font-family: "Trebuchet MS", Arial, Verdana, sans-serif; color: #ffffff; font-weight: bold; text-decoration: none}
	.browserItemOnTd	{padding: 5px; border-bottom: 1px solid #9B5226; background-color: #FEA240 }
	a.browserItemOn:link, a.browserItemOn:visited, a.browserItemOn:hover
	{font-size: 11px; font-family: Arial, sans-serif; font-weight: bold; color: #ffffff}
	.browserItemOffTd	{padding: 5px; border-bottom: 1px solid #9B5226}
	a.browserItemOff:link, a.browserItemOff:visited
	{font-size: 11px; font-family: Arial, sans-serif; font-weight: bold; color: #823100}
	a.browserItemOff:hover	{color: #ff6600}
	.browserBackTd		{padding: 5px }
	a.browserBack:link, a.browserBack:visited
	{font-size: 11px; font-family: Arial, sans-serif; font-weight: bold; color: #823100}
	a.browserBack:hover	{color: #ff6600}



/* -------------------------------------------------  SITEMAP  ------------------------------------------------------- */

.sitemap_level_0{font-size: 12px; font-family: Arial, sans-serif; padding: 0px;}
.sitemap_level_1{font-size: 12px; font-family: Arial, sans-serif; padding: 0px;}
.sitemap_level_2{font-size: 12px; font-family: Arial, sans-serif; padding: 0px;}
.sitemap_level_3{font-size: 12px; font-family: Arial, sans-serif; padding: 0px;}
.sitemap_level_4{font-size: 12px; font-family: Arial, sans-serif; padding: 0px;}





/* ----------------------------------------------  LATEST NEWS  ----------------------------------------------------  */
.latestNewsTd	{padding: 5px; border-top: 1px solid #dddddd}
.latestNewsDate	{font-size: 10px; font-family: Arial, sans-serif; color:#999999}
.latestNewsLink	{font-size: 11px; font-family: Arial, sans-serif; font-weight: bold;}
.latestNewsHeader	{padding: 5px; background-color: #9B5226; font-size: 13px; font-family: "Trebuchet MS", Arial, Verdana, sans-serif; color: #ffffff; font-weight: bold; }
.latestNewsTable	{margin-top: 10px; width: 200px; border: 1px solid #9B5226}

