﻿body,td,th {
	color: #4f4b48;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt
}
a
{
	color: Blue;	
}

a:hover
{
	color: Blue;	
}
a:visited
{
	color: Blue;	
}
.pageTitle 
{
	font-size: 12pt;
	font-weight: bold;
	color: #004489;
}
.errMsg
{
	font-weight: bolder;
	color: #CC0000;	
}
.buttonDisabled
{
	cursor: wait;	
}
