body
{
	font-family: Arial, Sans-Serif;
	margin: 0px;
}

td
{
	font-family: Arial, Sans-Serif;
	font-size: 80%;
}

.RequiredMark
{
	font-weight: bold; 
	color: #ff0000;
}

.ValidationSummary
{
	color: Red;
	background-color: Beige;
	border-color: DarkRed;
	border-width: 1px;
	border-style: Dashed;
	padding: 6px;
	width: 700px;
	text-align: left;
}
*html .ValidationSummary
{
	width: 694px;
}

.Arrow 
{
}

.Arrow img
{
}

.Example 
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt; 
	color: #666666;
}

label
{

}

.ContactFormPanel
{
	padding: 6px;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	color: #00529c;
}

.ContactFormPanel TD
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	color: #00529c;
}

.ThankYouPanel
{
	padding: 6px;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	margin-top: 14px;
	color: #00529c;
}

.Normal
{
	font-family: Arial, Sans-Serif;
	color: #000000;
	font-size: 10pt;
}

.AttentionGetter
{
	font-weight: bold;
	color: #990000;
}

h1
{
	font-family: Arial, Sans-Serif;
	color: #006600;
}

h2
{
	color: #808000;
	font-family: Arial, Sans-Serif;
	font-size: 18px;
}

h3
{
	color: #808000;
	font-family: Arial, Sans-Serif;
}

.TestModeHeader
{
	font-size: 20px;
	font-family: Arial, Sans-Serif;
	color: Red;
	background: #ffffcc;
	border: 1px dashed #990000;
	width: 480px;
	text-align: center;
}

a:link
{
	color: #990000;
	text-decoration: underline;
}

a:visited
{
	color: #990000;
	text-decoration: underline;
}

a:hover
{
	color: #999900;
	text-decoration: none;
}

a:active
{
	color: #990000;
	text-decoration: none;
}

pre
{
	font-size: 10pt;
}

.Calendar td a:link,
.Calendar td a:hover,
.Calendar td a:visited,
.Calendar td a:active
{
	background-color: White;
	text-decoration: none;
}
