﻿/* <style type="text/css"> */

/* Button Code Here */
.myButton {
	-moz-box-shadow:inset 0px 1px 3px 0px #d9e0de;
	-webkit-box-shadow:inset 0px 1px 3px 0px #d9e0de;
	box-shadow:inset 0px 1px 3px 0px #d9e0de;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b6bab9), color-stop(1, #66CCFF));
	background:-moz-linear-gradient(top, blue 5%, #66CCFF 100%);
	background:-webkit-linear-gradient(top, blue 5%, #66CCFF 100%);
	background:-o-linear-gradient(top, blue 5%, #66CCFF 100%);
	background:-ms-linear-gradient(top, blue 5%, #66CCFF 100%);
	background:linear-gradient(to bottom, blue 5%, #66CCFF 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b6bab9', endColorstr='#66CCFF',GradientType=0);
	background-color: blue;
	/* background-color:#b6bab9; */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #0d0d0d;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:5px 5px 5px 5px;
	border-spacing:5px 5px
	text-decoration:none;
	text-shadow:0px -1px 0px #030303;
	margin:2px;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00CCFF), color-stop(1, #66CCFF));
	background:-moz-linear-gradient(top, #00CCFF 5%, #66CCFF 100%);
	background:-webkit-linear-gradient(top, #00CCFF 5%, #66CCFF 100%);
	background:-o-linear-gradient(top, #00CCFF 5%, #66CCFF 100%);
	background:-ms-linear-gradient(top, #00CCFF 5%, #66CCFF 100%);
	background:linear-gradient(to bottom, #00CCFF 5%, #66CCFF 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CCFF', endColorstr='#66CCFF',GradientType=0);
	background-color:#00CCFF;
	/* background-color:#1d1f1f */
}
.myButton:active {
	position:relative;
	top:1px;
}

/* End Button Code */

/* Sticky Code */
div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color:#6699FF;
}
/* End of Sticky Code */

body{
	font-size: 10px;
	background-color: #6699FF;

}

td,th {
	background: white;
	padding:2px;
	/* background-color: #E5D5B3; */
}

.style10 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: black;
	text-decoration: none;
}

.style10red {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: red;
	text-decoration: none;
}

.style10blue {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: blue;
	text-decoration: none;
}

.style12 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: black;
	text-decoration: none;
}

.style12red {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: red;
	text-decoration: none;
}

.style12blue {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: blue;
	text-decoration: none;
}
	
.style14 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	color: black;
	text-decoration: none;
}

.style14red {
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	color: red;
	text-decoration: none;
}

.style14blue {
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	color: blue;
	text-decoration: none;
}

.style16 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 16px;
	color: black;
	text-decoration: none;
}

.style16red {
	font-family: Verdana, Arial, Helvetica;
	font-size: 16px;
	color: red;
	text-decoration: none;
}

.style16blue {
	font-family: Verdana, Arial, Helvetica;
	font-size: 16px;
	color: blue;
	text-decoration: none;
}


.style20 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 20px;
	color: black;
	text-decoration: none;
}

.style20red {
	font-family: Verdana, Arial, Helvetica;
	font-size: 20px;
	color: red;
	text-decoration: none;
}

.style20blue {
	font-family: Verdana, Arial, Helvetica;
	font-size: 20px;
	color: blue;
	text-decoration: none;
}

.style24 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 24px;
	color: black;
	text-decoration: none;
}

.style24red {
	font-family: Verdana, Arial, Helvetica;
	font-size: 24px;
	color: red;
	text-decoration: none;
}

.style24blue {
	font-family: Verdana, Arial, Helvetica;
	font-size: 24px;
	color: blue;
	text-decoration: none;
}

.style28 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 28px;
	color: black;
	text-decoration: none;
}

.style28red {
	font-family: Verdana, Arial, Helvetica;
	font-size: 28px;
	color: red;
	text-decoration: none;
}

.style28blue {
	font-family: Verdana, Arial, Helvetica;
	font-size: 28px;
	color: blue;
	text-decoration: none;
}

.text {
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	overflow: auto;
	background-color:#6699FF;
/*	background-color: #E5D5B3;
	right: auto;
	bottom: auto;
	padding-left: 10px;
	left: 10px;
	top: 10px; */
	}
	
.table{
	background-color: white;
	
}

.center {
  text-align:center
}