/* These redefine the body, td, & th tags globally */
form {
  padding: 0px;
  margin: 0px;
}
body,td,th {
	/* text attributes */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #595959;
	/* page attributes */
	margin: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

/* These redefine the hyperlink tags globally */
a {font-size: 9px;color: #CCCCCC;}
a:link {text-decoration: underline;}
a:visited {text-decoration: underline;color: #999999;}
a:hover {text-decoration: none;color: #EFEFEF;}
a:active {text-decoration: underline;color: #CCCCCC;}


/* 

You can also create custom classes to use on specific things like the following.
Just give it a name and define the attributes.

To actually use it, open dreamweaver, select something and click on the dropdown "class" menu on the properties panel.
Select the one you want and voila, it's applied to it to your selection.

Open up Window > CSS Styles panel in DW and it'll guide you.
You don't have to write it by hand at all. It's way easy.
Also, if you do code it by hand, use the quick tips that pop up once you type something.

Do those tutorials on the macromedia website, they really help.
 
*/

.form {
	font: 10px/13px Verdana, Arial, Helvetica, sans-serif;
	width: 140px;
	height: 18px;
}
.homeTitle {
	font: bold 16px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #2B7133;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
}
.homeBodyGreen {
	color: #2B7133;
  padding-bottom: 10px;
}
.homeList {
  margin: 0px 0px 0px 10px;
  padding: 5px 0px 0px 10px;
}
.homeListItem {
	color: #2B7133;
  margin: 0px 0px 0px 0px;
}


.bodyHead {
	/* text attributes */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #13650B;
	font-weight: bold;	
}

.realtorName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
	font-weight: bold;
}

.realtorPhone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	font-weight: 200;
}

.button {
	border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    background-color: #EFEFEF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight: bold;    
    color: #000000;   
    text-decoration: none;
    cursor : hand;
}

.textfield {
	border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;    
    color: #000000;
}

.error {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:13px;
	color: #FF0000;
	font-weight : bold;
	text-decoration : none;
	line-height : 12px;
}


.textfieldwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;    
    color: #FFFFFF;
	font-weight : bold;	
}



.subPageP {
	font: 10px/13px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 15px 0px 15px;
	text-align: justify;
}
.subSmallBoxHead {
	font: bold 10px/13px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 15px 0px 15px;
	color: #13650B;
}
.subSmallBoxBody {
	font: 10px/13px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 15px 0px 15px;
	color: #656565;
}

.topindex
a {font-size: 9px;color: #FFFFFF;}
a:link {text-decoration: none;color: #009C3B;}
a:visited {text-decoration: underline;color: #009C3B;}
a:hover {text-decoration: none;color: #888888}
a:active {text-decoration: underline;color: #009C3B;}


.copyright {
	text-align: right;
	font: 9px/9px Verdana, Arial, Helvetica, sans-serif;
	color: #13650B;
	text-decoration : none;
	padding: 0px 4px 8px 0px;
}

.language
a {font-size: 9px;color: #FFFF00; font-weight : bold}
a:link {text-decoration: none;color: #FFFF00;}
a:visited {text-decoration: underline;color: #FFFF00;}
a:hover {text-decoration: none;color: #FFFFFF}
a:active {text-decoration: underline;color: #FFFF00;}
}

.textfieldsmallwhite, .textfieldsmallwhite a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;    
  color: #FFFFFF;
	font-weight : bold;	
  text-decoration: none;
}
.textfieldsmallwhite a:hover {
  text-decoration: underline;
}
