 body,td {
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	 font-size: 80%;
  }	
 /* ------------------------------------------------------------------------------
                                             OTHER
  ------------------------------------------------------------------------------*/			

	  /*---------------------------- DISPLAY RELATED -----------------------------*/	
		.redText {
		    color: #990000;
		}
		.hidden {
		    display:none;
		}
		.clearBoth {
		    clear: both;
		}
		/*//// DO 40% Columns ////*/
	    .left40 {
		    float:left; 
			width: 40%; 
			clear:both;
		}
		.right40 {
		    float:right; 
			width: 40%;
		}

	
	  /*---------------------------- LIST ELEMENTS -----------------------------*/		
        ul.checkMarkGray {
		   list-style-image: url(/images/bulletCheck.gif);
		}
		 ul.learnMore {
		   list-style-image: url(/images/blue_arrow.gif);
		   text-align: right;
		   padding-right: 15px;
		   margin:0;
		}
		 ul.grayArrow {
		   list-style-image: url(/images/gray_arrow.gif);
		}
	  /*---------------------------- FORM  ------------------------------------*/
	  /* IE HACK FROM HTMLDOG -- http://www.htmldog.com/articles/suckerfish/focus/ -- SEE main.js */
	  textarea:focus, input:focus, .sffocus {
	         background-color: #ffc;
			
       }	
	   ul.signupSelectBtn  {
			list-style: none;
			margin: 0;
			padding: 0;
			border: none;
			background: #FD9A56;
			width: 50px;
			border-right: 1px solid #000000;
	   } 
	   ul.signupSelectBtn li a {
		   color: #ffffff;
		   text-decoration:none;
	   }
	  /*------------------------------ SECTIONS ---------------------------------*/
	  /*/////////// SIGN UP /////////////*/
	   #signupTemplates {
		    text-align:center;
	   }
	   #signupTemplates td {
	     padding-left: 3px;
		  background-color:#E5E5E5;
	   }
	   #signupTemplates td.heading {
		  background-color:#F0E5CC;
	   }
	   #signupTemplates .spacer1 {
	     padding-top:5px;
	   } 
	   #signupTemplates .spacer2 {
	     padding-top:40px;
		 background-color:#ffffff;
	   } 
	   #signupFrom .spacer {
		    background-color:#ffffff;
		}
	   #signupFrom td.heading {
	        background-color:#C0C0C0;
			color: #000000;
			font-weight:bold;
			padding-left:6px;
	   }	
	   #signupFrom td {
	        background-color:#E5E5E5;
	   }
	   #signupForm td.width10 {
	        width:10px;
	   }
 /* ------------------------------------------------------------------------------
                                            Footer
  ------------------------------------------------------------------------------*/			
  
  .footer {
                        font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
						font-size : .8em; 	
						line-height : 1.2em; 
						text-align : center;
  
  }