﻿body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color:;
	font-family: Arial;
	text-align: center;
}

img { /* this selector max-width 100% is a google multiple screen type requirement */
	max-width: 100%;
	aspect-ratio: attr(width) / attr(height);
}

P {
	font-family: 'Arial';
	color: #00000;
	font-size: 10pt;
	text-align: center
}

ul { 
	list-style-type: square; 
	font-family: 'Arial';
	font-size: 10pt;	
	color: #00000;
} 

li { 
	list-style-position: outside;
	font-family: 'Arial';
	font-size: 12pt;	
	color: #00000;
}

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; }

ol {
	font-family: 'Arial';
	color: #00000;
}

td {
	vertical-align: top;
}

div {
	text-align: center;
}

h1 {
	font-family: Arial;
	text-align: center;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
    text-decoration: underline;
}

h2 {
	font-family: Arial;
	text-align: center;
	font-size: 20px;
	color: #00000;
	font-weight: bold;
}


hr {
  border-top: 2px solid red;
}

.center1 { 
margin-left: auto;
margin-right: auto;
}
 
.center2 { 
text-align: center;
}

.center { 
text-align: center;
}

.center table { 
margin-left: auto;
margin-right: auto;
text-align: left;
}

h3 {
	font-family: Arial;
	text-align: center;
	font-size: 14px;
	color: #00000;
	font-weight: bold;
}


#tableABLHelp {
	height: 600px;
	width: 850px;
	border-right: 1px outset #669999; 
	border-bottom: 1px outset #669999;
	border-left: 1px inset #669999;
	margin-left: auto;
	margin-right: auto;
}

#table1 {
	height: 600px;
	width: 600px;
	background-color: #000000;
	border-right: 3px outset #669999; 
	border-bottom: 3px outset #669999
}

#table3 {
	width: 100%;
	border-spacing: 5px;
}

table#table3 td {
	padding: 10px;
	height: 100px;
}

#table4 {
	width: 100%;
	border-spacing: 5px;
}

table#table4 td {
	padding: 5px;
}

#table12 {
	width: 100%;
	border-spacing: 5px;
	table-layout: fixed;
	border-width: thin;
	margin-left: auto;
	margin-right: auto;
}

table#table12 td {
	padding: 5px;
}


.shadow {
	-webkit-box-shadow: 7px 6px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 7px 6px 5px rgba(0,0,0,0.3);
	box-shadow: 7px 6px 5px rgba(0,0,0,0.3);
}

.shadowround {
	border-radius: 15px;
	-webkit-box-shadow: 7px 6px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 7px 6px 5px rgba(0,0,0,0.3);
	box-shadow: 7px 6px 5px rgba(0,0,0,0.3);
}

.shadow2 {
	-webkit-box-shadow: 7px 6px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 7px 6px 5px rgba(0,0,0,0.3);
	box-shadow: 7px 6px 5px rgba(0,0,0,0.3);
	margin-right: 15px;	
}

.wrapperrow {
	border-radius: 30px;
	border: 1px solid #C0C0C0;
	background-color: #000000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 8px;
	-webkit-box-shadow: 7px 6px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 7px 6px 5px rgba(0,0,0,0.3);
	box-shadow: 7px 6px 5px rgba(0,0,0,0.3);
	margin-right: 15px;	
}


