body
{
	color: black;
	font-family: tahoma;
	background-color: #264375;
	font-size: 10pt;
}
td
{
	color: black;
	font-family: tahoma;
	background-color: white;
}
table
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
	border-bottom: black thin solid;
	
}


.nobordertable
{
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: none;
}
input
{
	font-size: 10pt;
	font-family: tahoma;
}
a:link
{
	color: #3f6ab2;
}

.txtboxwatermark
{
	font-size: 0.8em;
	font-family: tahoma;
	color: #a6c1ee;
}

.txtbox
{
	font-size: 0.8em;
	font-family: tahoma;
}

.chkbox
{
	font-family:Tahoma;
	font-size: 9pt;
}

.cmdbutton
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-color: #CCCCCC;
	font-size: 0.8em;
	font-family:Verdana;
	font-style:normal;		
	background-color:#FFFBFF;
	cursor: pointer;
	
}