﻿body {
	font-family: "Verdana", Sans-Serif;
	font-size: 11px;
}

p, h1, h2, h3, h4, h5, h6, form, ol, ul, #MainContent table tbody td {
	color: #404040;
}

p {
	margin-top: 4px;
	margin-bottom: 4px;
}

.Orange {
	color: #ff993e;
}

.Green {
	color: #75d603;
}

h1 {
	font-size: 17px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #305880;
}

h2 {
	font-family: "Tahoma", Sans-Serif;
	font-size: 15px;
	margin-top: 8px;
	margin-bottom: 6px;
	color: #305880;
}

h3 {
	font-family: "Tahoma", Sans-Serif;
	font-size: 12px;
	margin-top: 6px;
	margin-bottom: 4px;
	color: #305880;
}

ol, ul, form {
	margin-top: 0px;
	margin-bottom: 0px;
}

a img {
	border: none;
}

#MainContent a:link, #MainContent a:visited, #MainContent a:active, #MainContent a:hover {
	color: #f3720a;
	text-decoration: none;
}

#MainContent a:hover {
	text-decoration: underline;
}

#MainContent table {
	border: none;
}

.Hidden 
{
	visibility: hidden;
	display: none;
}

.Visible
{
	visibility: visible;
	display: block;
}

.Hint
{
	font-family:Verdana;
	font-size: 9px;
	text-align: center;
	color: Gray;
}

/*
input.Text, textarea, select
{
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
	border: solid 1px silver;
}
*/
