﻿.Button
{
	border-right: white 3px outset;
	border-top: white 3px outset;
	border-left: white 3px outset;
	border-bottom: white 3px outset;
	font-weight: bold;
	font-size: 12pt;
	vertical-align: middle;
	width: 125px;
	color: white;
	font-family: Arial;
	height: 30px;
	background-color: #5D7B9D;
	text-align: center;
	font-variant:normal;
}
.SmallButton
{
	border-right: white 2px outset;
	border-top: white 2px outset;
	border-left: white 2px outset;
	border-bottom: white 2px outset;
	font-weight: bold;
	font-size: 10pt;
	vertical-align: middle;
	color: white;
	font-family: Arial;
	background-color: #5D7B9D;
	text-align: center;
	font-variant:normal;
}

.Label
{
	font-size: 10pt;
	color: black;
	font-family: Arial;
}

.Entry
{
	font-size: 12pt;
	color: black;
	font-family: Arial;
    margin-bottom: 0px;
}
.Copyright
{
	font-size: 9pt;
	color: black;
	font-family: Arial;
}
.Title
{
	font-size: 14pt;
	color: #5D7B9D;
	font-family:Arial;
}
