label {
	font-family:tahoma;
	font-size:11pt;
}
label.description {
	font-weight:bold;
	}
	
h1 {
	font-size:14pt;
	font-family:tahoma;
}

p {
	font-family:tahoma;
	font-size:11pt;
	padding: 0;
	margin: 0;
	}
	
p.nopadding {
  padding: 0;
  margin: 0;
}
p.bold {
	font-weight:bold;
	}
	
body {
  padding: 0;
  margin: 0;
}


body.blank{
	background-color:#ffffff;
}

div.left {
	position:absolute;
	right:350;
	top:40;
}

div.right {
	position:absolute;
	left:450;
	top:40;
}

div.bottom {
	position:absolute;
	background-color:#999999;
	bottom:0;
}

frame.border {
	border-style:solid;
	border-width:1px;
}
frame.banner {
	border-style:solid;
	border-width:1px;
	border-bottom-width:0px;
}