@charset "utf-8";
/* CSS Document */

	.background{
		background-color			: #333333;
		background-image			: none
	}
	
	td{
		color									: #DF0024;
		font-size							: 9pt;
		font-family						: Arial, Verdana, Helvetica, sans-serif ;
		line-height						: 14px;
	}
	
	.head{
		color									: #252525;
		font-size							: 12pt;
		font-family						: Helvetica, Arial, Verdana, Helvetica, sans-serif ;
		font-weight						: lighter;
	}
	
	.headwhite{
		color									: #252525;
		font-size							: 12pt;
		font-family						: Helvetica, Arial, Verdana, Helvetica, sans-serif;
		font-weight						: lighter;
	}
	
	.headsmaller{
		color									: #DF0024;
		font-size							: 10pt;
		font-family						: Arial, Verdana, Helvetica, sans-serif;
	}
	
	.bottom_nav{
		color									: #FFFFFF;
		font-size							: 7pt;
		font-family						: Arial, Verdana, Helvetica, sans-serif
	}
	
	.bottom_nav_symbol{
		color									: #df0024;
		font-size							: 7pt;
		font-family						: Arial, Verdana, Helvetica, sans-serif
	}
	
	.body_text{
		color									: #666666;
		font-size							: 9pt;
		font-family						: Arial, Verdana, Helvetica, sans-serif;
		line-height						: 14px;
	}
	
	.form_text{
		color									: #252525;
		font-size							: 8pt;
		font-family						: Arial, Verdana, Helvetica, sans-serif;
		line-height						: 14px;
	}
	
	.form_text_colour{
		color									: #DF0024;
		font-size							: 8pt;
		font-family						: Arial, Verdana, Helvetica, sans-serif;
		line-height						: 14px;
	}
	
	.body_text_colour{
		color									: #DF0024;
		font-size							: 9pt;
		font-family						: Arial, Verdana, Helvetica, sans-serif;
		line-height						: 14px;
	}
	
	.quotetext{
		color									: #DF0024;
		font-size							: 14pt;
		font-family						: Arial, Verdana, Helvetica, sans-serif
	}
	
	a:link{
		color									: #DF0024;
		text-decoration				: none
	}
	
	a:visited{
		color									: #DF0024;
		text-decoration				: none
	}
	
	a:hover{
		color									: #DF0024;
		text-decoration				: underline
	}
	
	.colortheme{
		background-color			: #DF0024;
	}
	
	.innerbackground{
		background-color			: #ffffff;
	}

