
/* Body */
body {
	background-gcolor: #DFE9EA;
	color: #4A4D4A;
	display: block;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	margin-left: 5pt;
	margin-right: 5pt;
	text-align: left;
	}


/* Links */
a:link {
	color: #00009C;
	cursor: hand;
	text-decoration: none;
	}

a:hover {
	color: #00009C;
	cursor: hand;
	text-decoration: underline;
	}

a:active {
	color: #00009C;
	cursor: hand;
	text-decoration: underline;
	}

a:visited {
	color: #00009C;
	cursor: hand;
	text-decoration: none;
	}


/* Headings */
h1 {
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 0pt;
	margin-bottom: 4pt;
	}

h2 {
	color: #66637D;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	margin-top: 16pt;
	margin-bottom: 4pt;
	}

h3 {
	color: #7A9AA5;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	margin-top: 12pt;
	margin-bottom: 4pt;
	}

h4 {
	color: #66637D;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-top: 4pt;
	margin-bottom: 4pt;
	}


/* Paragraphs */
p {
	margin-top: 4pt;
	margin-bottom: 4pt;
	}


/* Lists */
ol {
	font-size: 100%;
	margin-top: .5em;
	margin-bottom: .6em;
	margin-left: 4em;
	}

ul {
	font-size: 100%;
	margin-top: .5em;
	margin-bottom: .6em;
	margin-left: 4em;
	}

li {
	display: list-item;
	margin-bottom: .6em;
	margin-left: -2.5em;
	}

dl {
	font-size: 100%;
	margin-top: .5em;
	margin-bottom: .6em;
	margin-left: 0em;
	}

dt {
	color: #66637D;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	margin-left: 0em;
	}

dd { 
	margin-left: 2em;
	margin-bottom: 4pt;
	}


/* Tables */
table {
	spacing: 5pt;
	font-size: 100%;
	width: 100%;
	}

th {
	background-color: #dddddd;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	}

tr {
	}

td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	vertical-align: top;
	}


/* Class styles */

.collapsed {
	display: none;
	}

.expanded {
	border-style: solid;
	border-width: 1px;
	color: #4A4D4A;
	font-weight: normal;
	margin-top: 2px;
	padding: 4px;
 	border-color: #EEEBE7;
	}	

.glossaryScan {
	text-align: center;
	width: 15pt;
	}

.instep {
	border-color: #A0A0A0;
	border-style: solid;
	border-width: 1px;
	padding: 4px;
	}

.inverseBold {
	color: #FFFFFF;
	font-weight: bold;
	}

.location {
	color: #66637D;
	font-weight: normal;
	margin-top: 12pt;
	}

.ms {
	bottom: 6pt;
	color: #00009C;
	cursor: hand; 
	font-weight: normal;
	top: 0pt;
	}  

.navigation {
	margin-bottom: 0em;
	margin-top: -15px;
	}

.scan {
	text-align: center;
	width: 35pt;
	}

.stepNum {
	color: #666666;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	width: 35pt;
	}

.structure {
	margin-bottom: 0em;
	margin-top: 1em;
	}


/* Behaviors */

.stripes {
	behavior: url(bin/stripes.htc);
	margin-bottom: 0em;
	margin-top: 1em;
	}

.time { 
	behavior: url(#default#time2);
	}
