﻿body {
	max-width: 800px;
	max-height: 550px;
	font-family: Arial, Helvetica, sans-serif;	
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
}

img { /* this selector max-width 100% is a google multiple screen type requirement */
  max-width: 100%;
}

p {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 11pt;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;	
	margin-left: 15pt;
	margin-right: 15pt;
}

.indent1 {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 11pt;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;	
}

hr { 	
	border: none;
	background-color: #FF0000;  	
  	background: #FF0000;	
 	color: #FF0000;
 	height: 2px;
 	width: 96%;
 }

ul { 
	text-align: left;
	list-style-type: square; 
	color: white;
	padding-bottom: 0px;	
	margin-top: 0px;	
	margin-bottom: 0px;
	margin-left: 15pt;
	margin-right: 15pt;
} 

li { 
	list-style-position: outside;
	color: #FFFFFF;	
}

a:link {
	margin: 10px 0 10px 0;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

a:visited { color: #C0C0C0; }
a:hover { color: #FF0000; text-decoration:underline; font-weight:bold }
a:active { color: #CCFF66; }

h1 {
	font-family: Arial;
	text-align: center;
	font-size: 25px;
	color: white;
	font-weight: bold;
	margin-bottom: 0px;	
	margin-top: 0px;		
}

h2 {
	font-family: Arial;
	font-size: 16px;	
	color: #FF0000;
	text-align: center;
	margin-bottom: 0px;	
	margin-top: 0px;	
}

.center1 { 
margin-left: 0;
margin-right: 0;
}
 
.center { 
text-align: center;
}

table {
	margin-left: auto;
	margin-right: auto;
	background-color: black;
	border-width: 0px;
	text-align: center;	
}

#table1 {
	width: 100%;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	background-color: black;
	border-width: 0px;
}

th, td {
	border-width: 0px;
	border-style: solid;
	border-color: #171717;
	margin-left: 10px;
	margin-right: 10px;
}

.CloseX {
	text-align: right;
	font-family: arial;
	color: #000099;
	font-size: 12pt;
	font-weight: bold;
	color: rgb(192, 192, 192);
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
}
