body {
	background-color:#444444;
	border: 0px;
	padding: 0;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:justify;
	line-height: 150%;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#F08731;
}
input, textarea, select {
	border: 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#tableMain {
	table-layout:fixed;
	width:100%; 
	height:100%;
	border-collapse:collapse;
}
#tableMain td {
	padding:0px;
}
#divTitle {
	position:relative;
	top: 50px;
	left: 60px;
}
#divContent{
	position:relative;
	top:50px;
	left: 50px;
	width:440px;
	height:320px;
	z-index:1;
	overflow:auto;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color;#CCCCCC;
	scrollbar-arrow-color: #E7881E;
	scrollbar-base-color: #444444;
	border:1px solid #CCCCCC; 
	padding:10px;
}
#divTagLine{
	position:relative;
	top:80px;
	left: 60px;
}
#divTagLine h1{
	color: #999999;
	font-size: 20px;
	text-transform:uppercase;
}
#hand {
	cursor:hand;
}
#tdError {
	background-color:#FF0000;
	color:#FFFFFF;
	font-weight:bold;
}
#tableDropShadow {
	border-bottom-color:#666666;
	border-bottom-style:dotted;
	border-bottom-width:4px;
	background-color:#DDDDDD;
	margin: 0px;
}
#tdGreyHeader {
	color:#FFFFFF;
	background-color:#999999;
	font-weight:bold;
	padding: 5px;
}
#tdGreyVert {
	padding: 5px;
	background-color:#DDDDDD;
	border-bottom: 1px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
}
#tdNonGreyVert {
	background-color:#FFFFFF;
	padding: 5px;
	border-bottom: 1px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
}
#tdNoPad {
	padding: 0px;
}
A.button:link, A.button:visited, A.button:active {
	color:#FFFFFF;
	text-decoration: none;
	background-color:#0099CC;
	border-style:solid;
	border-width: 1px;
	border-color:#0099CC;
}
A.button:hover {
	color:#FFFFFF;
	text-decoration: none;
	background-color:#094368;
	border-style:solid;
	border-width: 1px;
	border-color:#0099CC;
}
#tableTracking td{
	border:1px solid #FFFFFF;
}
#trLow td {
	background-color:#FFFFFF;
}
#trActive td {
	background-color:#FFCC00;
}