.generalTextBox
{
	border: solid 1px silver;
	font-family: Verdana, Arial, Helvetica, sans-serif, MS UI Gothic; 
	font-size: 8pt;
}


.textBox
{
	border: solid 1px silver;
	font-family: Verdana, Arial, Helvetica, sans-serif, MS UI Gothic; 
	font-size: 8pt;
	width: 250px;
}

.commentsTextBox
{
	font-family: Verdana, Arial, Helvetica, sans-serif, MS UI Gothic; 
	font-size: 8pt;
	border: solid 1px silver;
	height: 100px;
	width: 250px;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif, MS UI Gothic; 
	font-size: 8pt;
}

td
{	
	font-size: 8pt;
}

.button
{
	background-color: #DEEEF7;
	font-family: Verdana, Arial, Helvetica, sans-serif, MS UI Gothic; 
	font-size: 10px;
	text-decoration: none;
	border-color: #61B6E5;
	border-style: solid;
	border-width: 1px;
	color: #0099CC;
	cursor: hand;
	padding: 0 0 0 0;
	margin: 1 1 1 1;
	
}

A
{
	font-family: Verdana, Arial, Helvetica, sans-serif, MS UI Gothic;
	font-size: 8pt;
	color: #3366FF;
	text-decoration: none;
	border-style:none;
	border-width:0;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

A:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif, MS UI Gothic;
	font-size: 8pt;
	color: #3366FF;
	text-decoration: none;
	border-style:none;
	border-width:0;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

A:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif, MS UI Gothic;
	font-size: 8pt;
	color: #3366FF;
	text-decoration: underline;
	border-style:none;
	border-width:0;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

.loginFormLabelCell
{
	font-family: Verdana, Arial, Helvetica, sans-serif, MS UI Gothic; 
	font-size: 11px;
	width: 100px;
	height: 23px;
}

.errorMessage
{
	font-family: Verdana, Arial, Helvetica, sans-serif, MS UI Gothic; 
	font-size: 10px; 
	font-weight: normal; 
	color: red;
	border-style:none;
	border-width:0;
	padding:0 0 0 0;
	margin:0 0 0 0;
}


