body {	background: lightgrey;
				margin: 0px;
				padding: 6px;
				font-family: Verdana, Arial, Serif;
				font-size: 10pt;
				color: black;
				text-align: center; }

a:link    { color: #990033; }
a:active  { color: #990033; }
a:visited { color: gray;  }
a:hover   { color: black; }

h1 {	font-family: Verdana;
			font-size: 18pt; 
			color: #990033;
			text-align: left; }

h2 {	font-family: Verdana;
			font-size: 16pt;
			color: #990033;
			text-align: left; }

h3 { 	font-family: Verdana;
			font-size: 14pt;
			color: #990033;
			text-align: left; }

h4 {	font-family: Verdana;
			font-size: 12pt;
			color: #990033;
			text-align: left; }

h5 { 	font-family: Verdana;
			font-size: 10pt;
			color: #990033; 
			text-align: left; }

h6 {	font-family: Verdana;
			font-size: 8pt;
			color: #990033;
			text-align: left; }
			
strong { color: #990033; }

#left { text-align: left; }
#center { text-align: center; }


.emptybutton {	border: 0px solid white; 
								padding: 0px; 
								height: 32px; 
								background: white;
								text-align: center; 
								font-size: 10px; }
							
.gifbutton {	border: 0px; 
							padding: 0px; 
							height: 32px; 
							background: white;
							text-align: center; 
							font-size: 10px; }
							
 #sidenav	{	border: 0px;  
						height: 20px;
						width: 100px;
						background: #990033;
						text-align: left; 
						font-size: 10px;
						font-weight: bold; }

			
#sidenav a	{ color: white; 
							text-decoration: none; 
							font-weight: bold; }
							
#sidenav a:hover	{	color: #990033; 
										background: white;
										text-decoration: none;
										font-weight: bold; }
							
.copyright {	font-size: 8pt;
							font-style: italic;
							text-align: center; }
							
								
table.mainInner {	text-align: left;
									border: 0px;
									background: white;
									width: 736px;
									margin-left: auto;
									margin-right: auto;
									vertical-align: top;
									empty-cells:show;
									border-collapse: collapse; }

table.mainMiddle	{	text-align: center;
										border: 0px;
										background: #990033;
										width: 752px;
										empty-cells:show;
										border-collapse: collapse; }	

table.mainOuter {	text-align: center;
									border: 0px;
									background: white;
									width: 760px;
									empty-cells:show;
									border-collapse: collapse; }	
									
td.mainInner { 	width: 1%;
  					  	background: #990033; }
  					  	
td.mast { 	width: 98%;
  			  	background: white; 
  			  	text-align: center; }
  			  	
img { border: 0px; }

.bordered { border: 1px; 
						border-color: black; }

.bordercolor 			{	background: #990033; }
.backgroundcolor	{	background: white; }

.footer {	font-size: 7pt; }

.nav {	font-size: 7pt;
				text-align: center; }
				
 #stamp	{	color: black;
					text-align: center; 
					font-size: 7pt; }
			
#stamp a	{ color: #990033; 
						text-decoration: none; 
						font-style: italic; }