.text {
  	font-family: Arial;
 	font-size: 11px;
 	color: 000000; 	
}

.smallHelpText{
  	font-family: Arial;
 	font-size: 11px;
 	color: 000000; 	
	text-align:justify;
}

.title
 {
 	font-family: Arial;
 	font-size: 16px;
 	font-weight: bold;
 	color: 000000; 	
 	padding-left: 3px;
 }

.subtitle
 {
 	font-family: Arial;
 	font-size: 14px;
 	font-weight: bold;
 	color: 666666; 	
 	padding-top: 10px;
 }

.logo {
	padding-top:50px;
	text-align:right;
}

.contentpadding
 {
	background-position: top; 
	background-repeat: no-repeat;
	background-image: url('../_i/content/bk.jpg'); 	
 	
 	background-color: ECECEC;
 	
 	padding-left: 10px;
 	padding-right: 10px;
 	padding-top: 10px;
 	padding-bottom: 10px; 	
 }

/* added by DCs - used in the footer */
.contentpadding2
 {
	background-position: top; 
	background-repeat: no-repeat;
	background-image: url('../_i/content/bk2.jpg'); 	
 	
 	background-color: ECECEC;
 	
 	padding-left: 10px;
 	padding-right: 10px;
 	padding-top: 10px;
 	padding-bottom: 10px; 	
 }
 
.pages
 {
 	font-family: Verdana;
 	font-size: 10px;
 	color: 000000;
	text-decoration: none;
 }
 
.button
 {
 	font-family: Verdana;
 	font-size: 10px;
 	color: 000000;
 	
 	background-color: CAD4DA;

 	padding-left: 3px;
 	padding-right: 3px;
 	padding-top: 3px;
 	padding-bottom: 3px; 	
 	
	border-bottom: #7F8487 1px solid;
	border-left: #FFFFFF 1px solid; 	
	border-right: #7F8487 1px solid;
	border-top: #FFFFFF 1px solid;

	text-align: center;
			
	white-space: nowrap;
 	cursor: pointer;
 }
 
.button_on{
 	font-family: Verdana;
 	font-size: 10px;
 	color: 000000;
 	
 	background-color: E7EEF2;

 	padding-left: 3px;
 	padding-right: 3px;
 	padding-top: 3px;
 	padding-bottom: 3px; 	
 	
	border-bottom: #7F8487 1px solid;
	border-left: #FFFFFF 1px solid; 	
	border-right: #7F8487 1px solid;
	border-top: #FFFFFF 1px solid;

	text-align: center;
			
	white-space: nowrap;
 	cursor: pointer;
} 
 
.fieldname{
 	font-family: Arial;
 	font-size: 12px;
 	color: 000000;
} 
 
.inputtext{
 	font-family: Arial;
 	font-size: 11px;
 	color: 000000;
}  

.required{
 	font-family: Arial;
 	font-size: 12px;
 	color: FF0000;
 	padding-left:3px;
}
 

/* FAST POPUP LINK ***********************************************************************************/
a.fastOptionHref:link, a.fastOptionHref:active, a.fastOptionHref:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#007800;
	text-decoration:none;
}
a.fastOptionHref:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	text-decoration:underline;
}