﻿body
{
	font-family: Arial;
	font-size: small;
	background: white none;
	color: gray;
	padding: 0px;
}
h1
{
	font-weight: bold;
	font-size: large;
	text-align: right;
	margin: 0px;
}
h2
{
	font-weight: bold;
	font-size: medium;
	background-color: #e9e9e9;
	margin: 0px;
}
.warning
{
	color: #ff0000;
}
.txtbox
{
	font-family: Arial;
	color: gray;
}
.txtbox_right
{
	font-family: Arial;
	color: gray;
	text-align: right;
}
.list
{
	font-family: Arial;
	color: gray;
}
.hidden
{
	display: none;
}
.th
{
	color: #f6f6f6;
	font-size: small;
	font-weight: bold;
	background: gray;
}
.th_prgrp
{
	color: white;
	font-weight: bold;
	background: #cccccc;
}
.tr_alt
{
	background: #e9e9e9;
}
.td_right
{
	text-align: right;
}
.divtopbar
{
	background-color: #e0e0e0;
	height: 27px;
	width: 987px;
	text-align: left;
}
.divbotbar
{
	background-color: #e0e0e0;
	height: 27px;
	width: 987px;
	text-align: left;
}
.divmain
{
	background-color: #f6f6f6;
	height: 578px;
	width: 987px;
	overflow: auto;
	text-align: left;
}
.divcontent1
{
	float: left;
	height: 578px;
	width: 490px;
	overflow: auto;
}
.divcontent2
{
	float: right;
	height: 578px;
	width: 490px;
	overflow: auto;
}
