﻿body {
}
.heading
{
	font-weight: bold;
	font-size: 12pt;
	color:Navy;
	font-family: 'Times New Roman';
}
.subheading
{
	font-weight: bold;
	font-size: 10pt;
	color: darkred;
	font-family: Verdana;
}
.tablecontent
{
	color:Black;
	font-family: Verdana;
	font-size: 10pt;
}
.background
{
	background-color:White;
}
.TextBoxBorderColor
{
	border-color:#9fc8f7;
	font-size:10pt;
	height: 18px;
	width: 170px;
	font-family: Verdana;
}
.Dropdownlist
{
	border-color:#9fc8f7;
	font-size:10pt;
	height: 20px;
	width: 55px;
	font-family: Verdana;
}
.ButtonColor
{
	border-right: silver 2px solid;
	border-top: silver 2px solid;
	border-left: silver 2px solid;
	border-bottom: silver 2px solid;
	background-color: #006699;
	font-weight: bold;
	color: white;
	font-style: normal;
	cursor: hand;
	font-size: 10pt;
	width: 60px;
	height: 23px;
}
.TextBoxMultiLineBorderColor
{
	border-color:#9fc8f7;
	font-size:10pt;
	font-family: Verdana;
	width: 150px;
}
.Label
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 10pt;
	color: #006699;	
}