/* Hyperlink Properties - Colours, Boldness etc */

	/* Settings for all hyperlinks, including visited and active hyperlinks */
	a:link, a:visited, a:active
	{
		color: #000000;
		text-decoration: none;	
		font-weight: bold;
	}
	
	/* Contains settings for hyperlinks over which the mouse is hovering */
	a:hover
	{
		color: #F06706;
		text-decoration: underline;
		font-weight: bold;
	}
	
/* Main Body Of Page */

	/* Main Body of Page*/
	body
	{
		background-color: FFFFFF;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 5px;
		padding-bottom: 5px;
		color: #666666;
		font: 12px Arial;
	}
		
	/* Paragraph */
	p
 	{
		font: 12px Arial;
		font-weight: normal;
		color: #666666;
	}
	
	/* Table Formatting */	
	table
 	{
		font: 12px Arial;
		font-weight: normal;
		color: #666666;
	}
	
	.maintext
 	{
		font: 12px Arial;
		font-weight: normal;
		color: #666666;
	}


	.smalltext
	{
		padding-top: 0px;
		font: 8pt Arial;
		font-weight: normal;
		color: #666666;
		margin-top: 0;
		margin-bottom: 0		
	}
		
	/* Horizontal Rule */
	hr
	{
		color: #FFC896;
		width: 98%;
	}
	
	/* Image Settings */
	img
	{
		border: 0pt;
	}
		
	.button
	{
		font-family:  Arial, Tahoma, Verdana, Helvetica;
		font-size: 12px;
		padding: 2px 0 2px 0;
		width: 25px;	
	}

	.breadcrumb
	{
		padding: 5px 5px 5px;
		font-size: 10px;
		font-family: Arial;
		color: #666666;
		font-weight: bold;
		margin-left: 20px;
		margin-top: 0px;
		margin-bottom: 5px;
		text-decoration: none;
		background-image: url('http://www.minitec.co.uk/images/gradient.jpg');
		background-repeat: repeat-x;
		background-color: #C0D2EC;
	}
			
	.breadcrumb2
	{
		padding: 5px 5px 5px;
		font-size: 10px;
		font-family: Arial;
		color: #666666;
		font-weight: bold;
		margin-left: 20px;
		margin-top: 0px;
		margin-bottom: 5px;
		padding-top: 10px;
		padding-bottom: 15px;
		background-image: url('../images/gradient.jpg');
		background-repeat: repeat-x;
	}	
	
	/* Heading 1 (Largest) */
	H1
	{
		font-size: 13pt;
		font-family: Arial;
		color: #000000;
		font-weight: bold;
		margin-top: 2px;
		margin-bottom: 0px;
		text-decoration: none;
		border-bottom: 2px solid #F06706;
	}
	
	/* Heading 2 */
	H2
	{
		font: 12px Arial;
		font-weight: Bold;
		color: #666666;
		margin-left: 2px;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	/* Heading 2 */
	H3
	{
		font: 14px Arial;
		font-weight: Bold;
		color: #F06706;
		margin-left: 2px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
		
/* News Headings */
		
	.newsmonth
	{
		font-weight: bold;
		font-weight: 700;
		margin-top: 0;
		margin-bottom: 4px;
		font-style: normal;
		font-variant: normal;
		font-size: 10px;
		font-family: Tahoma;	
	}
		
	.newstext
	{
		font: 10px Arial;
		font-weight: normal;
		margin-top: 0;
		margin-bottom: 8px;
	}
		
	.newslink
	{
		text-align: right;
		font-weight: bold;
		font: 10px Tahoma;
	}
		
	.newsheading
	{
		font-weight: bold;
		font: 12px Arial;
		font-weight: 900;
		margin-top: 6px;
		margin-bottom: 6px;
		color: #000000;
	}