HTML			{height: 			100%; 
				margin-bottom: 		1px;}
BODY			{background-color:	#000000;
				color:				#f0f0f0;
				font-family:		"Verdana", sans-serif;
				margin-top:			4px;
				margin-left:		0;
				margin-right:		0;
				scrollbar-face-color: #000000;
				scrollbar-arrow-color: #183662;
				scrollbar-base-color: #183662;
				scrollbar-shadow-color: #183662;
				scrollbar-highlight-color: #183662; 
          		scrollbar-3d-light-color: #000000;}
H1				{font-size:			12pt;
				color:				#f0f0f0;
				margin-top:			3;
				margin-bottom: 		10;
				text-align: 		center;}
H2				{font-size:			12pt;
				color:				#f0f0f0;
				margin-top:			5;
				margin-bottom: 		0;}	
FORM			{margin-top:		0;
				margin-bottom: 		0}
UL.link			{list-style-image:	url("images/raquo.gif");
				font-weight:		bold;
				margin:				0px 0px 0px 20px;}
UL.main-link	{list-style:		none;
				font-weight:		bold;}
A:link			{color: 			#f0f0f0;
				text-decoration:	none;}
A:active		{color: 			#f0f0f0;
				text-decoration:	none;}
A:visited		{color: 			#f0f0f0;
				text-decoration:	none;}
A:hover			{color: 			#f0f0f0;
				text-decoration:	underline;}
				
.black			{background-color:	#000000;}
.dkblue			{background-color:	#0e1f39;}
.blue-gradient	{background: 		url(images/blue_gradient.gif) repeat-y;}
.blue-bar		{background: 		url(images/blue_bar.gif) repeat-x;
				font-size:			8pt;}			
.mainbody		{padding-right:		20px;
				font-size:			10pt;}
.smfont			{font-size:			10pt}
.smfontbold		{font-size:			10pt;
				font-weight:		bold;}
.story			{font-size:			10pt;
				text-align:			justify;}
.x-story		{font-size:			8pt;
				text-align:			justify;}
.x-smfont		{font-size:			8pt;}
.xx-smfont		{font-size:			7pt;}
.x-smfontbold	{font-size:			8pt;
				font-weight:		bold;}
fieldset 		{border:			1px solid #ffffff;}				
legend 			{font-size:			10pt; 
				font-weight: 		bold; 
				color: 				#ffffff;}
label 			{float:				left;
				width:				10em;
				padding-left:		10px;}
.formfield		{font-size:			8pt;
				font-weight:		bold;
				color:				#000000;
				margin:				1px 1px 1px 1px;}

				
textarea		{overflow: 			auto;
				font-size:			8pt;}
				
#divContainer 	{VISIBILITY: 		hidden; 
				OVERFLOW: 			hidden; 
				WIDTH: 				575px; 
				POSITION: 			relative; 
				HEIGHT: 			385px;}
#divContent 	{LEFT: 				0px; 
				POSITION: 			absolute; 
				TOP: 				0px;}
