/** Motion Music, UK, Sept2004 **/

/*_global_*/

body { 	
	padding: 10px;
	margin: 0px;
}

body,
td {
	font-family: Comic Sans MS, Sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #FFFFFF;
}

.header_large {	
	font-size: 22px;
	font-weight: 700;
	color: #FF6633;
}
.header_medium {
	font-size: 18px;
	color: #FF6633;
}
header_red {
	font-weight: 600;
	color: #CC0000;
}

.image {
	padding: 10px 10px 10px 0px;
}

h1.invisible {
	color: #FFFFFF;
}
.invisible {
	color: #FFFFFF;
}

/*_sections_*/

.mainText {
	padding: 30px 20px 10px 20px;
	border-bottom: 1px solid #FF6633;
	line-height: 1.5em;
	text-align: left;
	background-image: url(images/mainText_bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

.copy {
	font-size: 12px;
	text-align: center;
	color: #777777;
}


/*_hrefs_*/
a {
	font-family: Comic Sans MS, Sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #FF6633;
}
a:hover {
	color: #FF3300;
}

a.footer {
	font-size: 12px;
}