/*  created 2003 [daniel mee | daniel@katalyst.com.au] */

/* INDEX

- link styles
- major structual styles
- tag styles
- common styles
- page or section specific styles
- form styles


 */


/* LINK STYLES */

a:link {text-decoration: underline;}
a:visited {text-decoration: underline; }
a:hover {text-decoration: none; }
a:active {text-decoration: underline; }


/* MAJOR STRUCTURAL STYLES */

body {
	margin:0px;
	padding:0px;
	background-color: white;
}

.master {
	margin-left:auto; margin-right:auto; margin-bottom:60px;
	text-align: left;
	width: 759px;
}

.right {
	position: absolute;
	top: 513px;
	margin-left: 393px;
	z-index: 2;
}


/* TAG STYLES */





/* COMMON STYLES */

/* PAGE OR SECTION SPECIFIC STYLES */

/* FORM STYLES */



