
<style type="text/css">

/* HTML */
/* Keeps resizing from causing too much wrapping */
html { min-width: 770px; }

/* Body */ 
body {
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	/*
	width: 100%;
	height: 100%;
  overflow: hidden;
	*/
}


/* Font and Colors*/
body, input, textarea, select, table{
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #3b2927;
}

body.popup {
  background-color: #F1F7D4; /*F1F7D4,EFE7D0,FCEEAD*/
}  

/* Sizes */
.big {font-size: 14px; font-weight: 600;}
.bigger {font-size: 16px; font-weight: 600;}
.biggest {font-size: 18px; font-weight: 600;}


/* Standard Links */
a {font: inherit !important;} 

a:link, a:active, a:visited	{
  color: steelblue;
	text-decoration: none;
	font: inherit !important;
	font-size: 11px;
} 
a:hover	{
  color: white;
	background-color: steelblue;
	text-decoration: none;
	white-space: nowrap;
	font: inherit !important;
	font-size: 11px;
}


/* Form elements */
form {
margin-top: 0;
margin-bottom: 0;
}

/* Tables */
table {
margin: 0px; 
border-collapse: collapse;
}
td {
vertical-align: top;
padding: 0px;
text-align: left;
}


.container {
border: 1px solid #927F50;
background-color: white;
width: 100%;
}

.container td {
padding: 10px;
}


.data {
border: 1px solid #927F50;
background-color: white;
}
.data thead tr {
font-weight: 600;
background-color: #F2EFE9;
}
.data thead td {
white-space: nowrap;
}
.data td {
padding-top: 2px;
padding-bottom: 2px;
padding-left: 4px;
padding-right: 4px;
}



/* UL lists */
ul {
  margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
	list-style-type: square;
}

/* Headers */
h1 {
  font-size: 20px;
  color: #122C54;
  font-weight: bold;
  margin: 0;
  display: inline;
}

h2 {
  font-size: 18px;
  color: #122C54;
  font-weight: bold;
  margin: 0;
  display: inline;
}

h3 {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  margin: 0;
  display: inline;
}


</style>