BODY {
	color : #000000;
	background-color : #ffffff;
	font-family : "Gentium", "GentiumAlt","Georgia","Lucida Grande","Lucida Sans Unicode","Arial Unicode MS", "Times New Roman",serif;
/*	font-size : 95%; */
	font-size : 10pt;
	background-image : url(/img/bg.gif);
	background-position : 100% 100%;
	background-attachment : fixed;
	background-repeat : no-repeat;
}

#leftnav {
	position : fixed;
	top : 189px;
	left : 10px;
	width : 160px;
}

#pagetitle {
	border-bottom : 1px dotted #999999;
	height : 28px;
	width : 625px;
	color : #e51b24;
	font-size : 14pt;
	font-weight : bold;
	position : absolute;
	top : 185px;
}

#loginbox {
	border : 1px solid #999999;
	position : fixed;
	left : 9px;
	bottom : 55px;
	width : 150px;
	font-size : 8pt;
	padding : 5px;
}

#idclogo {
	position : fixed;
	left : 12px;
	bottom : 12px;
}

#dhtmltooltip {
	padding : 3px;
	width : 275px;
	background-color : #fffbb6;
	border : 1px solid #999999;
	position : absolute;
	z-index : 101;
	visibility : hidden;
}

#leftarrow {
	position :absolute;
	left : 14px;
	top : 11px;
	width : 19px;
	height : 19px;
	z-index : 101;
}

#rightarrow {
	position : absolute;
	left : 48px;
	top : 11px;
	width : 19px;
	height : 19px;
	z-index : 101;
}

H1 {
	color : #1d2172;
	font-size : 16pt;
}

IMG {
	border : 0px;
}

TABLE {
	border-collapse : collapse;
}

	TABLE.object {
		border-left: 1px solid #999999;
		border-top : 1px solid #999999;
		border-right: 2px solid #999999;
		border-bottom: 2px solid #999999;
		width : 150px;
		height: 150px;
	}

TD {
	font-size : 10pt;
}
	TD.nav {
		border-top : 1px dotted #999999;
		border-bottom : 1px dotted #999999;
		height : 23px;
	}
	TD.foot {
		border-top : 1px dotted #999999;
		font-size : 8pt;
	}
	TD.separator {
		background-image : url(/img/dots.gif);
		background-repeat : repeat-x;
		height : 15px;
	}
	TD.label {
		text-align : right;
		font-weight : bold;
	}
	TD.text {
		padding : 3px;
	}
	TD.grid {
		border: 1pt solid Black;
	}


A {
	color : #1053ae;
	text-decoration : none;
}
	A.text:hover {
		color : #999999;
	}

LI {
	list-style-type : square;
}

DIV.main {
	position : absolute;
	top : 234px;
	width : 600px;
	z-index : 1;
}

DIV.error {
	color : #e51b24;
	font-weight : bold;
}

DIV.tooltip {
	background-color : #fffbb6;
	border : 1px solid #999999;
	height:50px;
	position : absolute;
	padding : 3px;
	width : 225px;
}

INPUT,SELECT,TEXTAREA {
	text-decoration : none;
	font-family : "Gentium", "GentiumAlt","Georgia","Lucida Grande","Lucida Sans Unicode","Arial Unicode MS", "Times New Roman",serif;
}

INPUT.sbm {
		background-color : #1053ae;
		color : #ffffff;
		font-weight : bold;
		font-size : 8pt;
		text-decoration : none;
}

TEXTAREA {
	font-family : "Gentium", "GentiumAlt","Georgia","Lucida Grande","Lucida Sans Unicode","Arial Unicode MS", "Times New Roman",serif;
	font-size : 10pt;
	overflow : auto;
}

LABEL {
	text-decoration : none;
}

SPAN.header {
	font-size : 12pt;
	font-weight : bold;
}

SPAN.small {
	font-size : 8pt;
}