/* Static Text Controls */
body	  { color: #000; font-size: 12px; font-family: Arial, Verdana, Tahoma; font-stretch: semi-condensed; scrollbar-3dlight-color: #ccccFF; scrollbar-arrow-color: #524db0; scrollbar-base-color: #ccccFF; scrollbar-darkshadow-color: #a1a1df; scrollbar-face-color: #ccccFF; scrollbar-highlight-color: #a1a1df; scrollbar-shadow-color: #ccccFF; scrollbar-track-color: #eeeeFF  }
body.MainBody  { color: #000; font-family: Arial, Verdana, Tahoma; text-decoration: none; background-color: white; margin: 12px }
p 		 { color: #000; font-size: 12px; font-family: Arial, Verdana, Tahoma, sans-serif; margin-top: 0; margin-left: 30px }
.Address  { color: #000; font-size: 10px; font-weight: bold; font-stretch: condensed }
.MsoNormal  { color: #000; font-size: 12px; font-family: Arial, Verdana, Tahoma; font-stretch: semi-condensed }
li 		{font-size: 12px; font-family: Arial, Verdana, Tahoma; font-stretch: semi-condensed;}
table	 { color: #000; font-size: 12px; font-family: Arial, Verdana, Tahoma; font-stretch: semi-condensed }
.Section1   { color: #000; font-size: 12px; font-family: Arial, Verdana, Tahoma; font-stretch: semi-condensed }
/* End Static Controls */
/* Generic Link Styles */
	a:link  { color: #386bff; font-size: 12px; font-family: arial, helvetica, sans-serif; text-decoration: underline }
	a:visited  { color: #386bff; font-size: 12px; font-family: arial, helvetica, sans-serif; text-decoration: underline } 
	a:active  { color: #3399cc; font-size: 12px; font-family: arial, helvetica, sans-serif; text-decoration: underline } 
	a:hover {color: #000000; font-family: arial, helvetica, sans-serif;  font-size: 12px; text-decoration: underline;}
/* End Link Styles */
/*General Input Box Styles*/	
input {
	font-family: Arial, Tahoma, Verdana; 
	font-size: 12px; 
	color: #454545; 
	border-style: solid;
	border-left-color : #A98989; 
	border-right-color : #A98989; 
	border-top-color : #A98989; 
	border-bottom-color : #A98989;
	border-left-width : 1px; 
	border-right-width : 1px; 
	border-top-width : 1px; 
	border-bottom-width : 1px;
	}
