/*Styles which only affect the Register page*/



/*Styles and containment area for the application*/	
#application{
	background-color	:#FFFFFF	;
	border	:solid 1px	;
	width	:580px	;
	height	:230px	;
	font-family:"Times New Roman", Times, serif;
	color	:#000000	;
	margin	:258px 110px	;
	position	:absolute	;
	overflow	:auto	}

/*Styles and containment area for the application*/	
#assistor{
	background-color	:#FFFFFF	;
	border	:solid 1px	;
	width	:580px	;
	height	:230px	;
	font-family:Arial, Helvetica, sans-serif;
	font-size	:11px	;
	padding-left	:5px	;
	color	:#000000	;
	margin	:19px 110px	;
	position	:absolute	;
	overflow	:auto	}	
h1{
	font size	:12px	;
	text-align	:center	;
	font-family	:Arial, Helvetica, sans-serif;
	font-weight	:bold	;
	margin-top	:-4px	}
#break{
	border-bottom	:dotted 1px	;
	width	:560px	;
	height	:1px	;
	margin	:-12px 1px	;
	position	:relative	}
	


#assistor a:link{
	color	:#d2ce00	;
	font-size	:11px	;
	font-family:Arial, Helvetica, sans-serif;
	font-weight	:100	;
	text-decoration	:none	}

#assistor a:visited{
	color	:#d2ce00	;
	font-size	:11px	;
	font-family:Arial, Helvetica, sans-serif;
	font-weight	:100	;
	text-decoration	:none	}	
	
#assistor a:focus#{
	color	:#FFFFFF	;
	font-size	:11px	;
	font-family:Arial, Helvetica, sans-serif;
	font-weight	:0	;
	text-decoration	:none	}
	
#assistor a:hover{
	color	:#FFFFFF	;
	font-size	:11px	;
	font-family	:Arial, Helvetica, sans-serif;
	font-weight	:0	;
	text-decoration	:none	}