/* Element Level */
a:active                 	{
					color :              	#33FF33;
				}
a:hover                  	{
					background-color :   	#FFFF00;
				}
a:link                   	{
					color :              	#0000FF;
				}
a:visited                	{
					color :              	#990099;
				}
/* ALL */
.at                      	{
					background :         	#FFCCFF;
					border-color :       	#0000FF;
					border-width :       	thin;
				}
.button                  	{
					border-style :       	solid;
					cursor :             	hand;
					display :            	inline-block;
					font-size :          	10pt;
					text-align :         	center;
					text-decoration :    	none;
					white-space :        	nowrap;
					width :              	80px;
				}
.buttoncontainer         	{
					border-color :       	#CCCCFF;
					border-style :       	Solid;
					font-weight :        	bold;
					text-align :         	center;
				}
.counter                 	{
					visibility :         	hidden;
				}
.list                    	{
					line-height :        	100%;
				}
.off                     	{
					background-color :   	#CCCCFF;
					border-bottom-color :	#0000FF;
					border-bottom-width :	medium;
					border-left-color :  	#FFFFFF;
					border-left-width :  	thin;
					border-right-color : 	#0000FF;
					border-right-width : 	medium;
					border-style :       	solid;
					border-top-color :   	#FFFFFF;
					border-top-width :   	thin;
				}
.on                      	{
					background-color :   	#FFFF00;
					border-bottom-color :	#FFFFFF;
					border-bottom-width :	thin;
					border-left-color :  	#0000FF;
					border-left-width :  	medium;
					border-right-color : 	#FFFFFF;
					border-right-width : 	thin;
					border-style :       	solid;
					border-top-color :   	#0000FF;
					border-top-width :   	medium;
				}
.refname                 	{
					font-style :         	italic;
					text-decoration :    	none;
				}
.sub                     	{
					background :         	#FFCCFF;
				}
/* A */
a.indexboxtext           	{
					cursor :             	hand;
					font-weight :        	bold;
					text-decoration :    	none;
				}
a.refnum                 	{
					font-size :          	11px;
					text-decoration :    	none;
					vertical-align :     	.2ex;
				}
a.refpub                 	{
					font-style :         	italic;
				}
/* BODY */
body.default             	{
					font-family :        	Times New Roman;
				}
/* DT */
dt               	{
					margin-top :         	20px;
				}
/* LI */
li               	{
					margin :             	5px;
				}
/* P */
p.bookmark               	{
					font-weight :        	bold;
					text-decoration :    	underline;
				}
p.contentbox             	{
					border-bottom-style :	solid;
					border-color :       	#FF66FF;
					border-left-style :  	solid;
					padding :            	10px;
				}
p.contentheading         	{
					font-size :          	14pt;
					font-weight :        	bold;
				}
p.indexbox               	{
					background-color :   	#CCCCFF;
					border-left-color :  	#0000FF;
					border-left-style :  	solid;
					border-right-color : 	#0000FF;
					border-right-style : 	solid;
					text-align :         	center;
				}
/* TABLE */
table.footer             	{
					background-color :   	#CCCCFF;
					text-align :         	center;
					width :              	100%;
				}
table.header             	{
					border-color :       	#CCCCFF;
					border-style :       	solid;
					width :              	100%;
				}
table.reftab             	{
					border :             	none;
				}
/* TD */
td.boderleft             	{
					vertical-align :     	top;
				}
td.bookmarktext          	{
					border-color :       	#FFCCFF;
					border-style :       	dotted;
					border-width :       	5px;
					line-height :        	150%;
					padding :            	15px;
					vertical-align :     	top;
					width :              	500px;
				}
td.borderright           	{
					vertical-align :     	top;
				}
td.content               	{
					border-color :       	#FFCCFF;
					border-style :       	dotted;
					border-width :       	5px;
					padding :            	10px;
				}
td.footernav             	{
					background-color :   	#CCCCFF;
					text-align :         	center;
				}
td.headerheading         	{
					background-color :   	#CCCCFF;
					color :              	#990099;
					font-size :          	18pt;
					font-weight :        	bold;
					height :             	80px;
					padding :            	10px;
				}
td.headernav             	{
					background-color :   	#CCCCFF;
					vertical-align :     	top;
					width :              	80px;
				}
td.reftabimp             	{
					background-color :   	#FFCCFF;
					width :              	500px;
				}
td.reftabpage            	{
					border-top-color :   	#CCCCFF;
					border-top-style :   	solid;
					font-weight :        	bold;
					vertical-align :     	text-top;
					width :              	30px;
				}
td.reftabquote           	{
					width :              	500px;
				}
/* TR */
tr.reftabref             	{
					background-color :   	#CCCCFF;
				}


