@media screen {

	/* General */
	body {
		background-color	: #1188FF;
		color			: #FFFFFF;
		font-family		: Verdana, Arial, Sans-Serif;
	}

	a {
		color			: #FFFFFF;
	}

	a:link {
		font-family		: Verdana, Arial, Sans-Serif;
		text-decoration		: underline;
	}

	a:visited {
		font-family		: Verdana, Arial, Sans-Serif;
		text-decoration		: underline;
	}

	a:hover {
		color			: #ffffff;
		font-family		: Verdana, Arial, Sans-Serif;
		text-decoration		: underline;
		background-color 	: #0066DD;
	}

	a:active {
		color			: #000000;
		font-family		: Verdana, Arial, Sans-Serif;
		text-decoration		: none;
	}


	/* Special Effects */

	table.GlowText {
		filter			: glow(color='#0000AA');
	}

	table.Border {
		width			: 750;
	}

	hr.GlowBar {
		color			: #FFFFFF;
	}

	hr.SepBar {
		color			: #0000AA;
	}


	/* Results */
	table.Results {
		width			: 100%;
	}

	td.Result {
		border-style		: solid;
		border-top-width	: 0px;
		border-left-width	: 0px;
		border-right-width	: 0px;
		border-bottom-width	: 1px;
		color			: #333333;
	}


	/* Results Status Bar */
	p.ResultStatus {
		color			: #DDDDFF;
		background-color	: #0000AA;
		margin-top		: 0px;
		margin-bottom		: 0px;
	}


	/* Navigation Bar */
	p.Navigation {
		color			: #DDDDFF;
		background-color	: #0000AA;
		margin-top		: 0px;
		margin-bottom		: 0px;
	}

	a.NavigationLink {
		color			: #DDDDFF;
	}

	a.NavigationLink:link {
		font-family		: Verdana, Arial, Sans-Serif;
		text-decoration		: underline;
	}

	a.NavigationLink:visited {
		font-family		: Verdana, Arial, Sans-Serif;
		text-decoration		: underline;
	}

	a.NavigationLink:hover {
		color			: #FFFFFF;
		font-family		: Verdana, Arial, Sans-Serif;
		text-decoration		: underline;
		background-color 	: #0055BB;
	}

	a.NavigationLink:active {
		color			: #FFFFFF;
		font-family		: Verdana, Arial, Sans-Serif;
		text-decoration		: none;
	}


	/* Product Result */
	td.ProductResult {
		font-family		: Times New Roman;
		font-size		: 10pt;
	}

}


@media print {

	/* General */
	body {
		margin-left		: 0;
		margin-right		: 0;
		margin-top		: 0;
		margin-bottom		: 0;
		background-color	: #FFFFFF;
		color			: #000000;
		font-family		: Verdana, Arial, Sans-Serif;
	}

	a {
		color			: #000000;
	}

	a:link {
		font-family		: Verdana, Arial, Sans-Serif;
		text-decoration		: underline;
	}

	a:visited {
		font-family		: Verdana, Arial, Sans-Serif;
		text-decoration		: underline;
	}

	a:hover {
		color			: #000000;
		font-family		: Verdana, Arial, Sans-Serif;
		text-decoration		: underline;
		background-color 	: #FFFFFF;
	}

	a:active {
		color			: #000000;
		font-family		: Verdana, Arial, Sans-Serif;
		text-decoration		: none;
	}


	/* Special Effects */
	table.GlowText {
	}

	table.Border {
		width			: 600;
	}

	hr.GlowBar {
		color			: #000000;
	}

	hr.SepBar {
		color			: #000000;
	}


	/* Results */
	table.Results {
		width			: 100%;
	}

	td.Result {
		border-style		: solid;
		border-top-width	: 0px;
		border-left-width	: 0px;
		border-right-width	: 0px;
		border-bottom-width	: 1px;
		color			: #000000;
	}


	/* Results Status Bar */
	p.ResultStatus {
		color			: #000000;
		background-color	: #FFFFFF;
		margin-top		: 0px;
		margin-bottom		: 0px;
	}


	/* Navigation Bar */
	p.Navigation {
		color			: #000000;
		background-color	: #FFFFFF;
		margin-top		: 0px;
		margin-bottom		: 0px;
	}

	a.NavigationLink {
		color			: #000000;
	}

	a.NavigationLink:link {
		font-family		: Verdana, Arial, Sans-Serif;
		text-decoration		: underline;
	}

	a.NavigationLink:visited {
		font-family		: Verdana, Arial, Sans-Serif;
		text-decoration		: underline;
	}

	a.NavigationLink:hover {
		color			: #000000;
		font-family		: Verdana, Arial, Sans-Serif;
		text-decoration		: underline;
		background-color 	: #FFFFFF;
	}

	a.NavigationLink:active {
		color			: #000000;
		font-family		: Verdana, Arial, Sans-Serif;
		text-decoration		: none;
	}


	/* Product Result */
	td.ProductResult {
		font-family		: Times New Roman;
		font-size		: 10pt;
	}

}


