BODY
{
	padding: 0px;
	margin: 0px;
}
.MinorLink
{
	font-size: 12pt;
	color: #333399;
	font-family: Times New Roman;
	text-decoration: none;
}
.MinorLink:hover
{
	font-size: 12pt;
	color: red;
	font-family: Times New Roman;
	text-decoration: none;
}
.MajorLink
{
	font-weight: bold;
	font-size: 12pt;
	color: white;
	font-style: italic;
	font-family: Arial;
	text-decoration: none;
}
.MajorLink:hover
{
	font-weight: bold;
	font-size: 12pt;
	color: red;
	font-style: italic;
	font-family: Arial;
	text-decoration: none;
}
.Grid
{
	border-right: #333399 0.1em solid;
	border-top: #333399 0.1em solid;
	border-left: #333399 0.1em solid;
	border-bottom: #333399 0.1em solid;
	background-color: white;
}
.GridAlternatingItem
{
	background-color: whitesmoke;
}
.GridHeader
{
	font-weight: bolder;
	font-size: 10pt;
	color: white;
	font-family: Arial;
	background-color: #333399;
}
.GridFooter
{
	font-weight: bolder;
	font-size: 10pt;
	color: white;
	font-family: Arial;
	background-color: #333399;
}
.HeaderText
{
	font-weight: bolder;
	font-size: 10pt;
	color: white;
	font-family: Arial;
}
.ColoredText
{
	color: #333399;
	font-family: Arial;
}
