<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*---------------- menu tab----------------------*/

#menu_tab
{
	width: 1200px;
	height: 43px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	margin: auto;

}

.menu
{
	white-space: nowrap;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 0px;
	margin: 0px;
}

.menu li
{
	display: inline;
	font-size: 20px;
	font-weight: bold;
	line-height: 34px;
}

.menu a
{
	display: block;
	float: right;
	padding: 0px 15px 0px 15px;
	margin: 0;
	height: 34px;
	text-decoration: none;
	background: none;
	color: #767a84;
}


.menu a:hover
{
	display: block;
	float: right;
	padding: 0px 15px 0px 15px;
	margin: 0;
	height: 34px;
	text-decoration: none;
	color: #ff0000;
}

.menu .selected
{
	display: block;
	float: right;
	padding: 0px 15px 0px 15px;
	margin: 0;
	height: 34px;
	text-decoration: none;
	color: #ff0000;
}


/*---------------- menu tab----------------------*/


ul.iconmenu
{
list-style-type: none;
	float: left;
	display: block;
	width: 600px;
	margin: 0px;
	padding: 10px 0 0 10px;
	background: none;
}

ul.iconmenu li
{
	display: inline;
	font-size: 11px;
	font-weight: bold;

}

ul.iconmenu li.divider
{
	width: 2px;
	height: 102px;
	display: block;
	float: left;
	padding-top: 10px;
	background: url(http://www.tridentaccountancy.co.uk/media/756/separator.jpg) no-repeat center;
}


.boxtitle {

border-top-left-radius: 20px;
border-top-right-radius: 20px;
border: 8px solid #003E67;
color: #5DBAF9;
text-align: center;
font-weight: 600;
font-size:20pt;
font-family: calibri;
background-color:  #003E67;
float:left;
width:98.5%;
height:30px;
line-height: 120%;

}
.boxspace
	{
	opacity: 1;
	font-size: 16pt;
	}
.boxtext
	{
	font-family:calibri;
	font-size: 13pt;
	line-height: 115%;
	text-align: justify;
	margin:9px 5px 5px 5px;
	}
.indent {
	font-size: 13pt;
	line-height: 115%;
	text-align: justify;
	 padding-left: 340px;   padding-right: 50px; }

.indente {
	font-size: 13pt;
	line-height: 115%;
	text-align: justify;
	padding-left: 470px;   padding-right: 90px; }

.ttext{
	font-size: 14pt;
	font-family:calibri;
	font-weight: 600;
	}











</pre></body></html>