﻿body 
{
	font-family: "Segoe UI", "Segoe UI Web Regular", "Helvetica Neue", "BBAlpha Sans", "S60 Sans", Arial, "sans-serif";
}

.Footer
{
	font-size: 12px;
}

A:link
{
	text-decoration: none;
}

A:visited
{
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

h1, h2, h3 
{
	font-family: "Segoe UI Web Light", "Segoe UI Light", "Segoe UI Web Regular", "Segoe UI", "Helvetica Neue", Arial;
	font-size: 2.55em;
	font-weight: normal;
	color: #000;
}

.TextBox
{
	height: 30px;
	width: 300px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 5px;
}

.Button
{
	background-color: #2672EC;
	color: White;
	font-weight: bold;
	cursor: pointer;
}

.ErrorLabel
{
	color: #c85305;
}

.LowImpactText
{
	color: Gray;
}

.TitleText
{
	font-size: 20px;
}

.ControlText
{
	font-size: 11px;
}

.FieldLabel 
{
	font-size: 12px;
}

.Heading
{
	color: #2672EC;
}