HTML			{height: 			100%;
				overflow: -moz-scrollbars-vertical; 
				margin-bottom: 		1px;}
BODY			{background-color:	#dbdada;
				color:				#000000;
				font-size:			10pt;
				font-family:		"Verdana", sans-serif;
				margin-top:			10px;
				margin-left:		0;
				margin-right:		0;}
TD				{background-color:	#ffffff;
				color:				#000000;
				font-size:			10pt;
				font-family:		"Verdana", sans-serif;}
H1				{font-size:			14pt;
				color:				#000000;
				margin-top:			-30px;
				margin-bottom: 		0;
				text-align: 		center;}
H2				{font-size:			10pt;
				color:				#000000;
				margin-top:			5;
				margin-bottom: 		0;}
H3				{font-size:			8pt;
				color:				#333333;
				margin-top:			5;
				margin-bottom: 		0;}
ol.lower-alpha	{list-style-type:lower-alpha}

A:link			{color: 			#000000;
				text-decoration:	none;}
A:active		{color: 			#333333;
				text-decoration:	none;}
A:visited		{color: 			#333333;
				text-decoration:	none;}
A:hover			{color: 			#000000;
				text-decoration:	underline;}
				
			
fieldset 		{border:			1px solid #dbdada;}				
legend 			{font-size:			10pt; 
				font-weight: 		bold; 
				font-size:			8pt;
				color: 				#999999;}
label 			{float:				left;
				width:				10em;
				padding-left:		10px;}
.formfield		{font-size:			8pt;
				font-weight:		bold;
				color:				#000000;
				background-color:	#dbdada;
				margin:				1 1 1 1;}	
.form-error 	{font-size: 		10pt;
				color: 				#ff3333;
				text-align:			left;}	
.select			{font-size:			8pt;
				color:				#333333;
				background-color:	#fbfbfb;
				border:				1px solid #dbdada; 				
				margin:				1 1 1 1;}	
				
.gradient-top	{background:	#dbdada url(images/gradient_top.gif) repeat-x;}
.gradient-body	{background:	#dbdada url(images/gradient_body.gif) repeat-x;}
.gradient-bottom	{background:	#dbdada url(images/gradient_bottom.gif) repeat-x;}
.grey			{background-color:	#dbdada;}
.black			{background-color:	#000000;}				

#mainbody		{margin:			0px 20px 0px 20px;
				text-align:			justify;}
#left-column	{text-align:		right;
				padding-right:		10px;
				font-size:			9pt;}
.justify		{text-align:		justify;}
.smfont			{font-size:			10pt;}
.x-smfont		{font-size:			8pt;}
				
.box 			{width: 			95%;
				border-width:		1px;
				border-style: 		solid;
				border-color:		#262626;
				background-color:	#151515;
				padding: 			10px;
				margin: 			10px;
				text-align: 		left;
				font-size:			8pt;
				text-align:			justify;
				display: 			block;}
				
#print-only		{display: 			none;}
