﻿* html #first
{
	/* rules for just < IE7 here */
}

html, body
{
	margin: 0;
	padding: 0;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	height: 100%;
	background-color: white;
}
input {
	background-repeat: no-repeat;
}

a
{
	color: #558EC6;
	text-decoration: none;
}

a:hover
{
	color: #666;
	background: inherit;
	text-decoration: underline;
}


h1
{
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	padding: 10px 0 5px 0;
	text-align: left;
	border-bottom: 3px solid #558EC6;
}

h2
{
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #1e3e6b;
}
h3
{
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	margin: 15px 10px 10px 0;
	padding: 10px 0 5px 0;
	border-bottom: 3px solid #f96b05;
	text-align: center;
}
h4
{
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	padding: 10px 0 0 0;
	font-weight: bold;
	color: #1e3e6b;
}
td.menusep
{
	background-color: #fff;
	color: white;
}
td.vertsep
{
	background-color: #9999ff;
	color: white;
	padding: 0px;
	margin: 0px;
}
td.horzsep
{
	background-color: #9999ff;
	color: white;
	height: 2px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}
td.vertedg
{
	background-color: #3333ff;
	color: white;
	margin: 0px;
	padding-left: 4px;
}
td.horzedg
{
	background-color: #3333ff;
	color: white;
	height: 4px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}
td.cmp
{
	text-align: center;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.head14
{
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.p14
{
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
	color: red;
	font-style: italic
}

div.error { display: none; }

.gray * { color: gray; }




p li {
	font-size: 12px;
	text-align: justify;
	font-family:Calibri, Arial, Helvetica, sans-serif;
}

hr {
border: 0;
color: #558EC6;
background-color: #558EC6;
height: 1px;
width: 100%;
text-align: center;
}
:focus {
	outline: 0;
}