html, body
	{
	margin				: 0px;
	padding				: 0px;
	}
img{
	border-style: none;
}
	}
li{
	padding-bottom: 1em;
}
div
	{
	border				: none;
	padding				: 0px;
	}

.dotted-box{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-style: dotted;
	border-left-width: 1px;
	border-top-width: 1px;
	text-align: left;
	padding: 0.2em 0.2em 0.2em 0.2em;
	border-right-width: 1px;
	border-color: #3E5E75;
	left: 1px;
	position: relative;
	top: 11px;
}
.menu-box{
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	text-align: left;
	border-color: #999999 #999999 #999999 #CCCCCC;
	padding: 0em;
	background-color: #009900;
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	position: absolute;
	top: 120px;
	left: 0px;
	width: 180px;
}
.dark-blue{
	background-color: #3E5E75;
}

.search-box{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-color: #C2DAE4;
	left: 1px;
	position: relative;
	font-family: "Microsoft Sans Serif";
	color: #3E5E75;
	background-color: #FFFFFF;
	font-weight: 400;
	font-size: 0.9em;
	width: 15em;
	padding-left: 2em;
	margin-left: 5em;
}

.header
	{
	margin				: 0px;
	padding				: 0px;
	color				: #000000;
	background-repeat: repeat;
	background-color: #3e5e75;
	}

/* -21px is for who? Netscape 4, I would guess - er yes */
.columns
	{
	margin				: 1px;
	color				: #FFFFFF;
	background-color	: #FFFFFF;
	}
/* NB - OmniWeb displays the 1px space as looking somewhat thicker, but set it to 0px and there is no space */
/* IE5 gets the spacing all wrong: -18px puts it right. Then use the tantek-family hack to make everything right again */
/*/*/
.columns
	{
	margin-top			: 1em;
	font-family			: inherit;
	font-family			: inherit;
	margin-top			: 1px;
	}
/* */
/* empty required to get IE5 vback on track */
#empty{}

.leftcolumn
	{
	float				: left;
	left				: 0px;
	width				: 21%;
	margin				: 0px;
	padding				: 0px;
	background-color	: #C2DAE4;
	background-repeat: repeat;
	border-right-color: #CCCCCC;
	border-right-style: none;
	border-right-width: 1px;
	border-top-color: #DEE0FF;
	border-top-width: 1px;
	border-top-style: none;
	top: 0em;
	position: relative;
	height: auto;
	}
.leftcolumn
	{
/*/*/
	margin-top			: -1px;
/* */
	}

/*
make sure that the hack widths equals the value of .centercolumn's margin-right
the initial width is for NN4 - experiment and set to what seems best
*/
.rightcolumn
	{
	position			: static;
	float				: right;
	width				: 20%;
	margin				: 0px;
	padding				: 0.5em;
	z-index				: 3;
	color				: #000000;
	background-color	: #C2DAE4;
	border-left-color: #CCCCCC;
	border-left-style: none;
	margin-top: -1px;
	height: auto;
	}

/* 
For NN4, -25px is the margin-left setting to make the centercolumn column but up against the left column. (OmniWeb is much the same, but this stylesheet makes no allowances for it).
For other browsers, the equivalent margin-left setting is equal to the width of the left column.
margin-right is set to the value of the overriding values for .rightcolumn's width. 
A margin can be created between these two columns either by changing these values, or by setting the padding of the relevant #...padding divs.
margin-top is set to -1px to make NN4 line up correctly.
*/
.centercolumn
	{
	margin				: 0px 0px 0px 0px;
	padding				: 1em 1em 1em 1em;
	color				: #000000;
	z-index				: 4;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: none;
	border-left-color: #CCCCCC;
	border-left-width: thick;
	border-left-style: none;
	border-right-color: #666666;
	border-right-style: none;
	border-right-width: 1px;
	top: 0px;
	}
.centercolumn
	{
	margin-right		: 0px;
	margin-top			: 0px;
	margin-bottom		: 0px;
	}
/* IE5 once again goes awry - shift it down (29px is right for this layout but no doubt the exact value will vary [sigh]) and then zap 
empty because otherwise IE5 goes rampaging on */
/*/*/
.centercolumn
	{
	margin-right		: 0%;

	margin-top			: 0px;
	font-family			: inherit;
	font-family			: inherit;
	margin-top			: 0px;
	margin-left: 0%;
	}
