html {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0b1b56;
	text-align:center;
	background: url(../img/bkgPage.gif) repeat-x top left #D8DBE6; 
}
h1 {
	background-image:url(../img/bkgH1.gif);
	background-repeat:repeat-x;
	height: 41px;
	padding: 10px 0 0 5px;
	margin: 0px 0px 10px 0px;
}
h2 {
	font-size: 16px;
	background-image:url(../img/bkgButton.gif);
	background-repeat:repeat-x;
	height: 28px;
	margin: 0px 0px 10px 0px;
	padding: 6px 0 0 6px;
}
h3 {
	padding-left: 8px;
	margin: 5px;
}
h4 {
	padding-left: 12px;
	margin: 5px;
}
select, input, textarea {font: inherit}
hr {color: #0b1b56; height: 1px; border: 0px; border-top: 1px dotted #0b1b56;}
a {color: #FCA000; text-decoration: none; font-weight: bold;}
table {font-size: 1em;}
td {font-size: 1em;}
.bullet {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background-image:url(../img/bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.imgBlock {display: block; margin: 5px;}
.bordo {	border: 1px solid #211D62;}
