TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000059;
}

.Heading1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #1B3999;
}
.Heading2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #1B3999;
}
.Heading3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #1B3999;
}

A {
    text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #0066ff;
}
A:HOVER {
    text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #1B3999;
}

.form_standard {
	border-color : #1B3999;
	border-width : 1;
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : white;
}
.form_small {
	border : thin solid #0C51A7;
	border-width : 1;
	font-size : 9px;
	font-family : Arial, Helvetica, sans-serif;
	background-color : white;
}
.button{
	color:#1B3999;
	font-size : 10px;
	background-color:#BBD4F3;
	border-color:#1B3999;
	border-width:1
}

LI {
	list-style-type : square;
}

.show {}
.hide{DISPLAY:none;}