/*  */

/* following bit only necessary if OmniWeb to be handled - the .fake bit is only picked up by OmniWeb, IE and, er, Amaya
see  http://www.fu2k.org/alex/css/test/OmniWebInlineHack.mhtml
But exclude it from IE5/mac */
/*\*/
.fake.centercolumn
	{
	margin-right		: 1px;
	margin-left			: 1px;
	}
/* this bit resets for IE */
* html .centercolumn
	{
	margin-right		: 20%;
	margin-left			: 20%;
	}
/* End of OmniWeb shenanigans */

.footer
	{
	clear				: both;
	margin-top			: -11px;
	padding				: 0.25em;
	width				: 100%;
	color				: #C2DAE4;
	background-color	: #3E5E75;
	font-family: "Microsoft Sans Serif";
	font-size: 0.6em;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	text-align: center;
	}
.footer
	{
/*/*/
	margin-top			: 0px;
/* */
	}


.clear { clear : both; font-size: 1px; line-height: 0px; }


.headerpadding, .leftpadding, .centerpadding, .rightpadding
	{
	margin				: 0px;
	padding				: 3px;
	}
.headerpadding
	{
	border-left-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	padding: 0.5em;
	}
.leftpadding
	{
	border-left-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	padding-bottom: 50px;
	}
.rightpadding
	{
	border-left-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	padding-bottom: 55px;
	}



/* following styles have nothing to do with the structural layout */
h1, h2
	{
	margin-top			: 0px;
	}

p
	{
	margin-bottom		: 0px;
	}
.menulink {
	color: #3e5e75;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 0.75em;
	font-weight: 500;
}

a.menulink, a.menulink:visited {
	color: #009900;
	font-family: Arial;
	font-weight: 400;
	background-color: #FFFFFF;
	font-size: 0.8em;
	border-bottom-color: #FFFFFF;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-top-color: #FFFFFF;
	border-top-style: none;
	border-top-width: 1px;
	border-left-color: #FFFFFF;
	border-left-style: none;
	border-right-color: #CCCCCC;
	border-right-style: none;
	margin-left: 2em;
}
a.menulink:hover {
	color: #FFFFFF;
	font-family: Arial;
	background-color: #009900;
	font-weight: normal;
	font-size: 0.8em;
	text-decoration: none;
}
a.singlesmenu, a.singlesmenu:visited {
	color: #009900;
	font-family: Arial;
	font-weight: 400;
	background-color: #FFFFFF;
	font-size: 0.8em;
	border-bottom-color: #FFFFFF;
	border-bottom-style: none;
	border-top-color: #FFFFFF;
	border-top-style: none;
	border-left-color: #FFFFFF;
	border-left-style: none;
	border-right-color: #CCCCCC;
	border-right-style: none;
	padding: 0px 3px;
	text-align: center;
	text-decoration: none;
}
a.singlesmenu:hover {
	color: #FFFFFF;
	font-family: Arial;
	background-color: #009900;
	font-weight: normal;
	font-size: 0.8em;
	text-decoration: none;
}

.menulink2 {
	color: #3e5e75;
	text-decoration: none;
	font-family: "Microsoft Sans Serif";
	font-size: 0.75em;
	font-weight: 500;
}

a.printpage, a.printpage:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial;
	font-weight: 400;
	background-color: #009900;
	font-size: 0.8em;
	left: 45%;
	position: absolute;
}
a.printpage:hover {
	color: #000000;
	font-family: Arial;
	background-color: #009900;
	font-weight: normal;
	font-size: 0.8em;
	text-decoration: blink;
}
a.gototop, a.gototop:visited {
	color: #C2DAE4;
	text-decoration: none;
	font-family: "Microsoft Sans Serif";
	font-weight: 600;
	background-color: #3E5E75;
	font-size: 0.7em;
}
a.gototop:hover {
	color: #3E5E75;
	font-family: "Microsoft Sans Serif";
	background-color: #C2DAE4;
	font-weight: bold;
	font-size: 0.7em;
}

.bottom-menu {
	color: #C2DAE4;
	font-family: "Microsoft Sans Serif";
	font-weight: normal;
	background-color: #3E5E75;
}

