html
{
	display : inline;
}

input, select, textarea
{
	font-family : tahoma, arial, verdana;
	font-size : 11px; 
	background-color : white; 
	border : 1px solid #BABABA;
	margin : 2px; 
} 

ul
{
 	margin: 0px;
	padding: 0px;
}

li
{
	font-family : tahoma, arial, verdana;
	font-size : 12px;
	margin : 5px;
	padding : 0px;
	list-style : none;
  	padding-left: 15px;
  	background-image: url(./images/arrow.png);
  	background-repeat: no-repeat;
  	background-position: left 6px;
}

form 
{
	font-family : tahoma, arial, verdana;
	font-size : 11px; 
	border-width : 0; 
	padding : 0; 
	margin : 0; 
	display: inline;
} 

.table_header_text
{
	font-family : tahoma, arial, verdana;
	font-size : 11px; 
	color: #fef5e6;
	margin-bottom: 7px;
}

.warning
{
	font-family : tahoma, arial, verdana;
	font-size : 11px; 
	font-weight : bold; 
	color : red; 
}

.bold
{
	font-family : tahoma, arial, verdana, serif;
	font-size : 12px; 
	font-weight : bold; 
	color : #fef5e6;
	text-decoration : underline; 
}

.title
{
	font-family : tahoma, arial, verdana;
	font-size : 15px; 
	font-weight : bold; 
	color : #006699;
}

.price
{
	font-family : tahoma, arial, verdana;
	font-size : 13px; 
	font-weight : bold; 
	color : #fef5e6;
}

.timings
{
	font-family : tahoma, arial, verdana, serif;
	font-size : 11px; 
	color : #222222;
}

.top_background
{
  	background-image: url(./images/title-back.gif);
  	background-repeat: repeat;
}

.topmenu
{
	font-family : tahoma, arial, verdana;
	font-size : 11px; 
	font-weight : bold;
	color: #222222;
}

.images
{
	border : 1px solid #BABABA;
}

.line_white_left {border-left: solid 1px #ACAFB8}
.line_white_right {border-right: solid 1px #ACAFB8}
.line_white_top {border-top: solid 1px #ACAFB8}
.line_white_bottom {border-bottom: solid 1px #ACAFB8}

.submit
{
	font-weight : bold;
	background : #65ABD3; 
	color : white;
}

h2
{
	font-family : tahoma, arial, verdana;
	font-size : 11px; 
	font-weight : bold;
	color : #fef5e6;
}