BODY, TABLE, TD, A, H1, H2, H3, DIV, SPAN, INPUT, TEXTAREA, SELECT {
	font-family : Verdana;
	font-size : 12px;
	color : #818181;
	padding-left : 2px; 
}

A {
	font-size : 12px;
}

UL {
	margin-top : 1px;
}

LI, UL, OL {
	margin-left : 5px;
	padding-left : 5px;
	padding-top : 4px;
}

FORM, BODY {
	padding : 0px;
	margin : 0px
}

BODY {
	background-image : url(../images/bgBody.gif);
}

.mainTable {
	background-color : white;
	height : 100%;
	width : 770;
}

.header {
	background-image : url(../images/bgHeader.gif);
	/*background-color : #000481;*/
	height : 55px;
	padding-left : 7px;
	text-align : center;
}

H1 {
	color : #ffffbe;
	font-size : 21px;
	margin : 0px;
	padding : 0px;
}

H2 {
	width : 100%;
	font-size : 18px;
	color : #ffffce;
	height : 32px;
	/*margin-bottom : 2px;
	margin-top : 3px;*/
	margin-left : 2px;
	margin-right : 2px;
	padding : 3px;
	vertical-align : center;
	background-color : #006595;
	font-weight : normal;
}

/* menu */
.menu {margin-left:-2px;}

.menu TD {
	background-color : #ffee81;
	padding-left : 4px;
	vertical-align : center;
	font-size : 12px;
	height : 25px;
}

.menu TD A {
	color : #656599;
	text-decoration : none;
}

.menu TD A:HOVER {
	text-decoration : underline;
}
/* ----- */

/* boxes */
.leftBoxList {
	margin-left : 2px;
	background-color : #eeeeff;
	width : 215px;
	padding : 5px;
}

.leftBoxBottom {
	margin-left : 2px;
	width : 215px;
	padding : 5px;
	background-color : #fafafa;
}

.leftBoxBottom I {
	color : #656599;
	font-size : 18px;
	line-height : 25px;
}

/* form section */
.form {
	background-color : #ceceff;
	width : 100%;
	height : 100%;
	
	padding-left : 4px;
	padding-right : 14px;
	padding-top : 5px;
	padding-bottom : 14px;
}

.form TD {
	color : black;
	font-size : 11px;
}

.form INPUT {
	height : 20px;
	width : expression(this.type == 'submit' ? '75px' : '155px');
	color : expression(this.type == 'submit' ? 'black' : '');
	font-size : 11px;
}
/* ------ */

.signatureTable TD {
	font-size : 12px;
}.italiclink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	text-decoration: underline;
	color: #006699;

}
.smallprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #333366;
}
.header2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
}