/* CSS Document */
BODY, .body, TABLE TD {
	background-color : #ffffff;
	font-family : Helvetica,Arial,sans-serif;
	font-size : 9pt;

}
TD.leftmenu {
	width : 200px;
	padding-top : 30px;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size : 9pt;
	font-weight : bold;
}
TD.footer {
	border-top: 1px #CCCCCC solid;
}

A:LINK, A:VISITED {
	color : #12408c;
	text-decoration : underline;
}

A:HOVER {
	text-decoration : none;
	color : #CC0028;
}

A.menu{
	text-decoration : none;
}

A.menu:hover{
	text-decoration : underline;
}

TD.body {
	width : 600px;
	text-align : left;
}

P {
	text-align : justify;
	margin-top : 0px;
	margin-bottom : 0.8em;
}

H2.leftmenuitem {
	margin-left : 15px;
	font-size: 9pt;
	display: inline;
}
H3.leftsubmenuitem {
	font-size: 8pt;
	font-weight:normal;
	display: inline;
	color: #333333;
}


DIV.submenu {
	margin-left : 25px;
	font-size : 8pt;
	font-weight : normal;
}

DIV.chain {
	background-color : #f3f3f3;
	font-size : 7pt;
	margin-bottom : 1em;
	margin-top : 0px;
	color: #444444;
}

.small {
	font-size : 8pt;
}

P.small {
	margin-top : 0.5em;
	margin-bottom : 0.5em;
}

.picNote {
	font-size : 8pt;
	font-style : italic;
	text-align : left;
}

/* Headers */

H1, H2, H3, H4 {
	color : #12408c;
	margin-bottom : 0.5em;
}

H1 {
	font-size : 14pt;
	font-weight : bold;
}

H2 {
	font-size : 12pt;
	font-weight : bold;
	margin-bottom : 0.3em;
	margin-top : 1.2em;
}

H3 {
	font-size : 10pt;
	margin-top : 0.5em;
	margin-bottom : 0.3em;
}

H4 {
	font-size : 9pt;
	margin-bottom : 2px;
}

TABLE.intranet TD {
	font-size : 8pt;
	font-family : Verdana,Helvetica,Arial,sans-serif;
}

TABLE.intranet TBODY TD {
	border-bottom : solid 1px #cccccc;
}

TABLE.intranet THEAD TD {
	text-align : left;
	font-weight : bold;
	border-bottom : solid 3px #cc7777;
}
/*
table.adbox td {
	border : 1px solid silver;
}
*/

td.separator {
	border-width : 0px;
	width : 16px;
}

.right {
	float : right;
	margin-left : 16px;
	margin-bottom : 10px;
}

.intro {
	font-size : 10pt;
}

/* OLD ILM styles */



.red B			{ color: #CC0028; }
.green 			{ color: #209E33; }
.blue B			{ color: #12408C; }
