
.Caption 
{
	width:99%;
	color:#F0F0F0;
	background-color:#113399;
	font-family:tahoma;
	font-size:11pt; 
	font-weight:600;
	
	
	
	text-align:right;
	padding-bottom:2px; 
	padding-top:0px; 
	padding-left:4px; 
	padding-right:4px;
	margin-bottom:1px;
}


.Button
{
	overflow:hidden;
	
	
	font-weight: bold;
	font-size: 10pt;

	color: white;

	font-family: tahoma;
	background-color: lightslategray;
} 

body
{
	
	font-size: 10pt;
	color:black;
	font-Family: Tahoma;
	
	margin-bottom:5;
	margin-left:5;
	margin-right:5;
	margin-top:5;
	overflow-y:auto;
	scrollbar-base-color:#2e5a87;
	scrollbar-highlight-color:#81b0dd;
	scrollbar-darkshadow-color:#81b0dd;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-arrow-color:#ffffff;
	scrollbar-shadow-color:#cde0f1;
	scrollbar-track-color:#cde0f1; 
}
A:active 
 { 
	color:#444466; 
	text-decoration:none;
 }
a:link 
{color:#196098; text-decoration:none}

a:visited
{
	color: #196098;
	text-decoration: none;
}

a:hover
{
	color: #ff9966;
	text-decoration: none;
}

.text1 {

	font-size: 9pt;
	color: #196098;
	font-weight: normal;
}



TABLE
{
	font-size: 9pt;
	margin: 1px;
	color: black;
	font-family: Tahoma;
	
}

TR
 {
	font-size: 10pt;
	font-family: Tahoma;
 }
 
TD
{
	font-size: 10pt;
	font-family: Tahoma;
}

TH
{
	font-family: Tahoma;
	font-size: 10pt;
}



.errorMessage
{
	font-size: 9pt;
	color: red;
	font-family: Tahoma;
}

.warrningMessage
{
	font-size: 9pt;
	color: midnightblue;
	font-family: Tahoma;
}

.infoMessage
 {
	font-size: 9pt;
	color:black;
	font-Family: Tahoma;
 }
 
.label
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma;
}
.TableHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: #006699;
	font-family: tahoma;
	background-color: #e7e9eb;
}
.HeaderFont
{
	font-weight: bold;
	font-size: 9pt;
	color: #ff6600;
}
Input, textarea
{
	overflow:hidden;
	color: black;
	font-family: Tahoma;
}
.TableSize
{
	font-size: small;
	font-family: tahoma;
	font-size: 8pt;
}