@charset 'utf-8';


/* ----- Core module ----- */


* {
	margin: 0;
	padding: 0;
}

html {
	background: #FFF;
	border: 0;
	color: #000;
	direction: ltr;
	font: 400 11px/14px arial, helvetica, sans-serif;
}

h1 {
	color: #0A328C;
	font-size: 15px;
	line-height: 17px;
	padding: 18px 0 3px;
}

h1 a {
	color: #0A328C;
}

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;
}

ul, ol {
	margin: 10px 0 10px 40px;
}

ul {
	list-style-type: square;
}

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: "\"}\"";
	width: 100%;
	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: #900;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a img {
	border: 0;
}



/* ----- EOF: $Revision: 1.8 $ ----- */