body {
	font-family: sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-align: justify;
	color: #000000;
	background-color: #ffffff;
	margin: 0 0 0 0;
	padding: 0 0 0 0;

	scrollbar-face-color : #ffffff;
	scrollbar-shadow-color : #999999;
	scrollbar-highlight-color : #999999;
	scrollbar-3dlight-color : #ffffff;
	scrollbar-darkshadow-color : #ffffff;
	scrollbar-track-color : #ffffff;
	scrollbar-arrow-color : #999999;
}
p {
	margin-left:0px;
	margin-right:0px;
	margin-top:10px;
	margin-bottom:0px;
	padding:0px;
}

a:link {color: #B82619; text-decoration: underline;}
a:visited {color: #B82619; text-decoration: underline;}
a:hover {color: #000000; text-decoration: underline;}

input, select, textarea {
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	border: 1px solid #999999;
}

pre {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


ul {
    text-align: left;
	margin-top:0px;
	margin-bottom:5px;
	list-style-image: url('http://new.mibank.ru/_mibank/images/li.gif');
}

ol {
    text-align: left;
	padding-left:10px;
	margin-top:0px;
	margin-bottom:5px;
}

h2 {
	font-family: sans-serif; 
	font-size: 5px;
	font-weight: normal;
	text-align: left;
	color: #ffffff; 
	border: 0px;
	padding-top: -5px;
	padding-bottom: 10px;
	margin-top: -2px;
	margin-bottom: -10px;
}

h3 {
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 18px;
	font-weight: normal;
	color: #0056A2; 
	border-top: 1px dotted #bbbbbb
	letter-spacing: 2px
	margin-top: 30px;
	margin-bottom: 5px;
}

h4 {
	font-family: Geneva, sans-serif; 
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 5px;
}

.header {
	font-family: verdana, arial, helvetica;
	font-weight: normal;
	text-align: center;
	background-color: #bbbbbb;
	color: #ffffff;
}

.subheader {
	font-family: verdana, arial, helvetica;
	font-weight: normal;
	text-align: center;
	background-color: #eeeeee;
	color: #333333;
}

.select {
	font-style: italic;
	font-weight: bold;
}

.border {
	border: 1px solid #000000;
}

.noborder {
	border: 0px;
}

.button {
	font-family: verdana, arial, helvetica;
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
	background-color: #bbbbbb;
	border: 1px solid #999999;
	cursor: hand;
}

.over {
border: #000000 1px solid;
background-color: #000000; 
color: #ffffff; 
cursor: hand;
}

.title {
	background-color: #33486c;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
}

.submenu {
    color: #33486c;
	font-size: 8px;
	font-weight: normal;
	vertical-align: top;
	font-family : sans-serif, Verdana, Geneva, Arial, Helvetica;
	cursor: hand;
}

a.submenu:link {color: #33486c; text-decoration: none;}
a.submenu:visited {color: #33486c; text-decoration: none;}
a.submenu:hover {color: #84a3ba;}


.small {
	font-family: verdana, arial, helvetica;
	font-size: 7pt;
	text-align: left;
	color: #666666;
}
a.small:link {color: #B82619; text-decoration: underline;}
a.small:visited {color: #B82619; text-decoration: underline;}
a.small:hover {color: #000000; text-decoration: underline;}


.content {
	font-size: 9pt;
	font-weight: normal;
	text-align: justify;
	vertical-align: top;
}

a.content:link {color: #B82619; text-decoration: underline;}
a.content:visited {color: #B82619; text-decoration: underline;}
a.content:hover {color: #000000; text-decoration: underline;}

h4.small {
	font-family: sans-serif; 
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
}


#header {display: block;}
#menu {display: block;}
#submenu {display: block;}
#content {display: block;}

ol {counter-reset: section;list-style-type: none;}
ol.counters li {counter-increment: section; padding-left:14px;}
ol.counters li:before  { content: counters(section, ".") ". "; }