a.bottom-menu, a.bottom-menu:visited {
	color: #C2DAE4;
	font-family: "Microsoft Sans Serif";
	font-weight: normal;
	background-color: #3E5E75;
	font-size: 0.7em;
	text-decoration: none;
}
a.bottom-menu:hover {
	color: #3E5E75;
	font-family: "Microsoft Sans Serif";
	background-color: #C2DAE4;
	font-weight: normal;
	font-size: 0.7em;
}

.googletop10link {
	color: #C2DAE4;
	text-decoration: none;
	font-family: "Microsoft Sans Serif";
	font-size: 0.6em;
	font-weight: 500;
	background-color: #FFFFFF;
	background-image: url(Images/gtxbgd.gif);
}

a.googletop10link, a.googletop10linkvisited{
	color: #999999;
	text-decoration: none;
	font-family: "Microsoft Sans Serif";
	padding-left: 1em;
	width: 100%;
	font-weight: 600;
}

a.googletop10link:hover {
	color: #FFFFFF;
	font-family: "Microsoft Sans Serif";
	background-color: #C2DAE4;
	font-weight: 600;
	padding-left: 1em;
}

a.emaillink, a.emaillink:visited{
	color: #3E5E75;
	text-decoration: none;
	font-family: "Microsoft Sans Serif";
	font-size: 0.75em;
	font-weight: 600;
}

a.emaillink:hover {
	color: #FFFFFF;
	font-weight: 600;
	margin: 0px;
	font-family: "Microsoft Sans Serif";
	background-color: #C2DAE4;
}
.page-header {
	font-size: 0.9em;
	font-family: Arial;
	font-weight: 600;
	border-top-color: #009966;
	border-top-width: 1px;
	color: #999999;
	border-bottom-color: #9999FF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	text-align: left;
	border-right-width: 1px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 50%;
	text-decoration: underline;
	padding-left: 2em;
	}
.page-header-ft {
	font-size: 0.75em;
	font-family: "Microsoft Sans Serif";
	font-weight: 400;
	border-top-color: #9999FF;
	border-top-width: 1px;
	color: #C2DAE4;
	border-bottom-color: #9999FF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 8em;
	text-align: center;
	border-right-width: 1px;
	background-color: #3E5E75;
	margin-left: 1em;
	}

.topic-header {
	font-size: 0.8em;
	font-family: "Microsoft Sans Serif";
	font-weight: 400;
	border-bottom-color: #CCCCCC;
	border-bottom-style: none;
	border-bottom-width: thin;
	border-top-color: #FFFFFF;
	border-top-style: none;
	border-top-width: thin;
	color: #3E5E75;
	background-color: #C2DAE4;
	}
.topic-header-ft {
	font-size: 0.8em;
	font-family: "Microsoft Sans Serif";
	font-weight: 400;
	border-bottom-color: #CCCCCC;
	border-bottom-style: none;
	border-bottom-width: thin;
	border-top-color: #FFFFFF;
	border-top-style: none;
	border-top-width: thin;
	color: #C2DAE4;
	background-color: #3E5E75;
	}
.contact-tel {
	font-size: 0.9em;
	font-family: "Microsoft Sans Serif";
	font-weight: 600;
	border-bottom-color: #CCCCCC;
	border-bottom-style: none;
	border-bottom-width: thin;
	border-top-color: #FFFFFF;
	border-top-style: none;
	border-top-width: thin;
	color: #C2DAE4;
	background-color: #3E5E75;
	padding-left: 0.5em;
	padding-right: 0.5em;
	}

.portfolio-header {
	font-size: 0.7em;
	font-family: "Microsoft Sans Serif";
	font-weight: 400;
	width: 100%;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-top-color: #FFFFFF;
	border-top-style: none;
	border-top-width: thin;
	color: #3E5E75;
	padding-left: 1em;
	background-color: #E5E5E5;
	}

