/* Start of CMSMS style sheet 'Layout: SWCC pages1' */
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.boldtext3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #666666;
		font-size: 10px;

}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #666666;
}

.style1 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #663366;
}		

.email1 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}		

.email2 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.smallw {
	font-size: 10px;
           font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}

.mediumw {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #D2FFDC;
}





/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: none;
   color: #3300cc; 
}

a:visited {
   text-decoration: none;
   
  color: #3300cc;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   
   color: #0066ff;
}



/* Headings */	
	h1, h2, h3, h4, h5, h6 {
		color: #006600;
	}


 div#search {
   float: right;
   valign: bottom;
   width: 18em;     /* enough width for the search input box */
   height: 1;
   text-align: right;
   align: right;
   }





.formbuilderform textarea {
width: 190px;
height: 5em;
}

/* End of 'Layout: SWCC pages1' */

