@charset "UTF-8";
/* CSS Document */

/**** BODY ****/

body, html {
	color: #4d4d4f;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
}

small {
	font-size: 11px;
	color: #b9b8b8;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: #005cab;
	text-decoration: underline;
}

a:hover {
	color: #005cab;
	text-decoration: underline;
}

.grey {
	color: #4d4d4f;
}

.blue {
	color: #005cab;
}

h1 {
	font-size: 1.3em;
	color: #005cab;
	font-weight: bold;
	margin: 15px 0px;
	line-height: 1.3;
}

h2 {
	margin: 0;
	color: #005cab;
	font-weight: bold;
	font-size: 120%;
	line-height: 1.4;
}

h3 {
	margin: 5px 0px;
	font-weight: bold;
	font-size: 100%;
}

h4 {
	color: #005cab;
	font-weight: normal;
	font-size: 100%;
	margin: 0;
}

h5 {
	color: #4D4D4F;
	font-weight: normal;
	font-size: 100%;
	margin: 0;
}

h6 {
	color: #4D4D4F;
	font-weight: normal;
	font-size: 100%;
	margin: 0;
}

/**** CUSTOM ****/

p {
	margin: 0px 0px 20px;
}

hr {
	border: 0;
	border-top: 1px solid #bcbdc0;
	margin-bottom: 20px;
}

ul, ol {
	margin: 0 10px 10px;
	padding: 0px 20px;
}

ul li {
	list-style-type: disc;
}

ol {
	list-style: decimal;
}

ol li p {
	margin: 0px;
}

p img {
	padding: 4px 4px 4px 0px;
}

.table_category {
	margin-top: 5px;
	margin-bottom: 15px;
	border-collapse: collapse;
}

.table_category tr.highlight td {
	background-color: #005c96;
	font-weight: bold;
}

.bigger, .large {
	font-size: 1.25em;
}

.normal {
	font-size: 1em;
}

.medium {
	font-size: 1.1em;
}

.smaller, .small {
	font-size: 0.85em;
}

.emergency {
	color: #FF0000;
}

.blue-arrow {
	background: url(arrowRight.gif);
	background-repeat: no-repeat;
	padding: 3px 0px 4px 30px;
	color: #005CAB;
	text-decoration: none;
	font-weight: bold;
}

.innerTable {
	padding: 10px;
	line-height: 1.2em;
}

.innerTableRow {
	padding-bottom: 10px;
}

.innerTableh1 {
	font-size: 14px;
	margin: 0;
	color: #fff;
}