/* CSS Level 2.1 */
/* File Version 1.01 */

body {background-image: url(images/tile.png); background-attachment: fixed;
margin: 5%;}

div.center {text-align: center;}
div.left {text-align: left;}
div.right {text-align: right;}

p {font-family: "Times New Roman"; font-size: 16px; color: #000000; margin-left: 5px; margin-right: 5px;
background-color: #ffffff;
}

table {margin-left: auto; margin-right: auto; caption-side: bottom;}
td {
	text-align: center;
	font-family: "Times New Roman"; font-size: 16px; color: #000000; margin-left: 5px; margin-right: 5px;
}

img {margin: 1px; border-style: solid; border-width: 2px; border-color: #000000;}
img.nb {border-width: 0px}
img.banner {margin-top: 0px; margin-bottom: 20px; border-style: solid; border-width: 2px; border-color: #000000;}

img.right {
	float: right;
}

h1 {font-family: "Times New Roman"; font-size: 40px; font-weight: 500; color: #000067;}

h2 {font-family: "Times New Roman"; font-size: 24px; font-weight: 500; color: #000067;}

hr {
	width: 85%;
}
