﻿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';
}
A:active
{
	font-size: 10pt;
	font-family: 'arial';
	color: #000056;
	cursor:hand;
	text-decoration: none
}
A:hover
{
	font-size: 8pt;
	font-family: 'arial';
	color: #091b56;
	cursor:hand;
	text-decoration: none
}
A:visited
{
	font-size: 8pt;
	font-family: 'arial';
	color: #091b56;
	cursor:hand;
	text-decoration: none
}
A:link
{
	font-size: 8pt;
	font-family: 'arial';
	color: #091b56;
	cursor:hand;
	text-decoration: none
}
.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';
	font-weight: bold;
	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;
	border-bottom:solid 1px #0d1f58; 
	width:450px; 
	text-align:right;
	vertical-align:bottom;
	margin-right:10px;
	
}
.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;
}

.HelpBox
{
	font-size: 8pt;
	font-family: 'arial';
	color:#000080;
	background-color:#ffff99; 
	border-style:ridge;
}

.WarningBox
{
	font-size: 8pt;
	font-family: 'arial';
	color:#800000;
	background-color:#ffff99; 
	border-style:ridge;
	padding: 10px;
	border-style: inset;
}

.Breadcrumb
{ 
	font-size: 8pt;
	font-family: 'arial';
	font-weight: normal; 
	color:#404040;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.modalBackground {
	background-color: Gray;
	opacity: 0.7;
	filter:alpha(opacity=70);
}

.hiddenCell {
	visibility:hidden;
	width:1px;
}

.createTable {
	padding: 5px;
	border-style:solid;
	border-color:Gray;
}

.createTable TD 
{
	padding-left:8px;
	padding-right:5px;
	padding-top: 2px;
	padding-bottom:2px;
}

.ctCell { padding:5px; }

.tabHead {
	font-size : 12px;
	font-weight :bold;
}

.messagebox {
	 padding:12px;
	 background-color:Yellow;
	 border-style:solid;
	 border-width:thin;
	 border-color:Red;
	 font-size:10px;
	 font-weight:bold;
	 height:50px;
}

.warnImg {
	margin-right:20px; 
	float:left;
}
