@charset 'UTF-8';

html * { font-size: 100.01%; }

body {
	font-size: 12px;
	color: #323333;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
}

/*--TITLES----------------------------------------------------*/

h1 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 26px;
}

h2 {
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
	font-size: 20px;
}

h3 {
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
	font-size: 16px;
}

h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 14px;
}

h5 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
}

/*--LISTS-----------------------------------------------------*/

ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
}

ol {
	margin: 0 0 15px 0;
	padding: 0 0 0 18px;
}

li {
	margin: 0;
	padding: 2px 0;
}

ul li {
	list-style: disc;
	color: #616161;
}

ol li {
	list-style: decimal;
	color: #616161;
}

ul li ul, ol li ol {
	padding-top: 4px;
	margin: 0;
}

/*--TABLE-----------------------------------------------------*/

table {
	width: auto;
	margin: 0 0 20px 0;
	border-collapse: collapse;
}

th {
	padding: 7px 20px 7px 0;
	text-align: left;
	font-weight: bold;
	border-bottom: 2px #ccc solid;
}

td {
	padding: 5px 20px 5px 0;
	border-bottom: 1px #ccc solid;
}

tr.even td {
	background-color: #f1f1f1;
}

/*--TEXT------------------------------------------------------*/

p { 
	margin: 0 0 15px 0;
	line-height: 18px;
}

a {
	color: #8e877d;
	text-decoration: underline;
}

a:hover, a:visited {
	color: #8b6734;
	text-decoration: underline;
}

a.gray {
	color: #444444;
}

a.gray:hover, a.gray:visited {
	color: #000;
}

a.blue {
	color: #00396d;
}

a.blue:hover, a.blue:visited {
	color: #057de2;
}

a.orange {
	color: #f26600;
}

a.orange:hover, a.orange:visited {
	color: #cc3500;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

big {
	font-size: 14px;
}

sup, sub {
	font-size: 10px;
}

small {
	font-size: 10px;
}

abbr {
	border-bottom: 1px green dotted;
	cursor: help;
}

hr {
	color: #fff;
	background: transparent;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border: 0;
	border-bottom: 1px #ccc solid;
}

/*--TEXT-PAGE---------------------------------------------*/

.textPage h1 {
	padding: 0;
	margin: 0;
	line-height: 42px;
	font-weight: bold;
}

.textPage h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}

.textPage h3 {
	font-size: 14px;
	font-weight: bold;
	color: #444444;
}

.textPage h4 {
	font-size: 13px;
	font-weight: bold;
	color: #444444;
}

.textPage p {
	color: #616161;
}


















