﻿body 
{
	font-size: 10pt;
	font-family: 'arial';
	color:black;
	background-color:white
}
INPUT
{
	font-size: 10pt;
	font-family: 'arial';
}
SELECT
{
	font-size: 10pt;
	font-family: 'arial';
}
TEXTAREA
{
	font-size: 10pt;
	font-family: 'arial';
}
.Heading
{ 
	font-size: 10pt;
	font-family: 'arial';
	font-weight: bold; 
	color:#0f1e57;
}
.MasterHeading
{ 
	font-size: 18pt;
	font-family: 'arial';
	font-weight: bold; 
	color:#0f1e57;
}
.SuperHeading
{ 
	font-size: 14pt;
	font-family: 'arial';
	font-weight: bold; 
	color:#0f1e57;
}
.WhiteHeading
{ 
	font-size: 8pt;
	font-family: 'arial';
	background-color:#28386b;
	color:white;
}
.ErrorHeading
{ 
	font-size: 10pt;
	font-family: 'arial';
	font-weight: bold;
	color:Red;
}
.SpecialHeading
{ 
	font-size: 12pt;
	font-family: 'arial';
	font-weight: bold; 
	color:#0f1e57;
}
.Larger
{ 
	font-size: 10pt;
	font-family: 'arial';
}
.LinkDummy
{
	font-size: 8pt;
	font-family: 'arial';
	color: #091b56;
	text-decoration: none
}
.LinkDummyLarge
{
	font-size: 10pt;
	font-family: 'arial';
	color: #0f1e57;
	cursor:hand;
}
.SmallFont
{
	font-size: 8pt;
	font-family: 'arial';
	color:#0f1e57;
}
.DescFont
{
	font-size: 10pt;
	font-family: 'arial';
	color:black;
}
.DescSmall
{
	font-size: 8pt;
	font-family: 'arial';
	color:black;
}
.ErrorHeadingSmall
{ 
	font-size: 8pt;
	font-family: 'arial';
	font-weight: bold;
	color:Red;
}

#Info {
	background-color:#d4ebfa;
	position:absolute;
	left:410px;
	top:145px;
	width:520px;
	height:190px;
	border: black 1px solid;
	padding-left: 15px;
	font-size: 12pt;
}
#Info A:active
{
	font-size: 12pt;
	font-family: 'arial';
	color: #091b56;
	cursor:hand;
	text-decoration: none
}
#Info A:hover
{
	font-size: 12pt;
	font-family: 'arial';
	color: #091b56;
	cursor:hand;
	text-decoration: none
}
#Info A:visited
{
	font-size: 12pt;
	font-family: 'arial';
	color: #091b56;
	cursor:hand;
	text-decoration: none
}
#Info A:link
{
	font-size: 12pt;
	font-family: 'arial';
	color: #091b56;
	cursor:hand;
	text-decoration: none
}

#Main A:active
{
	font-size: 12pt;
	font-family: 'arial';
	color: #091b56;
	cursor:hand;
	text-decoration: none
}
#Main A:hover
{
	font-size: 12pt;
	font-family: 'arial';
	color: #091b56;
	cursor:hand;
	text-decoration: none
}
#Main A:visited
{
	font-size: 12pt;
	font-family: 'arial';
	color: #091b56;
	cursor:hand;
	text-decoration: none
}
#Main A:link
{
	font-size: 12pt;
	font-family: 'arial';
	color: #091b56;
	cursor:hand;
	text-decoration: none
}

#HelpMessage
{
	background-color:#d4ebfa;
	position:absolute;
	left:100px;
	width:320px;
	height:150px;
	border: black 1px solid;
}

#HelpMessage A:active
{
	font-size: 8pt;
	font-family: 'arial';
	color: #091b56;
	cursor:hand;
	text-decoration: none
}
#HelpMessage A:hover
{
	font-size: 8pt;
	font-family: 'arial';
	color: #091b56;
	cursor:hand;
	text-decoration: none
}
#HelpMessage A:visited
{
	font-size: 8pt;
	font-family: 'arial';
	color: #091b56;
	cursor:hand;
	text-decoration: none
}
#HelpMessage A:link
{
	font-size: 8pt;
	font-family: 'arial';
	color: #091b56;
	cursor:hand;
	text-decoration: none
}

.bordertop
{
border-top: #9f8bb6 1px solid;
}
.style1
{color: #CC0000;
font-size: 16pt;
 }
table.sample {
	border-width: thin;
	border-style: solid;
	border-color: red;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 0px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}
table.sample td {
	border-width: 0px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}

