body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #3e4346;
	color: #cccccc;
}

table {
	font-size: 12pt;
}

.header {
	padding-left: 58px;
	color: #ffffff;
	font-size: 15pt;
}

.flash_logo {
	background-image: url("/images/logo_bg.gif");
	background-repeat: no-repeat;
	background-color: #000000;
}

.box {
	background-image: url("/images/box.gif");
	background-repeat: no-repeat;
	background-color: #000000;
}

.header_bottom {
	background-image: url("/images/header_bottom.jpg");
	background-repeat: no-repeat;
	background-color: #000000;
}

.top_blank {
	background-image: url("/images/pinstripes.gif");
	background-color: #000000;
}

.top_bg {
	background-image: url("/images/top_bg.gif");
	background-repeat: repeat-x;
	background-color: #000000;
}

.menu {
	background-image: url("/images/menu_left.gif");
	background-repeat: no-repeat;
	background-color: #000000;
}

.left {
	background-image: url("/images/left_bg.gif");
	background-repeat: repeat-y;
}

hr {
	height: 1px;
	color: #ffffff;
}

hr.header {
	height: 1px;
	color: #ffffff;
	position: relative;
	top: -10px;
}

/*
These two used to have a width of 167 and padding instead of margin
*/

.left_text_normal {
	font-size: 10pt;
	color: #ffffff;
	width: 150px;
	text-align: center;
	margin: 10px;
}

.left_text_small {
	font-size: 8pt;
	color: #ffffff;
	width: 150px;
	text-align: center;
	margin: 10px;
}

input, select, textarea {
 	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 10pt;
}

form {
	display: inline;
}

.double_space {
	line-height: 18pt;
}

#scrollDiv {
	overflow: auto;
	width: 100%;
	height: 561px;
	padding-right: 20px;
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #ECB371;
}

.body_area {
	font-size: 12pt;
	padding-left: 20px;
	padding-right: 40px;
	padding-bottom: 40px;
}

.dropdownmenu {
  position: absolute;
  left: 492px;
  top: 188px;
  width: 215px;
  font-family: Arial, Helvetica, sans-serif;
  color: rgb(255,255,255);
  text-decoration: none;
  font-size: 10pt;
  font-weight: bold;
  background-color: #565D61;
  padding: 2px 2px 2px 4px;
  border: 1px dotted #000000;
  display: inherit;
}