﻿p {
	line-height: 15px;
	margin-bottom: 10px;
}

pre {
	font-family: monospace;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

a {
	font-family: Verdana;
	font-size: 11px;
	color: #2a7e70;
	text-decoration: none;
}

a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #2a7e70;
	text-decoration: underline;
	cursor: pointer !important;
}


h1 {
	font-family: Arial, Sans-Serif;
	color: #333333;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 15px;
	margin-bottom: 6px;
}

h2 {
	color: #2f2f2f;
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 2px;
}

h3 {
	color: #123a5d;
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 2px;
}


ul {
	margin: 0 0 20px 0;
	padding-left: 0;
	list-style: none;
}

ul li {
	padding-left: 16px;
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	line-height: 15px;
}

ol {
	margin: 0 0 20px -10px;
	padding-left: 0;
	list-style-type: decimal;
	list-style-position: inside;
}

ol li {
	padding-left: 10px;
	line-height: 15px;
}


.sidebar h1 {
	color: #0f3a5d;
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 5px;
}

.blue {
	color: #123a5d;
}

.green {
	color: #63C0A1;
}

.darkblue {
	color: #123a5d;
}

.darkgrey {
	color: #2f2f2f;
}

.blueBar {
	color: #fff;
	background-color: #123a5d;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 0 5px 6px;
}

