/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial;
	letter-spacing: normal;
	background-color: white;
}
.Footer
{
	font-size: 7pt;
	font-family: arial;
}
.Banding
{
	background-color: navy;
}
.BandingRed
{
	background-color: Red;
}
.Login
{
	font-size: 8pt;
}
.StandardText
{
	font-size: 9pt;
	font-family: Arial;
}
.HeaderText
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}
.OrderBand
{
	background-color: #b5d0e6;
}

.Forms
{
	font-size: 8pt;
	font-family: arial;
}

.TutorialBody
{
	font-size: 8pt;
	font-family: arial;
}
.TutorialHeader1
{
	font-size: 12pt;
}
.GISAccent
{
	background-color: gainsboro;
}
