/* CSS Document */
* { margin:0; padding:0;}
html, body { height:100%; background:#000000; }
body {font-size:100%; line-height:1em;}
html, input, textarea
	{		
    font-family:Verdana;
	color:#6e7d89;
	line-height:16px;
	vertical-align:top;
	padding:0px;
	text-align:left;
	}		
	
iframe{ padding:0 0 0 0px; }	
	
input.text 
	{ 
	width: 100px;
	background-color: #99cccc;
	vertical-align:top;
	} 
	
input.submit
	{
	width: 30px;
	height: 16px;
	text-align:center;
	}

.fl{ float:left}

b{ color:#001527;}
a{ color:#6e7d89; text-decoration:underline} 
a:hover{text-decoration:none}
span a{color:#e9c25a; text-decoration:underline} 
span a:hover{text-decoration:none}


 /*header*/
#header {margin: 0 0 0 0px; overflow-y:hidden; overflow-x:hidden; text-align:center; }

/*content*/
p{ margin:15px 0px 0px 0px}

/*index.html*/

/*footer*/
.indent_footer{padding:0 77px 0 78px} 
#footer { height:122px; background:url(images/bot.gif); width:745px} 
#footer{color:#6e7d89; font-size:0.75em;} 
#footer a{color:#6e7d89; font-size:1em; text-decoration:none} 
#footer a:hover{ text-decoration:underline} 
#footer span {color:#b5bdc3; font-size:0.89em; } 
#footer span a{color:#b5bdc3; font-size:1em; text-decoration:underline} 
#footer span a:hover{ text-decoration:none} 
#footer .col2{ text-align:center; }

/*input*/
input{
   background:#ffffff;
   border:1px solid #e3e7eb;
   font-size:1em;
   width:215px; height:14px;
}
textarea{
   background:#ffffff;
   border:1px solid #e3e7eb;
   font-size:1em;
   width:215px; height:88px;
   margin-bottom:5px;
   overflow:auto}

.popup { margin:0px 0px 0px 0px}