﻿body 
{
	background-color: White;
	color: Navy;
	font-family: 'Lucida Grande', Lucida, Verdana, Arial, Helvetica, sans-serif;
}

.x10TopBanner
{
	display: inline;
	border-width: medium;
	width: 45%;
	text-align: right;
}

.x10AddBanner
{
	display: inline;
	border-width: medium;
	width: 45%;
	text-align: left;
	float: right;
}

.x10Breadcrumb
{
	display: block;
	border-width: medium;
	text-align: left;
}

.x10ads
{
	width: 165px;
	display: inline;
	float: right;
	text-align: center;
}

.x10Content
{
	display: block;
	margin-right: 180px;
}

H1
{
	color: White;
	background-color: Blue;
	text-align: right;
	padding: 2px, 2px, 2px, 2px;
	width: 50%;
}

H2
{
	color: Navy;	
}

H3
{
	color: Navy;	
}

A
{
	color: #A64402;	
}

A:active
{
	color: #A64402;	
}

A:visited
{
	color: #A64402;	
}


.FlatTable
{
	border-right: navy thin solid;
	border-top: navy thin solid;
	border-left: navy thin solid;
	border-bottom: navy thin solid;
}

.FlatTableTh
{
	font-weight: bold;
	border-bottom: navy 1px solid;
}

@media print
{
	body 
	{
		color: Black;
	}
	
	.x10AddBanner, .x10Breadcrumb, .x10ads
	{
		display: none;
		visibility: hidden;
	}
	
	.x10Content
	{
	margin-left: 1px;
	margin-right: 1px;
	}
	
	.x10TopBanner, H1
	{
		text-align: left;
		color: Black;
	}
	
	H2, H3, A
	{
		color: Black;
	}
}