﻿
a {
	color: #011F3C;
	text-decoration:none;
}
a:visited {
	color: #990000;
}
a:active {
	color: #008000;
	text-decoration: none;
}
a:hover {
	color: #008000;
	text-decoration: none;
}
body {
	FONT-SIZE: 11px;
	COLOR: #1b1b1b;
	FONT-FAMILY: Tahoma, Verdana, Arial, sans-serif;
}
p {
	margin: 0px 0px 10px;
	font-size:12px;
	text-align:justify;
}

h1 {
    font-weight:normal;
    font-size:19px;
	margin: 0px 0px 10px;
}

h2 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	MARGIN: 0px 0px 10px;
}
.title {
	FONT-WEIGHT: bold;
}
.spacerVert {
	FONT-SIZE: 1px;
	LINE-HEIGHT: 1px;
}
/*********************************************************************/
ul {
	padding:0px;
	margin: 10px;
}
li {
	padding: 0 0 0 9px;
	list-style-type:none;
}

.clear {
	clear: both;
}
.clearL {
	clear: left;
}
.clearR {
	clear: right;
}
img {
	border-style:none;
}
.cursor-hand {
	cursor: hand;
}
.inline {
	display: inline;
}
.nowrap {
    white-space:nowrap;
}
.clrKremine-1 {
	color: #967d68;
}

