body {
	background-color:#FFFFFF;
	background-image:  url(../images/bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}

.mainTable {
	background-color:#FFFFFF;
	background-image:  url(..images/bg.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
}

/* Type size and style for headers */
.typeHeader {
	font-size: 20px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
}

/* Type size and style for subheaders */
.typeSubhead {
	font-size: 16px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
}

/* Type size and style for all text */
.typeText {
	font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

/* Type size and style for 1px larger than body text */
.typeLarge {
	font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

/* Type size and style for small type */
.typeSmall {
	font-size: 9px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

/* Table housing menu items */
.mastCell {
	background-image:  url(../images/mast_bg.jpg);
	background-repeat:repeat-x;
	height: 156px;
	background-color: #FFFFFF;
}

/* Table housing menu items */
.menuTable {
	background-image:  url(../images/menu_bg.jpg);
	background-color: #FFFFFF;
	width: 203px;
	height: 100%;
	border:0;
	padding:0;
}

/* Table housing menu items */
.menuCell {
	background-image:  url(../images/menu_bg.jpg);
	background-color: #FFFFFF;
	width: 203px;
	height: 100%;
	border:0;
	padding:0;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 9px;
	text-align: left;
	vertical-align: top;
}

/* Creates horizintal rule */
.horizontalRule {
	height: 1px;
	background-image:  url(..images/black_pixel.gif);
	background-repeat: repeat-x;
}

/* Creates background tinted colour for main part of page */
.mainTable { 
	background-image:  url(../images/bg.jpg);
	background-color: #FFFFFF;
	border: 0;
	padding: 6;
}
