.error
{
	color: red;
	font-size: x-small;
	font-family: verdana;
	font-weight: bold;
	cursor: default;
}

.wizardTitle
{
	color: white;
	font-size: 14pt;
	font-family: verdana;
	font-weight: bold;
	cursor: default;
}

.button 
 { 
	 color: black; 
	 text-decoration: none; 
	 font-size: x-small; 
	 font-family: Verdana, Arial, Helvetica, sans-serif; 
	 background-color: orange; 
	 padding: 5px; 
	 margin: 5px; 
	 padding-top: 2px; 
	 padding-bottom: 2px; 
	 width: 145px; 
	 border: 3px solid gray; 
	 border-right: 3px solid black; 
	 border-bottom: 3px solid black; 
}
.wizButton 
 { 
	 color: white; 
	 text-decoration: none; 
	 font-size: x-small; 
	 font-family: Verdana, Arial, Helvetica, sans-serif; 
	 background-color: black; 
	 padding: 5px; 
	 margin: 5px; 
	 padding-top: 2px; 
	 padding-bottom: 2px; 
	 width: 85px; 
	 border: 3px solid white; 
	 border-right: 2px solid gray; 
	 border-bottom: 2px solid gray; 
}


.tdHeader
{
	 color: white; 
	 text-decoration: none; 
	 font-size: x-small; 
	 font-family: Verdana, Arial, Helvetica, sans-serif; 
	 font-weight: bold;
	 background-color: Navy; 
	 padding: 2px;
	 border-right: 3px solid black; 
	 border-bottom: 3px solid black;
}
.wizHeader
{
	 color: white; 
	 text-decoration: none; 
	 font-size: x-small; 
	 font-family: Verdana, Arial, Helvetica, sans-serif; 
	 font-weight: bold;
	 background-color: black; 
	 padding: 2px;
	 border: 3px solid white; 
	 border-right: 2px solid gray; 
	 border-bottom: 2px solid gray; 
}
.tdMessage
{
	 color: black; 
	 text-decoration: none; 
	 font-size: x-small; 
	 font-family: Verdana, Arial, Helvetica, sans-serif; 
	 font-weight: bold;
	 background-color: white; 
	 padding: 2px;
	 border: 3px red;
	 border-right: 3px solid black; 
	 border-bottom: 3px solid black;
}
.bodytext 
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000
}
.bodytextbold 
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: bold; 
	color: #000000 
}
.heading 
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	font-style: normal; 
	font-weight: bold; 
	color: #1e0099
}
.headingsmall 
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: bold; 
	color: #1e0099 
}
.tblHeader 
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: bold; 
	color: #FFFFFF
}
.textprpl 
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	font-weight: normal; 
	color: #1e0099 
}
.redbold 
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	font-style: normal; 
	font-weight: bold; 
	color: #ff0000
}
.cPrompt
{
    COLOR: blue;
    FONT-FAMILY: Arial,Helvetica;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
	TEXT-ALIGN: left;
    HEIGHT: 19px;
    WIDTH: 620px
}