body {
	background-color: #ffffff;
	background-image: url(Images/repeaty.jpg);
	background-repeat: repeat-y; /*x or y*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

table, td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal; /*bold*/
	font-size: 10pt;
	font-style: normal; /*italic*/
	color: #000080;
}

A:LINK {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #990000;
}

A:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #0000cc;
}

A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #ff0000;
}

A:ACTIVE {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : #0000ff;
}

h1 {
	margin:10px;
	font-family: Balthazar, Papyrus, Arial, Helvetica, sans-serif;
	font-size: 34pt;
	font-weight: normal; /*bold*/
	font-style: normal; /*italic*/
	color: #800000;
}

h2 {
	margin:10px;
	font-family: Papyrus, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal; /*bold*/
	font-style: normal; /*italic*/
	color: #000000;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color: #ff00ff;
}

table.nav { border-spacing: 5px; }

.nav td {
	background-image: url(Images/button.jpg);
	background-repeat: no-repeat; /*x or y*/
	line-height: 26px;
	text-align:center;
}

.nav a:link, .nav a:visited, .nav a:hover, .nav a:active {
	font-family : Balthazar, "Monotype Corsiva", "Arial Narrow", Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : normal;
}
.nav a:link {	color : #990000;}
.nav a:visited {color : #800000;}
.nav a:hover {	color : #0000FF;}
.nav a:active {	color : #FF0000;}

address {
	margin: 0;
	padding: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: Bold;
	font-style:normal;
	text-align: center;
	color: #000000;
	clear: both;
}

address a:link, address a:visited, address a:hover, address a:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : normal;
	color : #CCCCCC;
}
/*### used in form members/resources.html ###*/
div {
width:400px;
text-align:right;
padding:2px;
vertical-align:top;
}
label { float:left; text-align:right; width:65px; /*border:dashed 1px blue;*/}
.underline th {border-bottom: 2px solid #cccccc;}
.underline td {border-bottom: 1px solid #cccccc;}
