@charset "utf-8";
/* CSS Document */

p {
	color: #333333;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 15px;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	display: inline;
}

h1 {
	color: #1CBBD5;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 700;
	font-size: 16px;
}
h2 {
	color: #333333;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 13px;
	font-weight: 700;
	padding-bottom: 5px;
}
h3 {
	color: #333333;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 24px;
	font-weight: 700;
	padding-top: 10px;
}

h4 {
	color: #333333;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 20px;
	font-weight: 700;
	padding-top: 10px;
	display: inline;
}

h5 { 
	color: #ffffff;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	font-weight: 700;
	padding-top: 10px;
	padding-left: 10px;
	display: inline;
}
.clr {
	height: 10px;
}

ul {
	margin-left: 40;
	padding-bottom: 5px;
}

ul li {
	line-height: 25px;
	color: #1283AC;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 15px;
}

ul#menu li {
	display: inline;
	margin-left: 8px;
	margin-right: 8px;
}

ol {
	margin-left: 40;
	padding-bottom: 5px;
}

ol li {
	line-height: 25px;
	color: #2D2C2C;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 15px;
}

img {
	margin-top: 10px;
	margin-bottom: 3px;
		margin-right: 2px;
	margin-left: 2px;
}

.important { color: red; }

