* { margin:0; padding:0;}
body { background:#FFFFFF; font-family:Arial; font-size:12px; color:#4b565e;}


td { margin:0; padding:0; font-family:Arial; font-size:12px; }



.form { height:26px;}
.form input {width:176px; height:18px; background:none; border:1px solid #303030; color:#4b565e; font-size:1em; font-family:Arial;}
textarea { width:196px; height:44px; background:none; overflow:auto; border:1px solid #4b565e; color:#045f62; font-size:1em; font-family:Arial;}

.input { width:177px; height:16px; border:1px solid #575757;} 
body {
text-align: center; /* center things in pre-IE6 */
}



img[align="right"] {
margin: 0 0 4px 4px;
display: inline;
}

img[align="left"] {
margin: 0 4px 4px 0;
display: inline;
}



p  { /* this is for gray paragraph text */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58595b;
	line-height: 22px;
} 

h1 { /* this is for blue subheader text */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3655A6;

}



li { /* bullets in gray, distance between bullet & text to match static layout */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58595b;
	padding-left: 3px;
}

ul { /* line height on bulleted lists is slightly less than on regular paragraphs */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58595b;
	line-height: 17px;
	padding-left: 15px;
