﻿/*taxi*/
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal; /* normal, bold */;
	font-style: normal; /* normal,  italic */;
	font-variant: normal; /* normal, small-caps */;
	text-transform: none; /* none, uppercase,  lowercase,  capitalize */;
	text-decoration: none; /* overline underline */;
	color: #48535B;
	margin: 0;
}
table {
	border-collapse: collapse;
}
p, dl, dd, dt, td, span, blockquote, div, q, th, form {
	font-size: 12px;
	margin: 0;
}
ol {
	list-style-position: outside;
	list-style-type: decimal; /* square circle disc decimal */;
	color: #48535B;
	margin: 10px;
}
ul {
	list-style-type: square;
	list-style-position: outside;
	color: #48535B;
	margin-left: 15px;
}
li {
	list-style-type: disc; /* square circle disc decimal */;
	list-style-position: outside;
	color: #48535B;
	margin-left:0px;
	line-height:15px;
}
/* links */
a:link, a:visited, a:active {
	color:#48535B;
	text-decoration: none;
	font-size: 12px;
	line-hight: 12px;
	
}
a:hover {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	line-hight: 12px;
}
a.img {
	border: 0;
}
/* forms */
input, select, textarea, option, button {
	font-size: 10px;
	border: 0pt solid #e11b22;
	background-color: #FFF97E;
	padding: 0.5px;
	letter-spacing: 0pt;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal; /* normal, bold */;
	font-style: normal; /* normal,  italic */;
	font-variant: normal; /* normal, small-caps */;
	text-transform: none; /* none, uppercase,  lowercase,  capitalize */;
	text-decoration: none; /* overline underline */;
	color: #330000;
}