﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0 0 0 0;
	padding:0 0 0 0;
	border:0;
	outline:0;
	font-weight:normal;
	font-style:normal;
	font-size:small;
	font-family:Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	vertical-align:baseline;
	background:transparent;
}

html, body { 
	width:100%; 
	height:100%; 
	line-height:normal;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
table tr td { /* Для таблиц все еще надо прописывать 'cellspacing="0"' в коде */
	line-height:22px;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}

thml, body, input, textarea, select {
	color:#005784;
	font-weight:normal;
	font-style:normal;
	font-size:small;
	font-family:Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	background:white;
}


A, A:active, A:link, A:visited	{ color:#005784; text-decoration:underline; }
A:hover							{ color:#2576a2; text-decoration:none; }

div.AllANonUnderline A, 
div.AllANonUnderline A:active, 
div.AllANonUnderline A:link, 
div.AllANonUnderline A:visited,
div.AllANonUnderline A:hover	{ text-decoration:none; display:block; }

hr { color:#adc4cf; height:1px; }

ol, ul { list-style:none; }
li { list-style-type:none; }

:focus { outline:0; }
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote, q {	quotes:"" ""; }
