.paragraphText { 
	font-family: Arial;
	font-size: 12px;
	color: #006699;
}

.pagetitles {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #990033;	
}

.formText {
	font-family: Arial;
	font-size: 12px;
	color: #006699;
	text-align:right;
}

.next a{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}

.headertext {
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	color: #FFFFFF;
	background-color: #000000;
	padding-left: 5px;
	height: 25px;
	padding-top:4px;
}

.formfield {
	padding-left: 3px;
	font-family: Arial;
	font-size: 12px;
	color: #006699;
}

.required {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #990033;
}

.error {
	position:absolute;
	width:350;
	left:300;
	top:100;
}

.errortext {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFE6;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:5px;
}

.errorbutton a{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
	padding-left:2px;
}
/* ============================
* Error Messages
==============================*/
.errormsg
{
	background-color: #FFFFE6;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #ff0000;
	border: solid 1px #000000;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:5px;
}
/* ============================
* Step Wizard Link Styles
==============================*/
.currentstep
{
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
	color:#990033; 
	background-color:#ffffff;
	border: solid 1px #990033;
}
a.steplink:link  
{ 
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
	color:#ffffff; 
	background-color:#990033;
	border: solid 1px #000000;
} 
a.steplink:visited  
{ 
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
	color:#ffffff; 
	background-color:#990033;
	border: solid 1px #000000;
} 
a.steplink:active  
{ 
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
	color:#990033; 
	background-color:#ffffff;
	border: solid 1px #990033;
} 
a.steplink:hover  
{ 
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
	color:#990033; 
	background-color:#ffffff;
	border: solid 1px #990033;
}
