/* Generated by KompoZer */

a:link,a:visited	{ color:#886353; text-decoration:none; outline:none;}

a:hover,a:active	{ color:#4C666A; text-decoration:underline; outline:none;}

body {
  margin: 0px auto;
  padding: 0px;
  background: #AFEEEE url() no-repeat scroll center top;
  text-align: center;
  font-size: 10pt;
  background-color:#b0c4de;
}
#container {
  margin: 0 auto ! important;
  background: #ffffff url(background.jpg) no-repeat scroll center top;
  width: 800px;
}
body, div, h1, h2, h3, span, p {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #000000;
}

table, tr, td {
  border: 0px solid #777777;
  padding: 1px;
  //background: #ffffff none repeat scroll 0% 50%;
  font-size: 10
  pt;
  color: #000000;
  border-collapse: collapse;
  text-align: center;
}
h1 {
  font-size: 18pt;
}
h2 {
  font-size: 14pt;
}
.warning {
  font-weight: bold;
}table { margin: auto; } 
/* fix for scroll bars on webkit & Mac OS X Lion */ 
			::-webkit-scrollbar {
				background-color: rgba(0,0,0,0.5);
				width: 0.75em;
			}
			::-webkit-scrollbar-thumb {
    			background-color:  rgba(255,255,255,0.5);
			}