@charset 'utf-8';

* {
	margin: 0;
	padding: 0;
}

html {
	background: #C1D2EC;
	color: #000;
	direction: ltr;
	font: 400 11px/14px verdana, arial, helvetica, sans-serif;
}

h1 {
	color: #244E7E;
	font-size: 15px;
	line-height: 17px;
	padding: 18px 0 3px;
}












h2, h3 {
	font-size: 12px;
	margin: 0 0 7px;
}

h1 acronym, h2 acronym, h3 acronym {
	border: 0;
	cursor: text;
}

p {
	font-size: 12px;
	line-height: 16px;
	margin: 10px 0;
}



hr {
	border: 0;
	clear: both;
	height: 1px;
	visibility: hidden;
}

address {
	font-style: normal;
	font-weight: 400;
}

ul, ol {
	margin: 10px 0 10px 40px;
}

li ul, li ol {
	margin: 0 0 0 40px;
}









li p {
	line-height: inherit;
	margin: 0;
}

caption {
	display: none;
}

table {
	/* IE 5.x */
	voice-family: "\"}\"";
	voice-family: "\"";
}

th {
	text-align: left;
}

td, th {
	empty-cells: show;
	font-size: 11px; /* IE 5.x */
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

acronym {
	border-bottom: 1px dashed;
	cursor: help;
	font-style: normal;
}



/* ----- Hypertext module ----- */


a {
	color: #244E7E;
	text-decoration: none;
}

a:hover {
	color: #244E7E;
	 	text-decoration: underline;
 }

a img {
	border: 0;
}