	h1, h2, h3 {padding-bottom:8px; margin:0px;}
	p {margin: 8px 0px;}
	.h4{
		font-size:14px;
		margin-bottom:8px;
		margin-top:4px;
		text-decoration:underline;
	}

	.white { 
			color: #FFFFFF; 
			font-family: Arial, Helvetica, sans-serif;
			font-size : 12pt;
	}

  a:link 	{color: #1F386B; font-family: Times, Arial; text-decoration: none; font-size : 14px; font-weight: bold;}
  a:active { color: #1F386B; font-family: Times, Arial; text-decoration:  underline; font-weight: bold; font-size : 14px;}
  a:visited{ color: #1F386B; font-family: Times, Arial; text-decoration: none; font-weight: bold; font-size : 14px;}
  a:hover { color: #1F386B; font-family: Times, Arial; text-decoration:  underline; font-weight: bold; font-size : 14px;}

  a.toplink:link 	{color: #000000; text-decoration: none; font-size: 15px;}
  a.toplink:active { color: #FFFFFF; text-decoration:  underline; font-size : 15px;}
  a.toplink:visited{ color: #000000; text-decoration: none; font-size : 15px;}
  a.toplink:hover { color: #FFFFFF; text-decoration:  underline; font-size : 15px;}

  a.white:link 	{color: #FFFFFF; text-decoration: none; font-size: 14px;}
  a.white:active { color: #FFFFFF; text-decoration:  underline; font-size : 14px;}
  a.white:visited{ color: #FFFFFF; text-decoration: none; font-size : 14px;}
  a.white:hover { color: #FFFFFF; text-decoration:  underline; font-size : 14px;}

  a.searchResultLink:link 	{color: #990000; text-decoration: none; font-size: 14px;}
  a.searchResultLink:active { color: #990000; text-decoration:  underline; font-size : 14px;}
  a.searchResultLink:visited{ color: #990000; text-decoration: none; font-size : 14px;}
  a.searchResultLink:hover { color: #990000; text-decoration:  underline; font-size : 14px;}
 
  a.heghLighted:link 	{color: #A80000; text-decoration: none;}
  a.heghLighted:active {color: #A80000; text-decoration:  underline;}
  a.heghLighted:visited{color: #A80000; text-decoration: none;}
  a.heghLighted:hover {color: #A80000; text-decoration:  underline;}
  
  
.red_asterisk {color: #920A0A; font-size : 14px;}

.button{
		border-top:1px solid #999;
		border-left:1px solid #999;
		border-bottom:1px solid #000;
		border-right:1px solid #000;
		background-color: #cdcbc4;
		text-align: center;
		color: #000;
		font-size : 14px;
		height: 20px;
		width: 120px;
}

.list {
width: 800px;
}

div.title1 {
	background-color: #F24800;
	color: fff;
	font-size : 16px;
	width: 800px;
}

.input_field{
		font-family: Arial, Helvetica, sans-serif;
		font-size : 10px;
		color: #38496B;
}




.td_bold {
		color: #fff;
		font-weight: bold; 
}

.td_value {
		color: #fff;
}

.table_head {
		background-color: #F24800;
		color: #FFFFFF;
		font-weight: bold;
  	border-bottom:1px solid #999;
		text-align: center;
}



.row0 {
		background-color: #DDDDDD;
}
.row1 {
		background-color: #FFFFFF;
}




div#header_links {
	background-image: url("./images/title_light.jpg");
	background-repeat: repeat-x;
	width: 600;
	min-width: 500px;
	height: 15px;
	position: absolute;
	top: 100;
	left: 50;
	z-index: 2;
	}

div#header_links_bar {
	background-image: url("./images/title_darker.jpg");
	background-repeat: repeat-x;
	width: 100%;
	min-width: 760px;
	height: 15px;
	position: absolute;
	top: 100;
	left: 0;
	z-index: 1;
	}

div#shadower {
	width: 100%;
	min-width: 760px;
	background: transparent url("./images/shadow.png");
	background-repeat: repeat-x;
	height: 10px;
	position: absolute;
	top: 115px;
	left: 0;
	z-index: 1;
	}




	/* Header text style*/
.table_menu{
	background-image: url("./images/title_darker.jpg");
	background-repeat: repeat-x;
	color: #000;
	font-size: 12px;
	width: 100%;
}
td.toplinks {
	background-image: url("./images/title_light.jpg");
	background-repeat: repeat-x;
	color: #000;
	font-size: 12px;
	text-align:center;
	white-space:nowrap;
	padding-left:3px; padding-right:3px;
	border-left:1px solid #999;
	}
td.toplinks_end {
	border-left:1px solid #999;
	}

td.toplinks:hover {
	background-image: url("./images/title_darker.jpg");
	background-repeat: repeat-x;
	color: #000;
	}
td.toplinks:active {
	background-image: url("./images/title_dark.jpg");
	background-repeat: repeat-x;
	}


td.toplinks:hover > a.toplink {
	color: #FFF;
	text-shadow: 0px 0px 2px #FFF;
	}


/********************box1*************************/


	.box1-container{
		width:555px;
		padding-left:15px;
		background:#FFFFFF url(../images/centerBoxMiddle.png) repeat-y scroll 0 0;
		overflow:hidden;
	}

	.box1-container tr {height: 30px;}
	.box1-container td {font-size:14px;}
	.box1-container input {
			height:20px; 
			font-size:12px; 
			width:200px; 
			background:#fff; 
			color:#000;
			border:1px solid #ccc;
			padding:0px 2px;
	}
	
	.box1-header{
			background:#F7F7F7 url(../images/centerBoxTop.png) no-repeat scroll 0 0;
			height:36px;
			width:535px;
			padding:8px 0px 0px 35px;
			margin-top:16px;
	}
	
	.box1-footer {
		width:570px;
		background:#F7F7F7 url(../images/centerBoxBottom.png) no-repeat scroll 0 0;
		clear:both;
		height:12px;
	}	

/***********************************/
.admin_city{width:132px !important;}
.admin_error{color: #A50105; font-size:12px;}
