table        { font-size: 8 pt; font-family: Verdana }
td           { font-family: Verdana; font-size: 8 pt }
p            { font-family: Verdana; font-size: 8 pt }
body         { font-family: Verdana; font-size: 8 pt }
h1           { font-family: Verdana; font-size: 8 pt }
h2           { font-family: Verdana; font-size: 8 pt }
h3           { font-family: Verdana; font-size: 8 pt }
h4           { font-family: Verdana; font-size: 8 pt }
h5           { font-family: Verdana; font-size: 8 pt }
tr           { font-family: Verdana; font-size: 8 pt }
th           { font-family: Verdana; font-size: 8 pt }
html         { font-family: Verdana; font-size: 8 pt }

A:link {
	COLOR: black; TEXT-DECORATION: none;
}
A:active {
	COLOR: black; TEXT-DECORATION: none;
}
A:visited {
	COLOR: black; TEXT-DECORATION: none;
}
A:hover {
	COLOR: 3366cc;  TEXT-DECORATION: underline;
	
	}
	.textForms
{
    BORDER-RIGHT: #cccccc 1px solid;
    BORDER-TOP: #cccccc 1px solid;
    FONT-SIZE: 18px;
    BACKGROUND: #ffffff;
    BORDER-LEFT: #cccccc 1px solid;
    COLOR: #697585;
    BORDER-BOTTOM: #cccccc 1px solid;
    FONT-FAMILY: Verdana
    
}
.errMsg {	
	color: #CC3333 !important;
	display: inline;
	font-weight: bold

}