.topic-image {
	font-family: "Microsoft Sans Serif";
	border-bottom-width: 1px;
	border-top-color: #FFFFFF;
	border-top-width: thin;
	position: relative;
	left: 0.75em;
	top: 0.8em;
	border-bottom-color: #CCCCCC;
	}
	.small-text{
	font-size: 0.6em;
	font-family: "Microsoft Sans Serif";
	color: #3E5E75;
	padding: 1px 2px 1px 2px;
	background-color: #C2DAE4;
	width: 100%;
}
.emphasis{
	font-family: "Microsoft Sans Serif";
	color: #C2DAE4;
	background-color: #FFFFFF;
	font-weight: 600;
}
.web3000opaque{
	font-family: "Microsoft Sans Serif";
	color: #C2DAE4;
	background-color: #FFFFFF;
	font-weight: 600;
	background-image: url(Images/web3000opaque.gif);
	background-repeat: no-repeat;
	background-position: 45%;
}
.analyse-text{
	font-size: 0.75em;
	font-family: "Microsoft Sans Serif";
	color: #FF6666;
	background-color: #FFFFFF;
	text-decoration: underline;
}
.optimise-text{
	font-size: 0.75em;
	font-family: "Microsoft Sans Serif";
	color: #FFCC33;
	background-color: #FFFFFF;
	text-decoration: underline;
}
.review-text{
	font-size: 0.75em;
	font-family: "Microsoft Sans Serif";
	color: #00CC66;
	background-color: #FFFFFF;
	text-decoration: underline;
}
.bigger-text {
	font-family: "Microsoft Sans Serif";
	color: #3E5E75;
	padding-top: 0px;
}
.question {
	font-family: Arial;
	color: #006699;
	padding-top: 0px;
	font-style: italic;
	background-color: #FFFFFF;
	font-size: 0.8em;
}

.normal-text {
	font-size: 0.75em;
	font-family: "Microsoft Sans Serif";
	color: #3E5E75;
	background-color: #FFFFFF;
}
p.normal-text {
	font-family: "Microsoft Sans Serif";
	color: #3E5E75;
	padding-top: 0px;
	background-color: #FFFFFF;
}

h1.normal-text {
	font-size: 0.75em;
	font-family: "Microsoft Sans Serif";
	color: #3E5E75;
	padding: 0;
	font-weight: 300;
	margin-left: 0px;
}
.highlight {
	font-family: verdana;
	color: #FFCC99;
	background-color: #3E5E75;
	font-weight: 600;
	font-size: 2em;
	font-style: normal;
	padding: 0.1em;
	text-align: left;
}
span.highlight, p.highlight, li.highlight {
	font-family: Verdana;
	color: #FFCC99;
	background-color: #FFFFFF;
	font-weight: 400;
	font-size: 1.5em;
	padding-left: 0.2em;
	padding-right: 0px;
	margin-right: 0px;
	text-align: center;
	}
.options, span.options, p.options, li.options {
	font-family: Verdana;
	color: #3E5E75;
	background-color: #C2DAE4;
	font-weight: 400;
	font-size: 0.8em;
	padding-left: 0.2em;
	}

.body-header {
	background-color: #CCCCCC;
	font-size: 0.9em;
	font-family: "Microsoft Sans Serif";
	color: #FFFFFF;
	position: absolute;
	font-weight: 400;
	border-bottom-style: solid;
	border-bottom-color: #9999FF;
	border-left-color: #9999FF;
	border-left-style: solid;
	border-right-color: #9999FF;
	border-right-style: solid;
	padding-left: 1em;
	padding-right: 1em;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	left: 0%;
	border-width: 3px 2px 2px 2px;
	top: 0%;
}
.testimonial{
	font-size: 0.75em;
	font-family: "Microsoft Sans Serif";
	color: #FF6633;
	background-color: #C2DAE4;
	font-style: italic;
}
#leftcontent {
	float:left;
	width:15%;
	margin-right:4em;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-width: 1px 1px 1px 1px;
	padding-bottom: 1em;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;
	margin-top: 1em;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	padding-top: 0px;
	background-color: #C2DAE4;
	margin-left: 0.5em;
		}

	#rightcontent {
	float: right;
	margin-top: 1em;
	border-left-color: #CCCCCC;
	border-left-style: none;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-right-style: none;
	border-right-width: 1px;
	background-color: #F7F7F7;
	border-bottom-color: #CCCCCC;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: none;
	border-top-width: 1px;
	padding: 5px 5px 0px 5px;
	margin-right: 2em;
	margin-left: -2.5em;
	margin-bottom: 1em;
		}
