/* CSS Document */

body, td, input, select, textarea { FONT-FAMILY:Tahoma; FONT-SIZE: 11px; line-height: 15px; color: #003366; }


A:link           {
	color: #660000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;

}
A:active         {
	color: #660000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
A:visited        {
	color: #FF0000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
A:hover          { color: #660000; font-size: 11px; font-family: Arial, Helvetica, sans-serif; text-decoration: underline }

A.mainmenu {
	color: #FFFFFF;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: left;

}
A.mainmenu:visited {
	color: #F7F7F7;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}
A.mainmenu:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-family:verdana;
	font-size: 11px;
	font-weight: normal;}	
	


.pgHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
}
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006666;
}
.estates {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF9900;
}
.tbleHd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	left: 2px;
	font-weight: bold;
}
 
input, select, textarea {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #003366;
    background-color: #f3f3f9;
    border: 1px solid #669;
}
input:focus, textarea:focus {
    background-color: #fff;
    border: 1px solid #99f;
}
.button, .button:focus {
    background-color: #339;
    border-bottom: 1px solid #333;
    border-right: 1px solid #000;
    border-left: 1px solid #C4C4B8;
    border-top: 1px solid #C4C4B8;
    -moz-border-radius: 5px;
}
.button:hover {
    background-color: #66a;
}

a.fixed {
    color: #339;
}
