/* reset starts */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, img, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
cite, code, th {
	font-style:normal;
	font-weight:normal;
}
th {
	text-align:left;
}
h1, h2, h3, h4 {
	font-size:100%;
}
q:before, q:after {
	content:'';
}
/* reset ends */
html, body { *height: 100%; }


body {
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #555555;
}

td ol li { list-style-position: inside; }

#content a, #content a:visited, #infobar a, #infobar a:visited {
	color: #083b70;
	font-size: 12px;
	text-decoration: none;
}
#content a:hover, #infobar a:hover {
	color: #2667aa;
	text-decoration: underline;
}

.strong {
	font-weight: bold;
}

.strong em {
	font-weight: normal;
}