BODY {
	background: 
			#000000
  		url("images/bg.jpg")
  		repeat-x;
			margin: 0;
 			margin-top: 50px;
 			margin-bottom: 50px;
 			font-family:tahoma, verdana, arial;
			font-size:9pt;
			color:#bfbfbf;
}

.shadow {
	background: url("images/s2.gif") no-repeat;
}

input, textarea {
      border-right: #d9e1eb 1px solid;
      border-top: #9ea6b1 1px solid;
      border-left: #9ea6b1 1px solid;
      border-bottom: #d9e1eb 1px solid;
      background: #ffffff;
}

a:link, a:visited {
			font-family:tahoma, verdana, arial;
			text-decoration:none;
			font-size:9pt;
			color:#e09b22;
}

a:active, a:hover {
			color:#e06522;
			text-decoration:underline;
}

a.small_link, a.small_link:visited, a.small_link:active, a.small_link:hover {
			font-size:8pt;
}

a.grey_link, a.grey_link:visited, a.grey_link:active, a.grey_link:hover {
			color:#bfbfbf;
}

.dotted {
			background: url("images/dots.gif") repeat-x;
}

.greytext {
			color:#7D7D7D;
			font-size:8pt;
}

FONT {
			font-family: Verdana, Arial, serif;
	
}

HR {
			color: #000000;
			height: 1px;
}	