BODY {
	MARGIN: 0px; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px 
}
.txt {
	FONT-SIZE: 8pt; COLOR: #1B1B1B; FONT-FAMILY: Tahoma; 
}
.txtbold {
	FONT-SIZE: 7pt; COLOR: #1B1B1B; FONT-FAMILY: Tahoma; font-weight:bold; 
}
.fields {
	border:1px solid #ADADAD; FONT-SIZE: 11px; WIDTH: 145px; COLOR: #272727; TEXT-INDENT: 3px; PADDING-TOP: 2px; FONT-FAMILY: Verdana; HEIGHT: 20px; BACKGROUND-COLOR: #FFFFFF
}
a
{
color:#000000;
text-decoration:none;
}
a:hover
{
color:#BA0000;
text-decoration: underline;
}

a.topnav
{
color:#FFFFFF;
text-decoration:none;
}
a:hover.topnav
{
color:#CCCCCC;
text-decoration: underline;
}

.bold_text{
font-size:16px;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration:none;
}
.city_heading{
font-size:40px;
color:#000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration:none;
}
.red_text{
font-size:10px;
color:#FF0000;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration:none;
}
.textbox 
{
 width : 160px;
 font-family : Arial, sans-serif;
 font-size : 16px;
 padding-left : 4px;
 height:27px;
 text-align:left;
 font-weight:bold;
 vertical-align:middle;
 padding-top:5px;
 
}
.textbox_last 
{
 width : 150px;
 font-family : Arial, sans-serif;
 font-size : 19px;
 padding-left : 4px;
 height:30px;
 text-align:left;
 font-weight:bold;
 vertical-align:middle;
 padding-top:5px;
 
}
.textbox_last
 {
 width : 153px;
 font-family : Arial, sans-serif;
 font-size : 16px;
 padding-left : 4px;
 height:15px;
 text-align:left;
 font-weight:bold;
 vertical-align:middle;
 padding-top:5px;
 }
.combobox
 {
 font-family : Arial, sans-serif;
 font-size : 18px;
 height:30px;
 }
.mousehander
{
cursor:pointer;
}
.formmenu_text{
font-size:12px;
color: #FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration:none;
}
.formbody_text{
font-size:11px;
color: #000000;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration:none;
}
.formbody_heading{
font-size:11px;
color:#BA0000;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration:none;
}

 /*******************For Drop Down **********************/
#search-results { width : 144px; border : 1px solid #000; background : #fff; display : none; float : left; }
* html div#search-results { width : 144px; } /* box model hack */
.sr, .srs { width : 100%; float : left; font-family : Arial, sans-serif; font-size : 13px; padding : 1px 0 0 0; }
.sr { background-color : #fff; color : #000; }
.srs { background-color : #36c; color : #fff; cursor : pointer; }
.sr .src { color : #008000; }
.srs .src { color : #fff; }
.srt { float : left; font-size : 13px; margin-left : 4px; }
.src { float : right; font-size : 10px; margin-right : 3px; padding-top : 2px; }
/******************* End For Drop Down **********************/

/****************************For Form Div *****************/


#form
{
	position: relative; 
	height:250px;
	width: 650px; 
	text-align:center;
	/*border: 1PX #3333FF solid;*/
	/*background-color:#CCFFFF;*/
}

/****************************End Form Div *****************/

/***************************Ajax Css *************************/
	
	/* Big box with list of options */
	#ajax_listOfOptions{
		position:absolute;	/* Never change this one */
		width:166px;	/* Width of box */
		/*   (If u want to  give height) Height of box */
		height:190px;
		overflow:auto;	/* Scrolling features */
		border:1px solid #317082;	/* Dark green border */
		background-color:#FFF;	/* White background color */
		text-align:left;
		font-size:16px;
		font-weight:bold;
		z-index:100;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:1px;
		cursor:pointer;
		font-size:16px;
		font-weight:bold;
	}
	#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color:#BA0000;		
        font-family:Arial, Helvetica, sans-serif;
		color:#FFF;
	}
	#ajax_listOfOptions_iframe{
		background-color:#F00;
		position:absolute;
		z-index:5;
	}
	
	form{
		display:inline;
	}