body{
    text-align: center;
   font-family: "tahoma", "verdana", "arial", "helvetica", sans-serif;
   font-size: 100%;
   font-style: normal;
   color: #000050;
   margin-top: 0;
   margin-bottom: 0;
   background-color: #556991;
}

div#wrapper {
   border: 2px solid #eeeeee;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   top: 20px;
   max-width: 1040px;
   background-color: #F4F4F4;
}

div#rptwrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 4px;
	max-width: 960px;
	border: 2px solid #eeeeee;;
	top: 20px;
	background-color: #F4F4F4;
}

table.tgrid th {
	color: #FFFFFF;
	background-color: #556991;
}

.tgrid a:link, .tgrid a:visited {
  background-color: white;
  color: #776852;
  text-decoration: none;
}

.tgrid a:hover {
	color: #DC143C;
}

hr.title{
	border: 2px solid #556991;
}

.textwrapper {
	border: 1px solid #222222;
	border-style: groove;
	background-color: #FFFFFF;
	text-align: left;
}

.blankwrapper{
	text-align: left;
}

A:link {
	color: #5C4033;
	font-weight: 600;
}

A:visited {
	color: #000000;
	font-weight: 600;
}

A:active {
	color: #5C4033;
	font-weight: 600;
}

.centerwrapper{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 88%;
	padding: 14px;
}

.calendar{
	position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 440px;
}

h1 {
    /* font-family: 'Roboto', sans-serif; */
	font-family: "helvetica", "tahoma", "verdana", "arial", sans-serif; 
	/* font-family: "tahoma", "verdana", "arial", "helvetica", sans-serif; */
    color: #473415;
    font-size: 160%;
    font-weight: 700;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 10px;
}
h2 {
    font-family: "helvetica", "tahoma", "verdana", "arial", sans-serif; 
    font-style: normal;
    font-size: 140%;
    font-weight: 700;
    color: #473415;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	margin-top: -10px;
	margin-bottom: 10px;
}


.button {
	box-shadow: inset 0px 1px 0px 0px #a6827e;
	background:linear-gradient(to bottom, #6A81A4 5%, #2F3F57 100%);
	background-color:#6A81A4;
	border-radius: 3px;
	border: 1px solid #566963;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-weight: 600;
	font-family: Arial;
	font-size: 13px;
	padding: 6px 10px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #4d3534;
}

.button:hover {
	background:linear-gradient(to bottom, #2F3F57 5%, #6A81A4 100%);
	background-color:#2F3F57;
	color: #ffffff;
	font-weight: 600;
}

.button:active {
   position: relative;
   top: 1px;
}

.button:link,
.button:visited,
.button:hover,
.button:active {
	color: #ffffff;
	font-size: 14px;
}