body {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	margin: 1em 4em 1em 4em;
	background-color: #E6E6FA;
}

h1, h2 {
	text-align: center;
	color: #A52A2A;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}

h1 {
	font-size: 12pt;
}

h2 {
	font-size: 11pt;
}
			
td.bordered {
	text-align: left;
	background : rgb(245, 245, 220);
	border: solid brown 2px;
	font-size : 9pt;
	font-family: arial, helvetica, sans-serif;
	font-style: normal; 
	margin-bottom: 3em; 
	margin-top: 3em;
	padding: .7em 1.5em .7em 1.5em;
	/* width: 310px; */
}
			
input, textarea, select {
	background: rgb(245,230,200);
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	font-size: 10pt;
}

#PageLinks ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#PageLinks ul li { 
	display: inline; 
}

#PageLinks ul li a {
	text-decoration: none;
	padding: .2em 1em;
	color: #fff;
	background-color: #036;
}

#PageLinks ul li a:hover {
	color: #fff;
	background-color: #369;
}

p {
	border: solid #8A2BE2 1px;
	margin: 1px 0px 0px 0px;
	color: brown;
	font-weight: bold;
	padding: 3px;
	background: rgb(245,230,200);	
}

.row0, .row1 {
	border: solid #8A2BE2 1px;
	padding: .25em;
	font-weight: bold;
	margin-top: 10px;
}


.row0 {
	background: rgb(245,230,200);
}

.row1 {
	background: rgb(230,245,170);
}

.name,  .ins, .special {
	padding: 0.5em;
	width: 240px;	
	text-align: left;
}

#Instructions {
	border: solid #8A2BE2 1px;
	margin: 1px 0px 0px 0px;
	color: brown;
	font-weight: bold;
	padding: 1.0em; 
	text-align:  justify; 
	background: rgb(245,230,200);	
}
