html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0px;
	padding:0px;
}
body {
	background:#f6f6f6;
	font-size:13px;
	font-family:arial;
}

.fullcontent {
	padding:10px 0px 0 0px;
	color:#7D7D7D;
	font-family:Georgia;
	font-size:13px;
}

.fullcontent h2 {
	font-size:15px;
}

.fullcontent th {
	font-size:14px;
	font-family:'Times New Roman';
}


.taxi {
	width:100%;
	border-collapse: collapse;
}
.taxi td,.taxi th {
	padding:5px 2px;
	border:1px solid #91B1E0;
}

#search {text-transform: uppercase;}

a {
	text-decoration:underline;
	color:#003eff;
}
a:hover {
	text-decoration:none;
}