﻿@import url("siteelements.css");
@import url("geoelements.css");
@import url("formelements.css");

body
{
	background-color: white;
	font-family: verdana; 
	font-size: 70%;
	margin: 0px 20px 20px 20px;
}

h1
{
	color: #D1D5D8;
	font-size: 120%;
	font-weight: normal;
	margin: 1.5em 0em 0.5em 0em;
	padding-top: 0.5em;
	clear: both;
}

td h1
{
	font-size: 180%;
}

h2
{
	color: #71A29E;
	font-size: 120%;
	margin: 1.5em 0em 0.5em 0em;
	clear: both;
}

h3
{
	color: #71A29E;
	font-size: 100%;
	font-weight: normal;
	margin: 1.5em 0em 0.5em 0em;
	clear: both;
}

img
{
	border-width: 0px; 
	margin: 0px;
}

table
{
	width: 100%;
	margin: 0px;
	font-size: 100%;
	border-width: 0px;
	border-collapse: collapse;
}

table tr, table td, table tbody
{
	padding: 0px;
	margin: 0px;
}

a:link { color: #08628C; }
a:visited { color:#98799F; }  
a:active { color:#08628C; }  
a:hover { color: #A20033; }

.Red, a.Red:link, a.Red:visited 
{
	color: red;
}

p
{
	font-size: 110%;
	line-height: 130%;
	margin-top: 0em;
}

.Small
{
	font-size: 100%;
}

ol li
{
	margin-bottom: 0.4em;
	font-size: 110%;
	font-weight: bold;
}

li
{
	color: #9BB4AD;
	margin-top: 0.5em;
#	font-size: 110%;
}

ul li
{
	list-style-type: disc;
}

li span
{
	color: black;
	font-weight: normal;
}

li small
{
	font-size: 90%;
}

li li
{
	font-size: 100%;
}

blockquote
{
	color: #666666;
	margin: 0em 0em 2em 4em;
}

h1#DocumentTitle
{
	clear: both;
	margin-top: 3em;
	font-size: 200%;
}

#AlfaBankLogo
{
	width: 184; 
	height: 92px;
	margin-left: 0px;
}

.tdHigh
{
	font-weight:bold;
	border-bottom: 2px solid #000;
}

.aligned{}