html
{
	display : inline;
}

body
{
	background-color : #B5B5B5; 
	margin : 0; 
} 

br 
{
	line-height : 12px;
	margin : 0; 
} 

a 
{
	font-family : verdana, serif;
	font-size : 12px; 
	color : #5678A2; 
	text-decoration : none; 
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}

a:hover 
{
	font-family : verdana, serif;
	font-size : 12px; 
	color : red; 
	text-decoration : none; 
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
} 

a img 
{
	margin-bottom: -1px;
	vertical-align: sub;
	border: none; 
}

input, select, textarea
{
	font-family : verdana, serif;
	font-size : 12px; 
	background-color : white; 
	border: 1px solid #BABABA;
} 

li
{
	font-family : verdana, serif;
	font-size : 12px;
	list-style : disc;
	list-style-position : outside;
	margin : 0;
	padding : 2px;
}

td
{
	font-family : verdana, serif;
	font-size : 12px; 
	color : #707277;
	text-decoration : none; 
} 

form 
{
	font-family : verdana, serif;
	font-size : 12px; 
	border-width : 0; 
	padding : 0; 
	margin : 0; 
	display: inline;
} 

.table_header_text
{
	font-family : verdana, serif;
	font-size : 12px; 
	font-weight : bold; 
	color : #666666;
}

.warning
{
	font-family : verdana, serif;
	font-size : 12px; 
	font-weight : bold; 
	color : red; 
}

.bold
{
	font-family : verdana, serif;
	font-size : 12px; 
	font-weight : bold; 
	color : #384359;
}

.name
{
	font-family : verdana, serif;
	font-size : 12px; 
	font-style : italic; 
	text-decoration : underline; 
}

.price
{
	font-family : verdana, serif;
	font-size : 12px; 
	font-weight : bold; 
	color : #105294;
}

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

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