#maincontent {
	margin-top: 0em;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	background-color: #FFFFFF;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
	padding: 1em 0.25em 0.25em 0.25em;
	background-repeat: no-repeat;
	background-position: center;
		}
#bottomcontent {
	border-left-color: #CCCCCC;
	border-left-style: none;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-right-style: none;
	border-right-width: 1px;
	background-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	border-bottom-style: none;
	border-top-color: #CCCCCC;
	border-top-style: none;
	border-top-width: 0px;
	padding: 0em 2em 1em 2em;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: 45%;
		}
#rounded-box {
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	background-color: #0099FF;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	padding: 1em 1em 1em 1em;
	top: 3em;
	background-image: url(Images/rounded-box.gif);
	background-repeat: no-repeat;
	height: 10em;
	width: 10em;
		}

#portfolio {
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-width: 1px 1px 1px 1px;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	left: 50%;
	width: 40%;
	top: 10em;
	position: absolute;
		}

 .box {
	border-width: 1px 1px 3px 4px;
	border-style: solid solid solid solid;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	font-size: 0.75em;
	color: #999999;
	background-color: #FFFFFF;
	padding: 1em;
	width: 100%;
 }
.maplink {
	color: #3E5E75;
	text-decoration: none;
	font-family: "Microsoft Sans Serif";
	font-size: 1em;
}

a.maplink, a.maplink:visited{
	color: #3E5E75;
	text-decoration: none;
	font-family: "Microsoft Sans Serif";
	font-size: 1em;
	font-style: normal;
}

a.maplink:hover {
	color: #FFFFFF;
	margin: 0px;
	font-family: "Microsoft Sans Serif";
	background-color: #C2DAE4;
}
a.web3000link, a.web3000link:visited{
	color: #009900;
	text-decoration: none;
	font-family: Arial;
	font-size: 0.7em;
}

a.web3000link:hover {
	color: #FFFFFF;
	margin: 0px;
	font-family: Arial;
	background-color: #009900;
}
a.web3000link2, a.web3000link2:visited{
	color: #009900;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
a.web3000link2:hover {
	color: #CCCCCC;
	margin: 0px;
	font-family: Arial;
}

#list-horizontal ul 
{
	padding: 0;
	white-space: nowrap;
	background: #ffc;
	list-style-type: disc;
	color: #9DACBF;
	display: inline;
} 

#list-horizontal li {
	display: inline;
	list-style-type: disc;
	color: #9DACBF;
} 


 
.ballbottom {
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	text-align: left;
	border-color: #999999 #999999 #999999 #CCCCCC;
	padding: 0em;
	background-color: #009900;
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	position: absolute;
	top: 64px;
	left: 0px;
	background-image: url(images/poolballbottom.jpg);
	background-repeat: no-repeat;
	width: 180px;
	background-position: 41px 0px;
	height: 47px;
}
.maincontent {

	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	text-align: left;
	border-color: #999999 #999999 #999999 #CCCCCC;
	padding: 0em;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	position: absolute;
	top: 65px;
	left: 181px;
	width: 82%;
}
.header {
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	text-align: left;
	border-color: #999999 #999999 #999999 #CCCCCC;
	padding: 0em;
	background-color: #009900;
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 64px;
}
.corner {
	left: 0px;
	top: 0px;
	position: absolute;
	background-color: #009900;
	padding: 0px;
	margin: 0px;
	background-image: url(images/corner.jpg);
	background-repeat: no-repeat;
}
div.corner {

	left: 0px;
	top: 0px;
	position: absolute;
	padding: 0px;
	margin: 0px;
	background-image: url(images/corner.jpg);
	background-repeat: no-repeat;
}
.mainbox {
	text-align: left;
	padding: 1px;
	left: 1px;
	position: relative;
	top: 2px;
	color: #009900;
	border: 1px solid #009900;
	margin: 0px;
}
.ad-box {
	text-align: left;
	padding: 5px;
	left: 7px;
	position: relative;
	height: 100px;
	width: 80px;
	font-family: Arial;
	font-size: 12px;
	color: #CCCCCC;
	border: 1px dotted #000000;
	margin: 5px;
	background-color: #FFFFFF;
}
div.nosee {
	color: #009900;
}
