﻿body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-size: 12px;
	line-height: 1.4em;
	color:#666;
}

h1 {
	font-family: ariblk, Arial Black, Arial Bold;
	font-size: 14px;
	color: #e51b24;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	margin-bottom: 0.2em;
	color: #A38A59;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	margin-bottom: 0.2em;
	color: #183e71;
}
input, select 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	color: #183e71;
	background:inherit;
	text-decoration: underline;
}
a:link {
	color: #183e71;
	background:inherit;
	text-decoration: underline;
}
a:visited
{
	color: #183e71;
	background:inherit;
	text-decoration: underline;
}
a:hover
{
	color: #a38a59;
	background:inherit;
	text-decoration: underline;
}
a:active{
	color: #183e71;
	background:inherit;
	text-decoration: none;
}

.title 
{
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #183e71;
}
.boldblack 
{
	font-weight: bold;
	color:Black;
}
.centered
{
	text-align: center;	
}
.centered * 
{
	margin-left:auto;
	margin-right:auto;
}
.control 
{
	margin-bottom:20px;
}
.left 
{
	text-align: left;	
}
.right 
{
	text-align: right;	
}
.nowrap, tr.nowwrap td
{
	white-space: nowrap;
}
