BODY {
	background-color:#333333;
	color:white;
   font-size: 12pt;
   font-family: helvetica, arial, sans-serif;
}


H1 {
	color:white;
	background-color:red;
	font-family:  monospace;
	font-weight:bold;
	font-size:36pt;
	letter-spacing:15pt;
	text-align:center;
	border: 2pt solid white;
	padding-top:10;
	padding-bottom:10;
	margin-left:5%;
	margin-right:5%;
}
H1.index {
	color:white;
	background-color:red;
	font-family:  monospace;
	font-weight:bold;
	font-size:28pt;
	letter-spacing:15pt;
	text-align:center;
	border:2pt solid white;
	padding-top:10;
	padding-bottom:10;
	margin-left:5%;
	margin-right:5%;
}
H2 {
	color:white;
	background-color:gray;
	font-family:  sans-serif;
	font-weight:bold;
	font-size:18pt;
	text-align:center;
	border: 2pt solid white;
	padding-top:10;
	padding-bottom:10;
	margin-left:25%;
	margin-right:25%;
}
H3 {
	color:white;
	font-family:  sans-serif;
	font-weight:bold;
	font-size:14pt;
	text-align:center;
	padding-top:10;
	padding-bottom:10;
	margin-left:25%;
	margin-right:25%;
}

td.box {
   text-align:center;
   vertical-align:middle;
   padding:20;
   margin-left:5%;
   margin-right:5%;
   margin-top:5%;
   margin-bottom:5%;
   border:2pt ridge white;
}
td.smtd {
   text-align:center;
   vertical-align:middle;
   padding:10;

   border:1pt solid gray;
}
a.small {
   color:red;
   font-size:9pt;
   font-style:roman;
}
.address {
   text-align:center;
	font-family:  monospace;
   font-style:roman;
}
a.noborder:visited {
   border: none;
}
a.noborder:link {
   border: none;
}
a.noborder:hover {
   border: none;
}

a.nav {
   color:white;
   font-family:monospace;
}
a.nav:link {
   color:white;
}
a.nav:visited {
   color:white;
}
a.nav:hover {
   color:red;
   text-decoration: underline;
}
a.link {
   border:solid white 2pt ;
}
a.link:link {
   border:solid white 2pt ;
}
a.link:visited {
   border:solid gray 2pt ;
}
a.link:hover {
   border-color:red;
}
a.navsm:link {
   font-size:80%;
   color:white;
   text-decoration: none;
}
a.navsm {
   font-size:80%;
   color:white;
   font-family:monospace;
   text-decoration: none;
}
a.navsm:visited {
   font-size:80%;
   color:white;
   text-decoration: none;
}
a.navsm:hover {
   font-size:80%;
   color:red;
   text-decoration: underline;
}
a.larg {
   color:white;
   font-size:120%;
   font-weight:bold;
}
a.larg:link {
   color:white;
}
a.larg:visited {
   color:white;
}
a.larg:hover {
   color:red;
   text-decoration: underline;
}

a.home {
   color:white;      
   text-decoration: underline;
}
a.index:active {
   color:white;      
   text-decoration: underline;
}
a.index:visited {
   color:white;
   text-decoration: underline;
}
a.index:link {
   color:white;
   text-decoration: underline;
}
a.index:hover {
   color:red;
   text-decoration: underline;
}
img.large {
   border: 15 solid white;
}

TD.pic {
   text-align:center;
   font-family: monospace;
   font-size:11pt;
}
IMG.small {
   border: none;
}
IMG.noborder {
   border: 0 none black;

}

INPUT {
   background-color: #333333;
   font-size:12pt;   
   color:red;
   text-align:center;
   border: 1pt solid black;
   font-family:monospace;
   font-weight:bold;
}

TD.grey {
   background-color:#c3c3c3;;
   color:navy;   
   text-align:left;
}
TD.debet {
   background-color:#c3c3c3;;   color:red;
   font-weight:bold;
   text-align:right;
}
TD.credit {
   background-color:#c3c3c3;;
   color:blue;
   font-weight:bold;
   text-align:right;
}