/* 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(../images_interface/BK_gradient2.png);
    background-repeat:repeat;
	background-position:default;
	}

h1 {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:13px;
	line-height:20px;
	font-weight:bold;
	color:#666666;
	}

h2 {
	margin:0px 0px 0px 0px;
	padding:0px;
	margin:0px 0px 0px 0px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	font-weight:normal;
	color:#666666;
	}

h3 {
	margin:0px 0px 0px 0px;
	padding:0px;
	margin:0px 0px 0px 0px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:9px;
	line-height:12px;
	font-weight:normal;
	color:#666666;
	}	

a:link {color:#666666;}
a:visited {color:#666666;}
a:hover {color:#cc6600;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 */
	}
