/* CSS Document */


.smalltext {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: bolder;
}		

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-style: normal;
}

.boldtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	font-size: 10px;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	font-style: normal;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	font-style: italic;
}





/* set all links to have underline and bluish color */
a, a:link, a:active {
	text-decoration: none;
	color: #FF0000;
}

/* a different color can be used for visited links */
a:visited {
   text-decoration: none;
   color: #3300cc;                
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #000000;
}



/* Headings */
h1, h2, h3, h4, h5, h6 {
	color: #999999;
}



#loglink  {
   
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bolder; 
   text-transform: uppercase; 
}

#loglink ul  {
	list-style: none;
	 margin: 0px; 
   padding: 0px; 
   width: 100%; 
   margin-left: 15px;
 
  
}

#loglink a, a:link, a:active {
	text-decoration: none;
	color: red;

	
}

#loglink a:hover  {  
   color: blue;  
}



#myframe {
   height: 210px;
}


div#search {
   float: right;
   valign: bottom;
   width: 18em;     /* enough width for the search input box */
   height: 1;
   text-align: right;
   align: right;
}


.form_name {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
}


.form_number{

          font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;

}

.form_address {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
}


.form_textbox{

          font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;

}

#m2moduleform_1 textfield {
               width: 250px;
              height: 50px;
}

#m2moduleform_1 textarea {
               width: 270px;
             rows: 10;
}






