@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

*{
	padding:0px;
	margin:0px;
}

img{
	padding:0px;
	margin:0px;
	border:0px;
}

a{
	text-decoration:none;
	padding:0px;
	margin:0px;
	border:0px;
}

a:active, a:focus {
	outline: 0;
}

a:link {
  color: #FF0000;
  text-decoration: none;
}

a:hover {
  color: #FF0000;
  text-decoration: underline;
}

body{
	margin:0px;
	padding:0px;
	border:0px;
	/*background-color:#000000;
	color:#ffffff;*/
	font-family: Helvetica, Arial, sans-serif;
	font-size:10pt;

}

/*public home css starts here ************/

.top_banner{
	background-image:url(images/menu_bg.gif);
	height:67px;
}

.content_header{
	color:#000000;
	font-size:24px; 
}

.left_content_text{
	color:#8c8c8c; 
	margin-top:10px; 
	line-height:20px;
}

.right_content_text{
	color:#8c8c8c; 
	margin-top:6px; 
	line-height:20px;
}

.right_header_text{
	color:#000000;
	font-size:10pt;
	line-height:20px;
	margin-top:10px;
}
a.right_header_text{
	color:#ff3918;
	font-size:10pt;
	line-height:20px;
	margin-top:10px;

}

.process_text{
	float:left; 
	width:245px; 
	color:#8c8c8c; 
}

.bottom_banner{
	clear:both;
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat-x;
	height:184px;
}

.take_center {
	margin:auto;
	width:950px;
}
.take_center2 {
	margin:auto;
	width:100%;
}
.bottom_text{
	color: #dedede; 
	font-size: 8pt; 
}

.ftp_red_btn_style{ 
	border: 0px none ; 
	margin-top:3px;
	padding: 5px; 
	color: rgb(255, 255, 255); 
	font-weight: bold; 
	background-color: rgb(255, 56, 23); 
	width: 125px; 
	font-size: 11pt;
}

#errors
{
	font-weight:normal;
	margin:0px;
	padding:0px;
}
