﻿body 
{
	font-family:Arial;
	font-size:9pt;
	color:#333333;
}
table
{
    vertical-align: top;
}
td
{
    vertical-align: top;
}
textarea
{
    font-family:Arial;
	font-size:1em;	
	border-style:solid;
	border-color:#333333;
	 border-width:1px;
	 
}
input[type="text"]
 { 
    font-family:Arial;
    font-size:1em;	
    border-style:solid;
    border-color:#333333;
    border-width:1px;
    height:15px;
}
.formInputClass
 { 
     width:200px;
}
a
{
    color:#ffa100;
}
.alertColorClass
{
    color:#ff0000;
}

