/*---------------css styles--------------------*/
	body
	{
		padding:0px;
		margin:0px;
		background-color:#ffffff;	
		font: 68% 'lucida grande',tahoma,sans-serif;
	}
	
	p {
		margin: 0px;
		line-height:15px;
		
	}
	img{
		border:0px;
	}
	.t1
	{
		font-family: arial,helvetica,sans-serif;
		font-size: large;
		font-weight: bold;
		line-height: 145%;
		color:#f26624;
	}
	
	.t2
	{
		font-family: arial,helvetica,sans-serif;
		font-size: small;
		font-weight: bold;
		line-height: 145%;
		color:#000000;
	}
	.t3
	{
		font-family: arial,helvetica,sans-serif;
		font-size: x-small;
		line-height: 145%;
		color:#999999;
	}
	.grey{
		color:#999999;
		font-size:12px;
		height:13px;
	}
	.msg{
		color:#990000;
		font-size:12px;
	}

	.form{
		color:black;
		font-size:12px;
		height:13px;
	}
	.asterisk{
		color:#FF6600;
		font-size:12px;
	}
	
	a:link { 
		color: #FFFFFF; 
		text-decoration: none;
	}
	a:visited { 
		color: #FFFFFF; 
		text-decoration: none;
	}
	a:active { 
		color: #FFFFFF; 
		text-decoration: none;
	}
	a:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}
	.caption
	{
		font-family: 'lucida grande',tahoma,sans-serif;
		font-size: 80%;
		line-height: 145%;
		color:#cccccc;
	}

	.line{
		background-image:url(../img/dotted_break.gif);
		background-repeat:repeat-x;
		width:100%;
		padding-top:6px;
		padding-bottom:6px;
		text-align:right;	
	}
	.middle{
		text-align:center;
		width:750px;
		height:450px;
	}
	
	.background{
		width:800px;
		height:624px;
		background-color:#ffffff;
		background-image:url(../img/bgimage2.png);
		background-repeat:no-repeat;
	}
	
	.logo{
		text-align:left; 
		width:220px;
		height:71px;
		padding-top:20px;
		padding-bottom:20px;
		position:relative;
		left:-270px;
	}
		
	.background-footer{
		width:369px;
		height:54px;
		background-image:url(../img/backgroundimg_footer2.jpg);
		background-repeat:no-repeat;
		padding-left:20px;
		position:relative;
		left:-190px;
		top:-10px;
	}
	
		/*
		Alpha PNG support for IE
		------------------------------
		\*/
	* html img/**/ {
	 filter:expression(
	   this.alphaxLoaded ? "" :
	   (
		   this.src.substr(this.src.length-4)==".png"
		   ?
		   (
		 (!this.complete)
		 ? "" :
			 this.runtimeStyle.filter=
			 ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
			 (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
			 String(this.alphaxLoaded=true).substr(0,0)+(this.src="img/blank.gif").substr(0,0)
		   )
		   :
		   this.runtimeStyle.filter=""
	   )
		 );
		}