/* CSS Document */
BODY {
	background-color: #99CCCC;
	margin: 0;
}
h1	{
	font: bold 13px verdana, arial, helvetica, sans-serif;
	color: #007979;
}
h2	{
	font: bold 12px verdana, arial, helvetica, sans-serif;
	color: #007979;
}
td	{
	font: normal 12px verdana, arial, helvetica, sans-serif;
	color: black;
}
p	{
	font: normal 12px verdana, arial, helvetica, sans-serif;
	color: black;
}
ul,ol	{
	font: normal 12px verdana, arial, helvetica, sans-serif;
	color: black;
}
.blue	{
	font: normal 9px verdana, arial, helvetica, sans-serif;
	color: #007979;
}
.small	{
	font: normal 9px verdana, arial, helvetica, sans-serif;
	color: #666666;
}
.line {
	line-height: 18px;
}
.bluebgnd1	{
	background-color: #99CCCC;
}
/* link colours */

a {
	color: #333333;
	text-decoration: none;
}
a:hover
{
    color: #333333;
	text-decoration: underline;
}
a.lizard {
	color: #007979;
	text-decoration: none;
	font: normal 9px verdana, arial, helvetica, sans-serif;
}
	.top-left {
		background-image:url(images/top-left.gif);
		background-repeat: no-repeat;
	}
	.top-mid {
		background-image:url(images/top-mid.gif);
		background-repeat: repeat-x;
	}
	.top-right {
		background-image:url(images/top-right.gif);
		background-repeat: no-repeat;
	}
	.left {
		background-image:url(images/left.gif);
		background-repeat: repeat-y;
	}
	.right {
		background-image:url(images/right.gif);
		background-repeat: repeat-y;
	}
	.bot-left {
		background-image:url(images/bot-left.gif);
		background-repeat: no-repeat;
	}
	.bot-mid {
		background-image:url(images/bot-mid.gif);
		background-repeat: repeat-x;
	}
	.bot-right {
		background-image:url(images/bot-right.gif);
		background-repeat: no-repeat;
	}