/*
	Serval Library for web design, http://serval.informdesk.int.ru/, (ñ) 2005-2009 Anton A. Baskov
	Version: 1.1 - Reset css styles
	
*/

*						{ margin: 0; padding: 0; }
html					{ height:100%; }
body					{ height:100%; }
table					{ border-collapse: collapse; border-spacing: 0; empty-cells: show; }
th						{ font-weight: normal; text-align: center; }
th, td					{ vertical-align: top; }			/* to make top align in cells*/
ol						{ list-style-type: decimal; padding-left: 2em; }
ul						{ list-style-type: disc; padding-left: 1em; }
li						{ }
div						{ overflow: hidden; }				/* for easy styling div tags*/
a						{ color: inherit; text-decoration: none; }
img						{ border: none; }					/* to make images inside a tags be without borders*/
a img					{ border: none; }
.nobr					{ white-space: nowrap !important;}
