BODY {
/*  background: #3364AA; */
	background: #507cbb;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  scrollbar-face-color:#28569A;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-track-color:#C0B0B0;
  scrollbar-shadow-color:#000000;
  scrollbar-highlight-color:#000000;
  scrollbar-3dlight-color:#28569A;
  scrollbar-darkshadow-Color:#28569A;
}
INPUT {
	FONT-SIZE: 9px;
	COLOR: black;
	FONT-FAMILY: Verdana, Tahoma;
	BACKGROUND-COLOR: white;
	border: 1px solid black;
}
select{
	FONT-SIZE: 9px;
	FONT-FAMILY: Verdana, Tahoma;
	border: 1px solid #000000;
}
body,td,th {
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul {
	list-style-type: none;
	margin-top: 0px;
	padding-left: 25px;
	margin-left: 10px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.red, .red:link, .red:visited, .red:hover {
	color: #FF0000;
}
a:hover {
	color: #FFAE00;
	text-decoration: none;
}
.box_margin {
	margin-bottom: 5px;
}
.yellow, .yellow:link, .yellow:visited {
	color: yellow;
	text-decoration: none;
}
.yellow:hover {
	color: #FFAE00;
	text-decoration: none;
}.table_line {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
ol {
	margin-top: 5px;
	padding-left: 25px;
	margin-left: 10px;
}
.table_line_o {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFAE00;
	border-bottom-color: #FFAE00;
}
.checkbox {
	height: 15px;
	width: 15px;
}
.scroll {
	width: 180px;
	height: 474px;
	overflow: auto;
}
.list {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-position: outside;
	list-style-image: url(images/list.gif);
}