html{width: 100%; min-height: 100%;}
body{margin: 0px; }
table.main{width: 1000px; background-color: white; margin-left: auto; margin-right: auto; border-collapse: collapse; border-spacing: 0; padding:0px; min-height: 100%;}
table.main td{padding: 0px;}
td.inside{font-family: 'arial'; font-size: 17px; color: black; font-weight: normal; margin: 0; padding-left: 1em !important; padding-right: 1em !important;}
table.contentMainTable{width: 100%; margin-left: auto; margin-right: auto; border-collapse: collapse; border-spacing: 0; padding: 0px;}
p.title{font-size: 22px; color: black; font-family: 'arial'; font-weight: bold; text-align: center;}
p.subtitleLeft{font-size: 19px; color: black; font-family: 'arial'; font-weight: bold; text-align: left;}
p.subtitle{font-size: 19px; color: black; font-family: 'arial'; font-weight: bold; text-align: center;}
td.half{width: 50%; text-align: center; font-family: 'arial'; font-size: 17px; color: black; font-weight: normal;}
.center{text-align: center;}
img.ss{margin-left: auto; margin-right: auto; display: block; border: 1px solid green;}
td.third{width: 33%; text-align: center; font-family: 'arial'; font-size: 17px; color: black; font-weight: normal;}
img.logo{margin:0; padding:0; display: block;}
p {padding: 5px;}
a:active, a:visited, a{color: green; font-size: 17px;}
a:hover{color: red; text-decoration: none;}
a.mainLink{color: green; font-size: 20px;}
a.mainLink:hover{color: red; text-decoration: none;}
.error{font-family: 'arial'; font-size: 12px; color: red; font-weight: bold;}
.success{font-family: 'arial'; font-size: 12px; color: green; font-weight: bold;}
input.field{width: 400px; margin-top: 5px; margin-bottom: 5px; font-family: 'arial'; color: green; font-weight: normal; font-size: 17px;}
textarea{width: 400px; height: 200px; overflow: auto; resize: none; margin-top: 1em; font-family: 'arial'; color: black; font-weight: normal; font-size: 17px;}
table.contact{width: 600px; border-collapse: collapse; margin-left: 1em; margin-right: auto;}
.imgVerify img {margin-left: auto; margin-right: auto; margin-top: 1em; margin-bottom: 0px;}
.imgVerify input {margin-left: auto; margin-right: auto; margin-top: 0px; margin-bottom: 0px; text-align: center; width: 40px; font-family: 'arial'; font-size: 16px; color: black;}
a.smallMainLink {color: green; font-size: 14px;}
a.smallMainLink:hover{color: red; text-decoration: none;}
span.small{font-size: 10px; font-weight: bold;}
ul.square{list-style-type: square;}
ul.square li{margin-bottom: 1em;}
.bold{font-weight: bold;}
.green{color: green;}
.purple{color: purple;}
.red{color: red;}
.teal{color: #389a9a}
.hide{display: none;}
.fakeLink{cursor: pointer; text-decoration: underline;}
body{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c0c0c0+0,7f7f7f+100 */
	background: silver; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(192,192,192,1) 0%, rgba(127,127,127,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(192,192,192,1) 0%,rgba(127,127,127,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(192,192,192,1) 0%,rgba(127,127,127,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0c0c0', endColorstr='#7f7f7f',GradientType=0 ); /* IE6-9 */
}
.nocursor{cursor: auto;}
.nounderline{text-decoration: none;}
td.os{width: 25%; text-align: center; cursor: pointer;}
td.os.selected img{border: 2px dashed green;}
td.footer{
	height: 40px;
	background-color: black;
	color: white;
	text-align:center;
	font-family: 'arial';
	font-size: 12px;
}

td.footer a{
	font-size: 12px;
	color: white;
}
div.insideContent{
	margin-right: auto;
	margin-left: auto;
	width: 98%;
}
table.cellSpacing{
	border-spacing: 10px;
	border-collapse: separate;
}

.inline-code{
	background-color: #e1e9ef;
	padding-left: 8px;
	padding-right: 8px;
	margin-right: 4px;
	margin-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: 'SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace';
	color: black;
}
