a:link {
	color: #006EC9;
}
a:active {
	color: #006EC9;
}
a:hover {
	color: #1D821D;
	text-decoration: underline;
	background: #E8FFB9;
}
a:visited {
	color: #1D821D;
}
td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 23px;
	color: #333333;
}
.heading1 {
	font-size: 16px;
	line-height: 29px;
	font-weight: bold;
	color: #006EC9;
}
.heading2 {
	font-size: 14px;
	line-height: 29px;
	font-weight: bold;
	color: #666666;
}
.enlargedtxt {
	font-size: 14px;
	line-height: 27px;
}
.medtxt {
	font-size: 11px;
	line-height: 16px;
	}
.smtxt {
	font-size: 10px;
	line-height: 14px;
}
.bold {
	font-weight: bold;
}
.tableheader{
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #666666;
}
.bg {
	background-image: url(images/bg.jpg);
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-position: top left;
	}
.horizborder {
	border-bottom: 1px #CCC solid;
	}
.txtsmred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FF0000;
}
.forms {
	width: 239px;
	font-size: 11px;
	color: #333333;
	border: 1px inset #1D821D;
}
.formslong {
	width: 439px;
	font-size: 11px;
	color: #333333;
	border: 1px inset #1D821D;
}
.displayError {
    display:inline;
}
.formwidth
{
    max-width: 239px;     
}
.red 
{
	color: #FF0000;
}
.formsshort {
	width: 139px;
	font-size: 11px;
	color: #333333;
	border: 1px inset #1D821D;
}
.error {
	color: red;
	display:none;
	height: 24px;
	background-color: FFFCCC;
	border: 1px solid #FF0000;
	margin-bottom: 10px;
	line-height: 13px;	
}
.pad3 {
	padding: 3px;
}
.formbutton {
	font-weight: bold;
	color: #006EC9;
	background-color: #FFFFFF;
	width: 95px;
} 
