/* CSS Document */

html, body {
   font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-size: 10pt;
   color: #666666;
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   line-height: 18px
   background-color: #AEAA7A
   height: 100%;
   background-image:
   url('graphics/back.jpg')
}
#container {
    min-height: 100%;
	height: 100%;
}			
td {
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 18px
}

th {
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 18px
}

body, html {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 18px
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #990000;
}
a:active {
	color: #990000;
}