@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;	
	margin: 12px;
	max-width: 550px;
}

h1 {
	font-size: 125%;
	color: #069;	
}

h2 {
	font-size: 110%;
	color: #069;	
}

p {
	max-width: 400px;
	font-size: 80%;	
}

.tdCenter {
	text-align:center;
	vertical-align: top;
}

.tdCenter input {
	height: 16px;	
}

.tdCenter select {
	height: 23px;	
}

.answer {
	font-weight: bold;
	font-size: 110%;
	color: #069;
	margin: 3px 0 0 0;
	padding: 0;
	text-align: center;
}
.asterisk {
	font-weight: normal;
	font-size: 80%;
	color: #069;
	margin-top: 6px;
	padding: 0;
	font-style: italic;
	text-align: center;
}

.imgExample {
	padding: 3px;	
}

.myForm {
	width: 330px;
	font-size: 90%;
	padding: 2px;
	margin: 1px;
}
table {
    border-collapse: collapse;
}

table, td {
    font-size: 85%;
	border: 1px solid black;
	vertical-align: bottom;
	padding: 3px 6px;
	text-align: left;
}

th {
    font-size: 95%;
	border: 1px solid black;
	vertical-align: bottom;
	padding: 3px 6px;
	text-align: left;
	color: #900;
}

.inchMark {
	font-size: 150%;	
}

.crossReference {
	font-size: 85%;	
}
