/* CSS Document */
body {
  SCROLLBAR-ARROW-COLOR: #9ba5b1;
  SCROLLBAR-BASE-COLOR: #3c3f44;
  SCROLLBAR-FACE-COLOR: #3c3f44;
  SCROLLBAR-TRACK-COLOR: #3c3f44;
  SCROLLBAR-HIGHLIGHT-COLOR: #9ba5b1;
  SCROLLBAR-SHADOW-COLOR: #9ba5b1;
  SCROLLBAR-3DLIGHT-COLOR: #9ba5b1;
  SCROLLBAR-DARKSHADOW-COLOR: #9ba5b1;
  
  color:#FFFFFF; 
  font-family: tahoma, verdana, georgia, times, "times new roman", serif;   
  font-size: 80%; 
  background-color: #3c3f44;
  }

.head { 
  font-family: tahoma, verdana, georgia, times, "times new roman", serif;   
  font-size: 85%; 
  font-weight: bold;
  color: #cbd8e8; 
  background-color: transparent; 
  border: #cbd8e8; 
  border-style: dotted; 
  border-width: 1px; 
  text-align: center;

}

TD { 
  font-family: tahoma, verdana, georgia, times, "times new roman", serif;  
  font-size: 80%; 
  color: #FFFFFF;
  }

A:link, active {
	color:#ccd6e8;
	text-decoration:none;
	font-family:tahoma, verdana, georgia, times, "times new roman", serif; 
	font-size:85%;
	letter-spacing:1pt; 
	cursor: crosshair;
	}

A:visited {
	color:#ffffff;
	text-decoration:none;
	font-family:tahoma, verdana, georgia, times, "times new roman", serif; 
	font-size:85%;
	letter-spacing:1pt; 
	cursor: crosshair;
	}

A:hover {
	color:#a2a8b1;
	font-family: tahoma, verdana, georgia, times, "times new roman", serif; 
	text-decoration: none; 
	font-size:85%;
	cursor:crosshair
	}

input,textarea{
  color:#FFFFFF; 
  font-size:80%;
  font-family: tahoma, verdana, georgia, times, "times new roman", serif; 
  background-color:#3c3f44; 
  border:1PT dotted;
  border-color: #cbd8e8;

}