﻿body
{
	padding: 0;
	margin: 0px;
	background-color:White;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight:normal;
}

td
{
	font-family: Tahoma;
	font-size: 8pt;
	
}

table
{
	border-width: 0px;
}

td.pageTitle
{
	font-size: 10pt; 
	font-weight: bold;
	background-color: #dfdfdf;
	text-align :center;
}

td.pageContent
{
	padding-top: 20px;	
	text-align: center;
	vertical-align: top;
}

A:link,
A:visited,
A:active
{
	color: #003366;
	text-decoration:none;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;	
}

INPUT
{
	background-color: #f0f0f0; 
	FONT-SIZE: 11px; 
	COLOR: black; 
	FONT-FAMILY: "MS Sans Serif"; 
	border-width:1px; 
	border-color:#9C9DAE; 
	border-style:solid;
}

select
{
	border-width:1px; 
	border-color:#9C9DAE; 
	border-style:solid;	
	background-color: #f0f0f0; 
	FONT-SIZE: 11px; 
	COLOR: black; 
}

textarea 
{
	background-color: #f0f0f0; 
	margin-right:5; 
	border: 1 solid #9C9DAE;
}

.warning
{
	 color : Red;
     font-weight : bold;
     font-family: Tahoma;
     font-size: 8pt;	
}


