.wizardForm
{
	background-color: #EFEFEF;
	color: Black;
	font-family: Verdana;
	font-size: 11px;
	border-style:solid;
	border-color:Black;
	border-width:1px;
}

.wizardTitle
{
	background-color: #004D93;
	color: White;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding:6px 6px 6px 6px;
	border-top: solid 1px Black;		
	border-left: solid 1px Black;	
	border-right: solid 1px Black;
}
.wizardTitle1
{
	background-color: transparent;
	color: Gray;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	padding:1px 3px 1px 3px;
	border-bottom: solid 1px Silver;	
}
.wizardError
{
	background-color:#FFDFDE;
	color:Red;
	font-family: Verdana;
	font-size: 11px;
	padding:12px 12px 6px 12px;
	border: solid 1px Red;		
}

.wizardBody
{
	background-color: transparent;
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
}

.wizardBody1
{
	background-color:#EFEFEF;
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	padding:12px 12px 12px 12px;
	border: solid 1px Silver;
}

.wizardFooter
{
	background-color:#BDB6B5;
	text-align:right;
	padding:5px 10px 5px 10px;
	height: 16px;
	border-top: solid 2px Black;
}

.wizardButton
{
	background-color:#FFEFCE;
	color: Black;
	font-family: Verdana;
	font-size: 12px;
	text-align:right;
	padding:5px 5px 5px 5px;
	border: solid 1px Black;
	cursor:pointer;
}

.wizardButton A
{
	color: Black;
	text-decoration: none;
}
.wizardButton A:hover
{
	color: Black;
}

.wizardButton A:active
{
	color: Black;
	text-decoration: none;
}

.wizardButton A:visited
{
	color: Black;
	text-decoration: none;
}

.wizardButton1
{
	background-color:White;
	color: Gray;
	font-family: Verdana;
	font-size: 11px;
	padding:1px 1px 1px 1px;
	border: solid 1px Black;
	cursor:pointer;
}

.wizardButton1 A
{
	color: Black;
	text-decoration: none;
}
.wizardButton1 A:hover
{
	color: Black;
}

.wizardButton1 A:active
{
	color: Black;
	text-decoration: none;
}

.wizardButton1 A:visited
{
	color: Black;
	text-decoration: none;
}
