/* Default Styles*/
* {
	box-sizing: border-box;
}

body {
	color : #001000;
	background-color : #fafffa;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
	border-style : none;
	border-width : 0;
	border-color : #002000;
	padding : 0;
	margin : 0px 0px 0px 0px;
}

.body {
	max-width: 1280px;
	width: 100%;
	margin: 0px;
	padding: 0px 20px;
}

div.titlebar {
	display: grid;
	grid-template-columns: auto auto;
	margin : 0px 0px;
	padding : 0px;
	background-color : #001400;
}

div.titleLeft {
	float: left;
	max-width : 1280px;
	margin : 0px 0px;
	padding : 0px;
}

div.footer {
	max-width : 1240px;
	margin : 20px;
	padding : 10px;
	border-style: solid none none none;
	border-width : 1;
	border-color : #002000;
}

div.image {
	margin : 0px 100px;
	padding : 30px;
	border-style : none;
	text-align : center;
}


div.download1 {
	margin : 0px 50px;
	padding : 0px;
	border-style : none;
	text-align : center;
}

div.download2 {
	background-color : #d0e0d0;
	margin : 30px 50px;
	padding : 30px;
	border-style : solid;
	border-width : 5;
	border-color : #002000;
	display : inline-block;
}

div.indent {
	margin : 0px 0px 20px 50px;
}

p {
	font-size : 16px;
	text-align : justify;
	line-height: 1.5;
	margin : 0px 0px 12px 0px;
	padding : 0;
}

p.center {
	text-align : center;
}

p.indent {
	margin : 0px 0px 12px 50px;
}

p.quote {
	font-style : italic;
	margin : 0px 50px 12px 50px;
}

p.download {
	font-size : 20px;
	text-align : center;
	margin : 0px 0px 6px 0px;
}

p.note  {
	text-indent : hanging 6em;
}

p.footer {
	font-size : 12px;
	text-align : center;
}

p.tshootq {
	font-weight : bold;
}

p.tshoota {
	font-style : italic;
	margin : 0px 0px 12px 0px;
}

pre {
	font-family : "Courier New", Courier, monospace;
	margin : 0px 0px 12px 0px;
}

pre.term {
	background-color : #d0e0d0;
	margin : 0px 0px 12px 0px;
	padding : 10px;
	border-style : solid;
	border-width : 2;
	border-color : #002000;
}

pre.nano {
	color : #000000;
	background-color : #e8e8e8;
	font-family : "Lucida Console", "Courier New", Courier, monospace;
	font-size : 13px;
	margin : 0px 0px 12px 50px;
	padding : 10px;
	border-style : solid;
	border-width : 2;
	border-color : #000000;
}

h1 {
	color : #002000;
	font-size : 30px;
	font-weight : bold;
	text-align : center;
	margin : 12px 0px 12px 0px;
}

h2 {
	color : #002000;
	font-size : 20px;
	font-weight : bold;
	text-align : left;
	margin : 30px 0px 12px 0px;
}

h3 {
	color : #002000;
	font-size : 18px;
	font-weight : bold;
	text-align : left;
	margin : 30px 0px 12px 0px;
}

ul {
	font-weight : normal;
	text-align : justify;
	list-style-type : square;
	margin : 0px;
}

ol {
	font-weight : normal;
	text-align : justify;
	list-style-type : decimal;
	margin : 0px;
}

li {
	list-style-position : outside;
	margin : 0px 0px 12px 0px;
	padding : 0px;
}

a {
	font-weight : bold;
	text-decoration : underline;
	color : #002000;
	background-color : #e0ffe0;
	padding : 0px 5px;
}

a.logo {
	padding : 0px;
	margin : 0px;
}

a.download {
	font-size : 20px;
	text-align : center;
}

a.h2 {
	font-size : 20px;
}

a:hover {
	background-color : #c0ffc0;
}

img {
	max-width: 100%;
	height: auto;
}

table {
	border-style : solid;
	border-width : 1;
	border-color : #002000;
	border-collapse: collapse;
	margin : 12px 0px;
}

thead {
	font-weight : bold;
	text-align : center;
}

td {
	padding : 5px 10px;
	border-style : solid;
	border-width : 1;
}

td.stats {
	font-size : 12px;
	padding : 2px 10px;
	border-style : solid;
	border-width : 1;
}
