

body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	scrollbar-base-color: #7196CD;
	font: Trebuchet MS;
}

.titleText	{
		color:#7196CD;
		font: Trebuchet MS; 
		font-size: 24px;
		font-weight: bold; 
		font-variant: normal; 
		font-style: normal;
		line-height: 100%; 
		}
		
.subtitleText	{
		color:#7196CD;
		font: Trebuchet MS; 
		font-size: 18px;
		font-weight: bold; 
		font-variant: normal; 
		font-style: normal;
		line-height: 100%; 
}

.bodyText	{
		color:#000000;
		font: Trebuchet MS; 
		font-size: 12px;
		font-weight: regular; 
		font-variant: normal; 
		font-style: normal;
		line-height: 140%; 
		}

.specialText
		{
		color:#7196CD;
		font: Trebuchet MS; 
		font-size: 11px;
		font-weight: bold; 
		font-variant: normal; 
		font-style: normal;
		line-height: 120%; 
		
		}	

a.special:link		{ color: #0000ff; text-decoration: none; }
a.special:visited	{ color: #0000ff; text-decoration: none; }
a.special:hover		{ color: #7196CD; text-decoration: none; }
a.special:active	{ color: #7196CD; text-decoration: none; }		

.footer	{
		color: #ffffff; 
		background-color: #000000; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 9px; 
		line-height: 120%; 
		font-weight: normal; 
		font-variant: normal; 
		font-style: normal;
		}		
		
a.footer:link		{ color: #ffffff; text-decoration: none; }
a.footer:visited	{ color: #ffffff; text-decoration: none; }
a.footer:hover		{ color: #7196CD; text-decoration: none; }
a.footer:active		{ color: #7196CD; text-decoration: none; }


.mem	{
		color: #000000; 
		background-color: #ffffff; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 9px; 
		line-height: 110%; 
		font-weight: normal; 
		font-variant: normal; 
		font-style: normal;
		}		

.mem-head
		{
		background-color:#7196CD;
		color:#ffffff;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 16px; 
		line-height: 110%; 
		font-weight: bold; 
		font-variant: normal; 
		font-style: normal;

		}
		
.button { 	
		background-color: #7196CD;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #ffffff;
		font-weight: bold; 
		font-variant: normal; 
		font-style: normal;

		font-size: 10pt;
		}
		
.shadeform
		{ FONT: 13px arial, verdana, sans-serif;
		text-align: left;
		WIDTH: 180PX;
		BORDER: #000000 1px solid;
		}
		
.dropdown
		{	COLOR: #333333;
		WIDTH: 180PX;
		FONT: 11px geneva, verdana, arial, sans-serif;
		}

.textarea	{ FONT: 13px arial, verdana, sans-serif;
		text-align: left;
		WIDTH: 360PX;
		BORDER: #000000 1px solid;
		}

ul {
  float: left;
  width: 40em; /* width is changed */
  margin: 0;
  padding: 0;
  list-style: none;
}
 
li {
  float: left;
  width: 19em;
  margin: 0;
  padding: 0 0 0 1.0em; /* left padding moves the text away from the bullet */
} 
		
