body{
	background:white;
	font-family: Arial, Sans Serif;
	font-size:10pt;
	margin:5px;
}

table{
	font-size:10pt;
	border-collapse:collapse;
	empty-cells:show;
}

h1{
	color:#0000A3;
	font-weight:bold;
	font-size:18pt;
	padding:24px 0px 12pt 0px;
	margin:0px;
}

a{
	color:#0000A3;
}

th{
	text-align:left;
	padding:2px;
	border:1px solid white;
}

thead tr{
	background: #999999;
	font-weight:bold;
}

tbody tr td{
	padding:2px;
	border:1px solid white;
	vertical-align:top;
}

tbody tr.rowOdd{
	background:#CCCCCC;
}

input.w100{
	width:100%;
}

textarea.w100{
	width:100%;
	height:100px;
}

div.picHolder{
	width:900px;
	height:100px;
}

img.leftPic{
	float:left;
}

img.rightPic{
	float:right;
}