@media print{

#noprint{display:none;}
font-size{12px;}
* html pre, * html .examplecode{font-size: 90%;}
}

/* Fonts */

BODY {
	font-family : Verdana, Arial, sans-serif;
	color : #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center; /*center hack*/
	font-size: 13px;
}

.small {
	font-family : Verdana, Arial, sans-serif;
	color : #666666;
	font-size: 11px;
}

.smallfront {
	font-family : Verdana, Arial, sans-serif;
	color : #666666;
	font-size: 12px;
}

.smallwhite {
	font-family : Verdana, Arial, sans-serif;
	color : #FFFFFF;
	font-size: 12px;
}
.footer {
	font-family : verdana;
	color : #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

.white{
	font-family : eorgia, "Times New Roman", Times, serif;
	color : #FFFFFF;
	line-height: 14px;
}

.header{
	font-family : Georgia, "Times New Roman", Times, serif;
	color : #58605C;
	font-size: 18px;
	font-weight: bold;
}

.headerwhite{
	font-family : Georgia, "Times New Roman", Times, serif;
	color : #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}

.phone{
	font-family : Georgia, "Times New Roman", Times, serif;
	color : #58605C;
	font-size: 24px;
	font-weight: bold;
}

.border{
 border: 1px solid #999966;
}

.border2{
 border: 1px solid #999966;
 font-family : Verdana, Arial, sans-serif;
 color : #666666;
 font-size: 11px;
}


.pic { background-color: #FFFFFF; padding: 3px; border: 1px solid #CCCCCC; }

/* spacers */

.landing { height: 175px; }

/* forms */

input, select, textarea {
   font-family: Verdana, Arial, sans-serif;
   font-weight: none;
   vertical-align: middle;
   background: #FFFFFF;
   border: 1px solid #777777;
}

input:hover {
   border: 1px solid #777777;
   background: #C5C593;
   color: #333333;
}

select:hover {
   border: 1px solid #777777;
   background: #C5C593;
   color: #333333;
}

textarea:hover {
   border: 1px solid #777777;
   background: #C5C593;
   color: #333333;
}

.button {
  background-color: #666666;
  width: 50px;
  text-align: center;
  color: #FFFFFF;
  vertical-align: middle;
  border: 1px solid #777777;
  height: 25px;
}

/* Borders */

.propertiesleft {
  border-left: 1px solid #999966;
}

.propertiesright {
  border-right: 1px solid #999966;
}

/* DIVs */

div.spacer {
  clear: both;
  }

div.container {
  background-color: #FFFFFF;
  width: 740px;
  margin:0 auto; /*center hack*/
}
 
/* Links */

a:link {
	color : #4DB153;
	font-family : Verdana, Arial, sans-serif;
	text-decoration : none;
}

a:visited {
	color : #199721;
	font-family : Verdana, Arial, sans-serif;
	text-decoration : none;
}

a:hover {
	font-family : Verdana, Arial, sans-serif;
	color: #999966;
	text-decoration : underline;
}

a.white:link {
	color : #FFFFFF;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration : none;
}

a.white:visited {
	color : #FFFFFF;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration : none;
}

a.white:hover {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #E1E1C9;
	background-color: none;
	text-decoration : none;
}

a.footer:link {
	color : #FFFFFF;
	font-family : Verdana, Arial, sans-serif;
	text-decoration : none;
}

a.footer:visited {
	color : #FFFFFF;
	font-family : Verdana, Arial, sans-serif;
	text-decoration : none;
}

a.footer:hover {
	font-family : Verdana, Arial, sans-serif;
	color: #FFFFFF;
	background-color: none;
	text-decoration : none;
}



