@CHARSET "ISO-8859-1";

/* style.css - a simple style sheet */
body {
  margin-left: 0; margin-right: 0; margin-top:0;margin-bottom: 0;
  color: white; background: black; font-family: verdana, arial; font-size:10;
}

pre { font-family: monospace; }

p { font-family: verdana, arial; font-size:12}

h1 {font-family: "Arial Black"; font-size: 26pt ;margin-bottom: 0.25em; }

h2 {font-family: "Arial Black"; font-size: 20 ;margin-bottom: 0.25em; }

h3 	{font-family: verdana;
	 color: #FF0000; font-weight: bold; font-size: 10pt;
	 margin-top: o.5em; margin-bottom: 0.25em; }

h4 	{font-family: verdana;
	 color: #FFFFFF; font-weight: bold; font-size: 9pt;
	 margin-top: o.25em; margin-bottom: 0.25em; }
 
.bodytext {font-family: verdana; color: #FFFFFF; font-size: 20;
 	margin-top: o.25em; margin-bottom: 0.25em;
	}
	 
.black {color: #000000; }
.red {color:#FF0000}
.yellow {color:#FFFF00}
.twitterblue {color:#23C9FF; font-weight: bold;}

.norepeat {background-repeat: no-repeat;}
	 
A:link {text-decoration: none; color: #FF0000;}
A:visited {text-decoration: none;color: #FF0000;}
A:active {text-decoration: none;color: #FF0000;}
A:hover {text-decoration: underline; color:  #FF0000;}
 
td {vertical-align: top} 
td.menu {background-color: #5B0000}
td.submenu {background-color: #73403F }
td.row1 {color: #000000; background-color: #EBDFDF;font-size: 12pt; font-family: "calibri", "arial"; margin-bottom: 1em;}
td.row2 {color: #000000; background-color: #E3C6C6;font-size: 12pt; font-family: "calibri", "arial"; margin-bottom: 1em;}
td.splatter {background-image: url("./images/splatter2.jpg");background-repeat: repeat-y}
td.center {text-align: center;vertical-align: middle}
td.bottom {vertical-align: bottom}
td.middle {vertical-align: middle}

th {  vertical-align: bottom
    ; text-align: left
    ; background-color: #5B0000
    ; font-weight:bold;
    ; font-size: 12pt;
   	; font-family: "arial narrow", "arial"; m
   	; margin-bottom: 1em;}
   	
.italic {font-style: oblique;}	 
.bold {font-weight:bold;}
.tiny {font-size: 8pt;}
.small {font-size: 9pt;}
.medium {font-size: 10pt;}
.mediumlarge {font-size: 12pt;}
.large {font-size: 14pt;}
.xlarge {font-size: 18pt;}
.huge {font-size: 26pt;}
.massive {font-size: 60pt;}

.calibri {font-family: "calibri", "arial"; margin-bottom: 1em;}	 
.franklin {font-family: "franklin Gothic demi", "arial black", "arial"; margin-bottom: 1em;}
.arialnarrow {font-family: "arial narrow", "arial"; margin-bottom: 1em;}
.arialblack {font-family: "arial black", "arial"; margin-bottom: 1em;}
.verdana {font-family: "verdana", "arial"; margin-bottom: 1em;}

.formLabel {background-color: #73403F;
			font-size: 10pt;
			font-family: "calibri", "verdana", "arial"; 
			margin-bottom: 1em;
			text-align: right}
.formInput {background-color: #5B0000;
			font-size: 10pt;
			font-family: "calibri", "verdana", "arial"; 
			margin-bottom: 1em;
			text-align: left}
.formAccounting {background-color: #5B0000;
			font-size: 12pt;
			font-family: "calibri", "verdana", "arial"; 
			margin-bottom: 1em;
			text-align: right;}
.Total {border-bottom-style:solid;
			border-bottom-width:thin;}
.GrandTotal {border-bottom-style: double;}



