/* CSS Document */

html, body {
   font-family: "Georgia", Verdana, Arial, Helvetica, sans-serif;
   font-size: 10pt;
   color: #685040;
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   line-height: 22px;
   background-color: #343917;
   height: 100%;

}
#container {
    min-height: 100%;
	height: 100%;
}			
td {
	font-family: "Georgia", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #685040;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 20px;
}

th {
	font-family: "Georgia", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #685040;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 20px;
}

body, html {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 20px;
}

a:link {
	color: #00699B;
}
a:visited {
	color: #00699B;
}
a:hover {
	color: #CBD495;
}
a:active {
	color: #00699B;
}