a:link {
	font-size: 12pt;
	text-decoration: none;
	color: black;
}
a:visited {
	font-size: 12pt;
	text-decoration: none;
	color: black;
}
a:hover {
	font-size: 12pt;
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	font-size: 12pt;
}
body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul {font-family: Arial, Helvetica, sans-serif;}
body,td,div,pre,ul {font-size: 12pt;}
p {text-indent:2em}

h1 {font-size: 22pt;}
h2 {font-size: 17pt;}
h3 {font-size: 15pt;}

.small {font-size: 12pt;}
.mini {	font-size: 11pt;}
.minimini {font-size: 10pt;}
.dropshadow {
	filter:progid:DXImageTransform.Microsoft.DropShadow(Color='gray', OffX=1, OffY=1, Positive=1);
}
.widerlineheight {
	line-height: 25pt;
}

#idParentDiv{width:100%;height:100px;padding:6px;background-color:buttonshadow;position:relative;}
#idDiv{width:80%;height:80px;background-color:#FFD700;padding:6px;position:absolute;z-index:3;left:9px;top:9px;filter:progid:DXImageTransform.Microsoft.DropShadow();}
#idCodeDiv{width:100%;padding:4px;font-family:verdana,tahoma;margin:12px 0px 0px 0px;background-color:#EEEEEE;font-weight:bold;}
