body {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: medium;
	text-align: center;
	color: #330066;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0em;
	margin-bottom: 0em;
	width: 778px;
	background-image: url('/images/background-image.gif') ;
}
			
table {
	border-collapse: collapse;
}

table.central {
	width: 778px;
	height: 100%;
}

td.central-left {
	width: 10px;
	background-image: url('/images/std/shadow-10-left.png') ;
	padding: 0px;
}

td.central {
	width: 758px;
	background: #FFFFFF;
}

td.central-right {
	width: 10px;
	background-image: url('/images/std/shadow-10-right.png') ;
	padding: 0px;
}

h1          { font-family: "arial black", "arial", helvetica, sans-serif;
				font-size: small; 
				text-align: left;
				text-decoration: underline;
				margin-top:0px ;
				margin-bottom:0px;
			}

h2			{ font-family: "Arial", Helvetica, sans-serif;
				font-size: large;
				font-weight: bold
				text-align: center;
				color: #990000;
				margin-bottom:0px;
			}

h3			{ font-family: calibri, arial, sans-serif;
				font-size: large;
				text-align: left;
				color: red ;
				font-weight: bold;
				margin-top:6px ;
				margin-bottom:12px;
			}


p			{ font-family: calibri, arial, sans-serif;
				font-size: medium;
				text-align: left;
				color: #0000FF;
				font-weight: bold;
				margin-top:0px ;
				margin-bottom:12px;
			}

li			{ font-family: calibri, arial, sans-serif;
				font-size: x-small;
				font-weight: bold;
				text-align: left;
				margin-top:0px ;
				margin-bottom:12px;
			}

td			{ vertical-align: top;
				text-align: left;
			}

a		{ color: #3333FF;
		}

a.addr		{ color: #FFFFFF;
			}

a.addr:visited		{ color: #FFFFFF;
			}

.author		{ font-family: calibri, arial, sans-serif;
				font-size: x-small;
				font-weight: bold;
				text-align: center;
				color: blue;
			}

a.author		{ font-family: "Arial", Helvetica, Sans-Serif;
				font-size: x-small;
				font-weight: bold;
				text-align: center;
				color: gray;
			}

a.author:hover		{ color: black;
			}

img			{ border: 0px;
			}
