﻿body
{
	color: blue;
	font-family: Arial;
	font-size: small;
}
h3
{
	font-weight: bold;
	font-size: large;
	color: blue;
	font-family: Arial;
	background: #E0E0E0;
	text-align: right;
}
h2
{
	font-weight: bold;
	font-size: x-large;
	color: blue;
	font-family: Arial;
}
h1
{
	font-weight: bold;
	font-size: xx-large;
	color: blue;
	font-family: Arial;
}
.th
{
	color: white;
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	background: Gray;
}
.td
{
	color: blue;
	font-family: Arial;
	font-size: small;
}
.p
{
	color: blue;
	font-family: Arial;
	font-size: small;
}
.txtbox
{
	color: blue;
	font-family: Arial;
	font-size: small;
}
.lstbox
{
	color: blue;
	font-family: Arial;
	font-size: small;
}
.txtbox_right
{
	color: blue;
	font-family: Arial;
	font-size: small;
	text-align: right;
}
.txtbox_center
{
	color: blue;
	font-family: Arial;
	font-size: small;
	text-align: center;
}
.hidden
{
	display:none;
}
.shown
{
	display:inline;
}
.warning
{
	color:Olive;
}