.heading {
	font-weight: bold;
	font-size: 14pt;
	letter-spacing: 6px;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: black;
	
	
	}

BODY {
	background-color: white;
	color: black;
	font-family: batang, verdana, lucinda console, calibri, courier new, arial, sans-serif;
	font-size: 8pt;
	max-height: 90%;
	height: 90%;
	}

tr.re {
	height: 10px;
		}

BODY.re {
	width: 50%;
	margin-left: 25%;
	}
 
tr { 
	height: 80px;
	valign=top
	}


td {
	background-color: white;
	color: black;
	font-family: calibri, batang, verdana, lucinda console, courier new, arial, sans-serif;
	font-size: 8pt;
	text-align: center;
	border-style: solid;
	border-width: 0px;
	width: 33%;
}

td.text {
	text-align: left;
	border-style: solid;
	border-width: 0px;
	}

th {
	height: 1px;
	background-color: white;
	color: black;
	font-family: courier new, arial, sans-serif;
	font-size: 18pt;
	border-style: solid;
	border-width: 0px;
}

img {
	border: none;
	}

A:link, A:visited, A:active, A:hover {
 	text-decoration: none;	}
 
A:hover {
 	text-decoration: underline;
 	}
 
ul {
	text-align: left;
	}
 
.writing {
	margin-left: 15%;
	margin-right: 15%;
	
	background-color: #eeeeee;

	padding: 20px;
	
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: black;
	border-left-style: dotted;
	border-left-width: thin;
	border-left-color: black;
	border-right-style: dotted;
	border-right-width: thin;
	border-right-color: black;
	}

.fullalign {
	background-color: #eeeeee;

	padding: 5px;
	
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: black;
	border-left-style: dotted;
	border-left-width: thin;
	border-left-color: black;
	border-right-style: dotted;
	border-right-width: thin;
	border-right-color: black;
	}