body{
	background: url(../images/m_bg.jpg);
	color: #fff;
	font-family: arial;
	font-size: 9pt;
}

/* block indent */
.block_indent{
	margin: 0 0 0 20px;
	display: block;
}

/* first line indent */
.indent{
	margin: 0 0 0 20px;
}

/* -1 than normal size, different colours */
.smallfont{
	font-size: 8pt;
	line-height: 11pt;
}
.smallfont_light{
	font-size: 8pt;
	line-height: 11pt;
	color: #c5c5c5;
}
.smallfont_white{
	font-size: 8pt;
	line-height: 11pt;
	color: #fff;
}

/* normal size text, different colour options */
.light{
	color: #c5c5c5;
}
.white{
	color: #fff;
}
.blue{
	color: #5F95BB;
}
.light_blue{
	color: #a1c5df;
}
.copper{
	color: #db9931;
}
a.copper:link,a.copper:visited,a.copper,a.copper:hover{
	color: #db9931;
}

/* +1 than normal size, different colours */
.largefont{
	font-size: 11pt;
}
.largefont_light{
	font-size: 11pt;
	color: #c5c5c5;
}
.largefont_white{
	font-size: 11pt;
	color: #fff;
}

/* header text, different colours */
.heading{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
}
.heading_light{
	font-family: Arial;
	font-size: 11pt;
	color: #c5c5c5;
	font-weight: bold;
	font-style: italic;
}
.heading_white{
	font-family: Arial;
	font-size: 11pt;
	color: #fff;
	font-weight: bold;
	font-style: italic;
}
p.film_heading{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 15px;
}

/* changes link to full white, no change with mouseover */
.smallfont_white a:link, .white a:link, .largefont_white a:link, .heading_white a:link{
	color: #fff;
	text-decoration: none;
}
.smallfont_white a:visited, .white a:visited, .largefont_white a:visited, .heading_white a:visited{
	color: #fff;
	text-decoration: none;
}
.smallfont_white a:hover, .white a:hover, .largefont_white a:hover, .heading_white a:hover{
	color: #fff;
	text-decoration: none;
}

/* changes link to light grey, white with mouseover */
.smallfont_light a:link, .light a:link, .largefont_light a:link, .heading_light a:link{
	color: #c5c5c5;
	text-decoration: none;
}
.smallfont_light a:visited, .light a:visited, .largefont_light a:visited, .heading_light a:visited{
	color: #c5c5c5;
	text-decoration: none;
}
.smallfont_light a:hover, .light a:hover, .largefont_light a:hover, .heading_light a:hover{
	color: #fff;
	text-decoration: none;
}

/* changes blue link to light blue */
.blue a:link{
	color: #5F95BB;
	text-decoration: none;
}
.blue a:visited{
	color: #5F95BB;
	text-decoration: none;
}
.blue a:hover{
	color: #76B7DD;
	text-decoration: none;
}

/* changes link to grey, change to white with mouseover */
.grey a:link{
	color: #989898;
	text-decoration: none;
}
.grey a:visited{
	color: #989898;
	text-decoration: none;
}
.grey a:hover{
	color: #fff;
	text-decoration: none;
}
