﻿body
{
	border-spacing: 0px;
	empty-cells: show;
	text-align: center;
}



.NavigationRow
{
	background-color: #555555;
	text-align: left;
}

.NavigationCell
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #FFFFFF;
	background-color: #555555;
	text-align: left;
	letter-spacing: normal;
	padding-left: 10px;
	margin: 0px;
	height: 20px;
	width: auto;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #6DCEF5;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #555555;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #555555;
}


a.navigationlink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
}


a.navigationlink:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: #6DCEF5;
	text-decoration: none;
}

a.navigationlink:Active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a.navigationlink:Visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}






.SectionHeadingWithDot
{
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left center;
	background-image: url("Images/HeadingDot.gif");
	font-weight: bold;
}


.SectionPlainText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

