﻿body
{
	margin: 0px;
	font: message-box;
}

form
{
	margin:0px;
}

p
{
	font:message-box;
}

a.a:link
{
	color: #2C80AF;
}
a.a:visited
{
	color: #2C80AF;
}
a.a:active
{
	color: Red;
}
a.a:hover
{
	color: Red;
}

.button
{
	font:menu;
}

.control
{
	font:icon;

}

.smallcaption
{
	font:small-caption;
}

.comboBox_Title
{
	font:small-caption;
	padding:8px;
}

.cursor_Help
{
	cursor:help;
}

.buttonBlue
{
	font-family:Verdana;
	font-size: 8.25pt;
	cursor:hand;
	border:solid 1px rgb(8, 36, 107);
	background-color: rgb(181, 190, 214);
}

.buttonRed
{
	font-family:Verdana;
	font-size: 8.25pt;
	border:solid 1px rgb(255,0,0);
	cursor:hand;
	background-color:rgb(255,190,181);
}

.buttonGreen
{
	font-family:Verdana;
	font-size: 8.25pt;
	border:solid 1px green;
	cursor:hand;
	background-color:rgb(165,216,165);
}

.buttonDisabled
{
	font-family:Verdana;
	font-size: 8.25pt;
	border:solid 1px rgb(242,242,242);
	cursor:default;color:gray;
}

p.s1
{
	font-family:'Times New Roman';font-size:12pt;
	padding-left:32px;
}

h1.s1
{
	font-family:Tahoma;font-size:18pt;font-weight:normal;
}

h3.s1
{
	font-family:Tahoma;font-size:12pt;font-weight:bold;
}

h4.s1
{
	font-family:Tahoma;font-size:16pt;font-weight:normal;
}

h5.s1
{
	font-family:Tahoma;font-size:12pt;font-weight:bold;
	padding-left:32px;
}

table.s1
{
	margin-left:32px;
}

td.s1
{
	font-family:'Times New Roman';font-size:12pt;
}