﻿body {
}
.mytable
{
	border-right: gray thin solid;
	border-top: gray thin solid;
	border-left: gray thin solid;
	border-bottom: gray thin solid;
	background-color: #d3d3d3;
}
.myheading
{
	font-size: 16pt;
	font-family: Tahoma;
	text-align: center;
}
.mynormal
{
	font-size: 10pt;
	font-family: Tahoma;
	font-weight: bolder;
}
.mysmall
{
	font-size: 7pt;
	font-family: Tahoma;
	font-weight: bolder;
}
UL
{
	list-style-position: outside;
}
.mysitedesc
{
	font-size: 8pt;
}
.mydatatable
{
	border-collapse: collapse;
		border-right: gray thin solid;
	border-top: gray thin solid;
	border-left: gray thin solid;
	border-bottom: gray thin solid;
	background-color: #d3d3d3;
		font-size: 10pt;
	font-family: Tahoma;
	font-weight: bolder;
}
.mydatavalue
{
	font-size: 11pt;
	color: blue;
}