table.thinBorder
{
	border-spacing: 0px;
	border-width: 1px;
	border-color: black;
	/*float: left;
	width: 300px;
	height: 10px;
	
	
	/*vertical-align: center;
	border-style:solid;
	border-width:0px;
	*/
}

td.links
{
	background-image: url("linkDecor.jpg");
	font-family: "Arial";
	font-size: 14pt;
	font-weight: bold;
	width: 192px;
	height: 30px;
   	text-align: center;
	/*padding-top:10px;
	padding-bottom:10px;
	padding-right:5px;*/
	padding-left:5px;
}

td.links:hover
{
	/*background-image: url("linkDecor_hover.jpg");
	color: red;*/
	font-family: "Arial";
	font-size: 14pt;
	font-weight: bold;
	width: 192px;
	height: 30px;
   	text-align: center;
	text-decoration: underline;
}

td.links:active
{
	/*background-image: url("linkDecor_hover.jpg");
	color: red;*/
	font-family: "Arial";
	font-size: 14pt;
	font-weight: bold;
	width: 192px;
	height: 30px;
   	text-align: center;
	text-decoration: underline;
}


td.header
{
	background-image: url("header.jpg") ;
	background-repeat: no-repeat;
	height:150px;
	color:red;
	vertical-align: bottom;
	text-align: right;
	font-family: Andalus;
	font-weight: bold;
	font-size: 20pt;
	padding-right: 10px;
}

td.body
{
	background-color: #FFFFFF;
	height: 500px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14pt;
	line-height: 150%;
}


img.top {float:left; margin-right: 20px}
img.links
{
	align: center;
	float: left;
	padding-left: 5px;
}

td.footer
{
	background-color: #AAAAAA;
	height: 25px;
}
