﻿h1 {
	font-size:16pt;
}

h2 {
	font-size:14pt;
}

h3 {
	font-size:12pt;
}

body {
	font-size:12pt;
	color:gray;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color:black;
}

a:hover {
	color:gray;
}

table.form {
	border-collapse:collapse;
	empty-cells:show;
}

table.form th {
	text-align:left;
	background-color:silver;
	color:black;
	font-weight:normal;
	padding:0 4px 0 4px;
}

table.form th,
table.form td {
	border:1px gray solid;
}

table.form td textarea,
table.form td input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
}

table.form th.borderless,
table.form td.borderless {
	border:none;
}

table.form th.narrow,
table.form td.narrow {
	font-family:"Arial Narrow";
}

table.form td input.fixed {
	font-family:"Courier New", Courier, monospace;
}

.clear {
	clear:both;
}

.help {
	background-color:#FFFFCC;
	border:1px #666666 solid;
	padding:2px;
	font-size:9pt;
	font-family:"Arial";
	margin:2px;
}

.right {
	text-align:right;
}

.help {
	background:#ffffcc url('../inc/icon_help.gif') no-repeat scroll 4px 2px;
	padding-left:22px;
	margin:4px 0 4px 0;
}