/* tashly CONSULTING - Professional Book Keeping, Consulting & MYOB Training. MYOB Software Reseller */
/* tashly DESIGN - Quality Full Colour Business Cards, Professional Graphic & Website Design */

body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
    background-image: url(stopwatch.jpg);
    background-repeat: no-repeat;
	background-position: top right;
	}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:14px;
	line-height:18px;
	font-weight:900;
	color:#444;
	}
h2 {
	margin:0px 0px 15px 0px;
	padding:0px;
	margin:0px 0px 8px 0px;
	font-size:10px;
	line-height:10px;
	font-weight:normal;
	color:#666666;
	}

a:link {color:#FF0000;}
a:visited {color:#666666;}
a:hover {color:#000000;text-decoration: underline}

#Header {
	margin:10px 0px 10px 0px;
	padding:2px 0px 0px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:24px; /* 14px + 8px + 2px = 33px */
	border-style:dashed;
	border-color:#8888ff;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color:#eef5f7;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	}
