
body 					{
 							font-family: 		verdana, helvetica, serif;
							font-size: 			9pt;
							background-color: 	#8C8CB3;
							color:				#FFFFFF;
							margin:				0pt;
						}

input					{
 							font-family: 		verdana, helvetica, serif;
							font-size: 			9pt;
						}
						
select					{
 							font-family: 		verdana, helvetica, serif;
							font-size: 			9pt;
						}
						
textarea				{
 							font-family: 		verdana, helvetica, serif;
							font-size: 			9pt;
						}
						
a 						{
 							text-decoration: 	none;
							font-size: 			8pt;
							color: 				#FFFFC0;
						}

a:active				{
 							text-decoration: 	none;
							font-size: 			8pt;
							color: 				#FFFFC0;
						}
						
a:visited				{
 							text-decoration: 	none;
							font-size: 			8pt;
							color: 				#FFFFC0;
						}
												
a:hover 				{
 							text-decoration: 	underline;
							font-size: 			8pt;
							color: 				#FFFF20;
						}

.title 					{
 							font-weight: 		bold;
							font-size: 			20pt;
							text-align:			center;
						}
						
.header 				{
 							font-weight: 		bold;
							font-size: 			10pt;
							text-align:			center;
						}

.table_header			{
 							font-weight: 		bold;
							font-size: 			10pt;
							text-align:			center;
							background-color:	#474778;
							color:				#FFFFFF;
						}
						
.table_num				{
 							font-weight: 		bold;
							font-size: 			8pt;
							text-align:			center;
							background-color:	#474778;
							color:				#FFFFFF;
						}

.table_comp				{
 							font-weight: 		bold;
							font-size: 			10pt;
							text-align:			center;
							background-color:	#333355;
							color:				#FFFFFF;
						}

.table_link				{
 							font-weight: 		bold;
							text-align:			left;
							background-color:	#333355;
							color:				#FFFFFF;
						}

.table_desc				{
 							font-weight: 		bold;
							font-size: 			8pt;
							text-align:			left;
						}
						
.table_none				{
 							font-weight: 		bold;
							font-size: 			8pt;
							text-align:			center;
						}
						
.table_border			{
 							font-weight: 		bold;
							font-size: 			8pt;
							text-align:			center;
							border-bottom:		1pt solid #333355;
						}

.info					{
 							font-weight: 		bold;
 							font-size:			8pt;
 							text-align:			center;
						}

.wm_dark				{
							background-color:	#333355;
							color:				#FFFFFF;
						}
						
.wm_light				{
 							font-weight: 		bold;
 							padding-left:		10pt;
							background-color:	#9A9AC2;
							color:				#FFFFFF;
						}
						
.wm_light:hover			{
							background-color:	#BDBDD7;
							color:				#FFFFFF;
						}
						
.wm_login				{
							background-color:	#9A9AC2;
							color:				#FFFFFF;
						}
						
.wm_heading				{
 							font-weight: 		bold;
							background-color:	#8C8CB3;
							color:				#FFFFC0;
						}
						
.wm_error				{
 							font-weight: 		bold;
							background-color:	#8C8CB3;
							color:				#FF0000;
						}