/* General Layout */

BODY           {
COLOR: #000000;
FONT-SIZE: x-small;
FONT-FAMILY: arial, helvetica;
scrollbar-arrow-color:		#000000;
scrollbar-base-color:		#006699;
scrollbar-track-color:		#666666;
scrollbar-shadow-color:		#006699;
scrollbar-darkshadow-color:	#006699;
scrollbar-highlight-color:	#006699;
scrollbar-3dlight-color:	#006699;
               }
A              {text-decoration:none; color: #0000FF}
A:link         {color:#0000CC;}
A:visited      {color:#0000CC;}
A:hover        {color:#FF0000;}
P              {margin: 11px;}
.bullet        {list-style-type: square;}
.menu          {font-family: Verdana;font-weight: bold;font-size: xx-small;}
.menu000000    {font-family: Verdana;font-weight: bold;font-size: xx-small;color: #000000;}
.menuFF0000    {font-family: Verdana;font-weight: bold;font-size: xx-small;color: #FF0000;}
.email         {font-family: Verdana;font-size: xx-small;}

/* Font Sizes */

.xxs           {FONT-SIZE: xx-small;}
.xs            {FONT-SIZE: x-small; }
.s             {FONT-SIZE: small;   }
.l             {FONT-SIZE: large;   }
.xl            {FONT-SIZE: x-large; }
.xxl           {FONT-SIZE: xx-large;}
.mono          {FONT-SIZE: 12px; FONT-FAMILY: monospace}

/* Text Transformations */

.capitalize    {text-transform: capitalize;}
.uppercaseize  {text-transform: uppercase;}
.lowercaseize  {text-transform: lowercase;}
.glow      {background: white; color: white; text-shadow: black 0px 0px 5px;}

form {
 margin-right: 0px;
 margin-left: 0px;
 margin-top: 0px;
 margin-bottom: 0px;
 border: 0px solid #000000;
 padding: 0px;
}

input, textarea, select {
 background-color: #D7E5F2;
 font-size: 12px;
 border: 1px solid #000000;
}