/* 
deep yellow #ED9901
light yellow: #F7F4BB
*/

/* sets main centering */

div#main {
	width: 755px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
	}

/* body */
.main {
	background: #000000;
	margin-top:0;
	margin-left:0;
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	SCROLLBAR-SHADOW-COLOR: #F7F4BB;
	SCROLLBAR-ARROW-COLOR: #F7F4BB;
	SCROLLBAR-BASE-COLOR: #000000;
	margin-left:0;
	margin-right:0;
	margin-top:10;
	text-align: center;
}

/* logo - thrift */
.thrift {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 60pt;
	font-style:normal;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1pc;
}

/* logo - urban */
.urban {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 30pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1.2pc;
	}

/* strapline text */
.splash {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 22pt;
		}

/* thrift handy button text */
.buttontext {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 15pt;
		}


/* page name text */
.pagename {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 17pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
		}

/* subhead text */
.subhead {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
		}

/* main body copy */
.intro {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 14pt;
		}

/* standard copy */
p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 16px;
		}


/* programmes table */
th {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 13pt;
	padding-left:2px;
		}

/* programmes table */
.pgms {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	padding-left:5px;
		}

/* programmes table link */
#yellowlink {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style:normal;
	color: #ED9901;
	font-weight: normal;
	text-decoration: none;
}

/* charity number info */
.small {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	line-height: 10px;
		}


/* main menu */
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style:normal;
	color: #F7F4BB;
	font-weight: normal;
	text-decoration: none;
}


/* bold yellow link */
#boldyellow {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style:normal;
	color: #ED9901;
	font-weight: bold;
	text-decoration: none;
}


/* arrow cell in menu */
.arrow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style:normal;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
/* spacer cell in menu */
.spacer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style:normal;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}


/* used for back/next buttons */

.formbutton {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: 500;
	color : #000000;
	border-top : 1px solid #858383;
	border-right : 1px solid #858383;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	background-color: #ED9901; 
}

/* used for thrift handy button */

.adbutton {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color : #000000;
	border-top : 3px solid #858383;
	border-right : 3px solid #858383;
	border-bottom : 3px solid #000000;
	border-left : 3px solid #000000;
	background-color: #F7F4BB; 
}

/* keeps cells 'honest' when they have no other content */
td {
	font-size: 1px;
	color: #FFFFFF;
	text-decoration: none;
}
