* {
	/*border: 1px solid black;*/
	color: #58554c;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	margin: 0px 0px;
	padding: 0px 0px;
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

a, a * {
	color: #1B3282;
	text-decoration: underline;
}

a.href-sect {
	color: #28157E;
	font-weight: bold;
	text-decoration: none;
}

a.href-sect:hover {
	color: #FF6700;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:hover * {
	color: black;
}

img {
	border-width: 0px;
}

h1 {
	color: #6FB342;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

h2 {
	color: #62BD18;
}

h3 {
	color: #1E377A;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

h4 {
	color: #1E377A;
	font-size: 22px;
	font-style: oblique;
	margin-bottom: 15px;
}

p {
	margin-top: 5px;
	margin-bottom: 15px;
}

.bt * {
	color: #1E377A;
}

.bt h2 {
	color: #62BD18;
}

.b0, .b1, .b2
{
	background: #D7DDEB;
	border-color: #E7E7E7; 
}
.b4 {
	background: #D7D7D7; border-color: #D7D7D7; 
}
.b0 .b0 {
	background: #D7DDEB;
	border-color: #D7D7D7; 
}
.b1 .b0 {
	background: #D7DDEB;
	border-color: #D7D7D7; 
}
.b2 .b0 {
	background: #D7DDEB;
	border-color: #D7D7D7; 
}
.b4 .b0 {
	background: #D7D7D7; border-color: #D7D7D7; 
}