<style>
/* Individual class elements on wizard.css should begin with a lower-case w as in wTitleBar */
/* Points (10pt) should be used to make dialog-like wizard tables conform to a set size */

.wErrorText
	{
	color: red;
	font-family: Arial;
	font-size: 10pt;
	font-weight: Bold;
	background: #FAFAD2;
	}
.wLabelError
	{
	color: red;
	font-family: Verdana,Arial;
	font-size: 10pt;
	font-weight: Bold
	}
.wLabel
	{
	color: black;
	font-family: Arial;
	font-size: 10pt;
	font-weight: Bold
	}
.LabelError
	{
	color: red;
	font-family: Arial;
	font-size: 10pt;
	font-weight: Bold
	}
.Label
	{
	color: black;
	font-family: Arial;
	font-size: 10pt;
	font-weight: Bold
	}
.wTitleBar
	{
	background: midnightblue;
	color: white;
	font-family: Verdana,Arial;
	font-size: 10pt;
	font-weight: Bold
	}
.wStatusBar
	{
	color: black;
	font-family: Arial;
	font-size: 8pt;
	}
.Status
	{
	color: black;
	font-family: Arial;
	font-size: 8pt;
	}
.Heading1
	{
	color: black;
	font-family: Verdana,Arial;
	font-size: 12pt;
	font-weight: Bold
	}
h3
	{
	color: red;
	font-family: Verdana,Arial;
	font-size: 12pt;
	}
.wText
	{
	color: black;
	font-family: Verdana,Arial;
	font-size: 10pt;
	}
textarea
	{
	color: black;
	font-family: Arial;
	font-size: 10pt;
	}
select
	{
	color: black;
	font-family: Arial;
	font-size: 10pt;
	}
input
	{
	color: black;
	font-family: Arial;
	font-size: 10pt;
	}
.wTextRed
	{
	color: DarkRed;
	font-family: Verdana,Arial;
	font-size: 10pt;
	}
</style>