* {
	font-size:12pt;
}
body {
	margin:0px 20px;
	font-family:serif;
	font-size:12pt;
}
h2 {
	background-color:#336;
	color: white;
	padding: 3px;
	font-variant:small-caps;
	font-size:14pt;
}
h2, h3, summary {
	font-weight: bold;
}
h3, summary {
	background-color:#ccf;
}
td {
	vertical-align:middle;
	padding:0px;
}
th {
	background-color:gray;
	font-size:12pt;
	text-transform:uppercase;
	text-align:left; 
}
fieldset, legend  {
	border: solid 2px #336;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
legend {
	background-color:#336;
	color:white;
	font-family:sans-serif;
	font-variant:small-caps;
	text-align:center;
}
.head { 
	font-size: 10pt;
	font-weight: bold;
	text-transform:uppercase;
	color: white;
}