html {}
html {background-color: #000650}
html,body { padding:0px; margin:0px; height:100%; text-align:center;  }
body {
  padding:0;
  width:1004px;
  margin:0 auto;
  min-height:100%;
 }

*html body { width:1004px;}



html,body, table, td {font-family:Tahoma;
						font-weight: normal;
						font-size: 12px;
						/*color: #616161;*/
						color: #000; }

table{
	border:0px; 
	border-collapse:collapse;
	padding:0px; margin:0px;
}

table td, table tr{
padding:0px;
vertical-align:top;
margin:0px;
text-align:left
}




input {  border:1px solid #84A1C8; margin-bottom:1px; font-size:11px; padding:2px; }
input:hover {  }
input:focus {  }
* html input { height: 19px; }

textarea {  border:1px solid #84A1C8; margin-bottom:1px;color: #4D4D4D; font-size:11px; padding:2px; }
textarea:hover {  }
textarea:focus { }

select {font-size:11px; padding:2px;  border:1px solid #84A1C8;}

/*form { display: inline; }*/
img {border-style:none}

/*Links */
a { color: #013A80; text-decoration:underline;  font-size: 12px;}
a:hover { text-decoration:none ; color: #013A80; }
a:active { text-decoration: none}
a:visited {  }

h1,h2,h3,h4,h5,h6 {padding:0; margin:0}
h2, h3, h4, h5, h6 {font-weight:bold;
	font-size:11px;
	padding:6px 0;
	}
h1 {color:#FFF;
	font-size:18px;
	font-weight:normal;
	padding:15px 0 11px 15px;
	}
	 #center_part h1{
	background:#96ACCE url('/img/center_head.gif') repeat-x 0 -1px;}
.inside #center_part h1 {color:#FFF;
	font-size:18px;
	font-weight:normal;
	padding:15px 0 11px 15px;
	margin:0px 31px 0 0 ;
	background:#96ACCE url('/img/center_head.gif') repeat-x 0 -1px;
	}

	#request {
	display:block;
	margin-left: 40px;
	width:550px;}
	
	#request label {
	display:block;
		}
	#request label.caption{
	font:700 15px arial!important;
	margin: 20px 0 10px 0;
		}
	#request input, #request select, #request p {
	width:250px;
	margin: 5px 0;
	padding: 0px;
	font: normal 12px Tahoma;
	border-color: #bebebe;
		}

	#request .dates {width:65px}

	#request input.send {width: 100px; margin-left:100px;}
	

	p.paging {padding-left: 20px;}




