/* General Layout */

body, form {
margin-top: 10px;
margin-left: 10px;
margin-right: 0px;
margin-bottom: 100px;
background-color: 		#734F96;
COLOR: 				#663854;
scrollbar-arrow-color:		#000000;
scrollbar-base-color:		#9678B6;
scrollbar-track-color:		#663854;
scrollbar-shadow-color:		#236423;
scrollbar-darkshadow-color:	#663854;
scrollbar-highlight-color:	#663854;
scrollbar-3dlight-color:	#663854;
               }
body, table, input {
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 12px;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #FFFFFF;
}
A              {color:#0000FF; text-decoration:none;}
A:link         {color:#ffff00;}
A:visited      {color:#C8C800;}
A:hover        {color:#FF0000; text-decoration:underline;}
P              {margin: 12px;}
.spacer        {font-size:1px; line-height:5px;}
ul             {list-style-position: outside;}


/* Font Sizes in Pixels */

.xxsp          {FONT-SIZE: -24px;   }
.xsp           {FONT-SIZE: -16px;   }
.sp            {FONT-SIZE: -14px;   }
.lp            {FONT-SIZE:  14px;   }
.xlp           {FONT-SIZE:  16;     }
.xxlp          {FONT-SIZE:  24;     }
.mono          {FONT-SIZE: 12px; FONT-FAMILY: monospace}


/* Lists */

.bullet_square        {list-style-type: square;}
.bullet_circle        {list-style-type: circle;}
.bullet_disc          {list-style-type: disc;}


/* Header & Footer Styles */

.detailHeader {font-weight: bold; font-size: 14px; margin-bottom: 14px;}
.bodyHeader1 {font-weight: bold; font-size: 13px; margin-bottom: 13px; text-transform: uppercase;}
.bodyHeader2 {font-weight: bold; font-size: 12px; margin-bottom: 12px; text-transform: none;}
.bodyHeader3 {font-weight: bold; font-size: 11px; margin-bottom: 11px;}
.noMargin    {margin: 0px;}
.footer      {font-weight: bold; font-size: 12px; margin-bottom: 11px;}


/* Text Transformations */

.capitalize    {text-transform: capitalize;}
.uppercaseize  {text-transform: uppercase;}
.lowercaseize  {text-transform: lowercase;}