.align_justify
			{
				text-align:justify;
			}
	.align_left
			{
				text-align:left;
			}
			.align_right
			{
				text-align:right;
			}
			.align_center
			{
				text-align:center;
			}
			.underline
			{
				text-decoration:underline;
			}
			.flot_left
			{
				float:left;
			}
			.success
			{
				background:#ffffff url('../images/icons/success.png') no-repeat top left;
				color:green;
			}
			.error
			{
				background:#ffffff url('../images/icons/error.png') no-repeat top left;
				color:red;
			}
			.warning
			{
				background:#ffffff url('../images/icons/warning.png') no-repeat top left;
				color:red;
			}
			.align_error,.align_success,.align_warning
			{
				border:1px solid #898989;
				text-align:center;
				vertical-align:middle;
				padding:20px;
				width:350px;
				height:70px;				
				position:relative;
				top:20%;
				left:55%;												
				
			}
			.align_success
			{
				background:#ffffff url('../images/icons/success.png') no-repeat top left;
				color:green;
			}
			.align_error
			{
				background:#ffffff url('../images/icons/error.png') no-repeat top left;
				color:red;

			}
			.align_warning
			{
				background:#ffffff url('../images/icons/warning.png') no-repeat top left;
				color:red;
			}	
			.quote
			{
				font-style:italic;				
			}
			.quote2
			{
				width:80%;
				position:relative;
				left:10%;
				font-style:italic;
				border:1px dashed #898989;
				text-indent:20px;
			}
			.quote2 a
			{
				text-indent:20px;
			}						