﻿
.MenuLink
{
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-size: 8pt;
	font-family: 'Times New Roman' , Serif;
}
.CheckBoxLabel
{
	color: black;
	text-decoration: none;
	font-size: 8pt;
	font-family: 'Times New Roman' , Serif;
}
.TableBody
{
	color: black;
	text-decoration: none;
	font-size: 8pt;
	font-family: 'Times New Roman' , Serif;
	background-color: #efefef;
}

.TableLink
{
	color: blue;
	text-decoration: underline;
	font-size: 8pt;
	font-family: 'Times New Roman' , Serif;
	background-color: #efefef;
	cursor: pointer;
}

.TableHeader
{
	color: white;
	text-decoration: none;
	font-size: 8pt;
	font-family: 'Times New Roman' , Serif;
	background-color: #802020;
}
.TableTitle
{
	color: white;
	text-decoration: none;
	font-size: 8pt;
	font-family: 'Times New Roman' , Serif;
	background-color: #202080;
}

