body
{
	background-color: white;
	color: #DE2227;
	font-size: 8pt;
	font-family : Tahoma, "Times New Roman", Times, serif;
}
TABLE
{
	font-size: 8pt;
	font-family : Georgia, "Times New Roman", Times, serif;
}
.TextBox
{
	border-right: #c7ccdc 1px solid;
	border-top: #c7ccdc 1px solid;
	border-left: #c7ccdc 1px solid;
	border-bottom: #c7ccdc 1px solid;
	font-size: 8pt;
	font-family: Tahoma, Verdana, 'Times New Roman';
	width: 200px;
}
.SmallTextBox
{
	border-right: #c7ccdc 1px solid;
	border-top: #c7ccdc 1px solid;
	border-left: #c7ccdc 1px solid;
	border-bottom: #c7ccdc 1px solid;
	font-size: 8pt;
	font-family: Tahoma, Verdana, 'Times New Roman';
	width: 70px;
}
.SmallButton
{
	background-color: gainsboro;
	border-right: darkgray solid 1px;
	border-top: darkgray solid 1px;
	border-left: darkgray solid 1px;
	border-bottom: darkgray solid 1px;
	font-size: 8pt;
	font-family: Tahoma, Verdana, 'Times New Roman';
	width:50px;
	text-align:center;
}
.Button
{
	background-color: gainsboro;
	border: darkgray solid 1px;
	font-size: 8pt;
	font-family: Tahoma, Verdana, 'Times New Roman';
	width:100px;
	text-align:center;
}

.idxButton
{
	background-color: white;
	color: #DE2227;
	border-right: #DE2227 solid 2px;
	border-top: #DE2227 solid 1px;
	border-left: #DE2227 solid 1px;
	border-bottom: #DE2227 solid 2px;
	font-size: 8pt;
	font-weight:bold;
	font-family: Tahoma, Verdana, 'Times New Roman';
	width:150px;
	height:25px;
	text-align:center;
}
.PlaceTitle
{
	text-align:center;
	font-weight: bold;
	width: 100%;
	color: #DE2227;
	background-color: white;
	width:100%;
	font-size:14pt;
	font-family : Georgia, "Times New Roman", Times, serif;
}
.PlaceBody
{
	font-weight: bold;
	text-align:left;
	font-size:10pt;
	font-family : Tahoma, "Times New Roman", Times, serif;
}
.MediumTextBox
{
	border-right: #c7ccdc 1px solid;
	border-left: #c7ccdc 1px solid;
	border-top: #c7ccdc 1px solid;
	border-bottom: #c7ccdc 1px solid;
	width: 140px;
	font-size: 8pt;
	font-family: Tahoma, Verdana, 'Times New Roman';
}
.LargeTextBox
{
	border-right: #c7ccdc 1px solid;
	border-left: #c7ccdc 1px solid;
	border-top: #c7ccdc 1px solid;
	border-bottom: #c7ccdc 1px solid;
	width: 220px;
	font-size: 8pt;
	font-family: Tahoma, Verdana, 'Times New Roman';
}
.VLargeTextBox
{
	border-right: #c7ccdc 1px solid;
	border-left: #c7ccdc 1px solid;
	border-top: #c7ccdc 1px solid;
	border-bottom: #c7ccdc 1px solid;
	width: 350px;
	font-size: 8pt;
	font-family: Tahoma, Verdana, 'Times New Roman';
}

.ShowDiv
{
	border-right: #c7ccdc 1px solid;
	border-left: #c7ccdc 1px solid;
	border-top: #c7ccdc 1px solid;
	border-bottom: #c7ccdc 1px solid;
}

.Footer
{
	position: absolute;
	bottom: 15px;
	left:5px;
	width: 100%;
	text-align:center;
}

