﻿@media screen
{

	a.external:link
	{
		font-size: 7px;
		text-decoration: underline;
		color: Navy;
	}
	a.external:visited
	{
		font-size: 7px;
		text-decoration: underline;
		color: Navy;
	}
	a.external:hover
	{
		font-size: 7px;
		text-decoration: none;
		color: Maroon;
	}


	table.outer
	{
		width: 98%;
		margin-top: 0px;
		margin-left: 0px;
	}
	table.separator
	{
		margin-left: 10px;
		width: 98%;
		border-top: lightgrey solid 1px;
		border-bottom: lightgrey solid 1px;
		border-left: lightgrey solid 1px;
		border-right: lightgrey solid 1px;
	}
	.separator
	{
		border-top: lightgrey thick solid;
	}
	.label
	{
		
		font-weight: bold;
		vertical-align: top;
	}
	.subHeader
	{
		text-align: center;
		font-size: 10pt;
		background-color: #97a8c0;
		color: #ffffff;
		font-weight: bold;
	}

}
