/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 5px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.color1
{
	background : #0166fc;
}

.color2
{
	background : #0166fc;
}
.color3
{
	background : #0166fc;
}
.colorSpacer
{
	background : White;
	font-family : Verdana;
	font-size : 16px;
	color: #000000;
	font-weight : bold;
}
.TopDisplay
{
	font-family : Verdana;
	font-size : 11px;
	color: #000099;
	font-weight : bold;
}
.TopDisplayWebsiteName
{
	font-family : Arial;
	font-size : 25px;
	color: #0166fc;
	font-weight : bold;
	text-align : center;
}
.NavBar
{
	font-family : Verdana;
	font-size : 10px;
	color: #000099;
	font-weight : bold;	
}
.Heading
{
	font-family : Verdana;
	font-size : 12px;
	color: #000099;
	font-weight : bold;	
}
.News
{
	font-family : Verdana;
	font-size : 10px;
	color: #000099;
	font-weight : bold;	
}
.NewsArtical
{
	background : #ffffff;
	font-family : Verdana;
	font-size : 10px;
	color: #000099;
	font-weight : bold;
}
.HeaderFeatureProperty
{
	background : #A8A8A8;
	font-family : Verdana;
	font-size : 10px;
	color: #ffffff;
	font-weight : bold;
}

.FeatureProperty
{
	background : #4B4B4B;
	font-family : Verdana;
	font-size : 10px;
	color: #ffffff;
	font-weight : bold;	
}

A:link	{
	text-decoration:none;
	color: #B22222;
}	
		
A:visited	{	
	text-decoration:	none;
	color:	#B22222;
	}	
		
A:active	
{	
	text-decoration:	none;
	color:	#B22222;
	}	
		
A:hover
{
	text-decoration: underline;
	color: #B22222;
}
.buttonSubmit
{
	border : Black 1px outset;
	CURSOR: hand;
	FONT-FAMILY: Arial,Helvetica,sans-serif;
	FONT-SIZE: 11px;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;
	BACKGROUND-COLOR: #800000;
	color:White;
	font-weight : bold;
}

.CalculatorHeadMain
{
	font-family : Verdana;
	font-size : 18px;
	color: #000099;
	font-weight : bold;
}	

.CalculatorTextMain
{
	font-family : Verdana;
	font-size : 10px;
	color: Blue;
	font-weight : bold;
}	

.CalculatorText
{	
	font-family : Verdana;
	font-size : 10px;
	color: blue;
	font-weight : bold;
}	
.CalculatorBackground
{
	background : #000099;
	font-family : Verdana;
	font-size : 10px;
	color: White;
	font-weight : bold;
}

.CalculatorHead
{
	font-family : Verdana;
	font-size : 14px;
	color: #000099;
	font-weight : bold;	
}

.BorderGrey
{
	border : 1px solid #a2a4a1;
}
.TextOrange{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color : #fd9b00;
}
.AboutUsHeading
{
	font-family : Verdana;
	font-size : 16px;
	color: #000099;
	font-weight : bold;	
}
.ContactHeading
{
	font-family : Verdana;
	font-size : 16px;
	color: #000099;
	font-weight : bold;	
}
.ContactGray
{
	background : #ffffff;
	font-family : Verdana;
	font-size : 10px;
	color: #000099;
	font-weight : bold;
}
.Contact
{
	background : #ffffff;
	font-family : Verdana;
	font-size : 10px;
	color: #000099;
	font-weight : bold;
}

.MyTeam
{	
	background-color: whitesmoke;
	font-family : Verdana;
	font-size : 9px;
	color: black;
}

.MyTeamHeading
{
	font-family : Verdana;
	font-size : 16px;
	color: #000099;
	font-weight : bold;		
}

.ListPropertyHead
{
	font-family : Verdana;
	font-size : 14px;
	color: #000099;
	font-weight : bold;	
}
.ListProperty
{
		background : #ffffff;
	font-family : Verdana;
	font-size : 10px;
	color: #000099;
	font-weight : bold;
}
.ListPropertyGrey
{
	background : #ffffff;
	font-family : Verdana;
	font-size : 10px;
	color: blue;
	font-weight : bold;
}