/* Default CSS Stylesheet for a new Web Application project */


.MainText, TD, P, SELECT, INPUT, TEXTAREA
{
	font: 9pt Arial;
}

.HeaderText
{
	font: bold 12pt Arial;
}

SELECT
{
	font: 9pt Arial;
}

.MainText A:link
{
	text-decoration: none;
	font: bold 9pt Arial;
	color: #666666;
}

.MainText A:visited
{
	text-decoration: none;
	font: bold 9pt Arial;
	color: #666666;
}

.MainText A:hover
{
	text-decoration: underline;
	font: bold 9pt Arial;
	color: #666666;
}

.MainText A:active
{
	text-decoration: none;
	font: bold 9pt Arial;
	color: #666666;
}

.PropertyInfo
{
	font: bold 8pt Arial;
}

.AgentName
{
	font: bold 10pt Arial;
	color: White;
}

.CompanyName
{
	font: bold 8pt Arial;
	color: White;
}

.AgentContactInfo
{
	font: bold 8pt Arial;
	color: White;
}

.AgentLinks:link
{
	text-decoration: none;
	font: bold 8pt Arial;
	color: White;
}

.AgentLinks:visited
{
	text-decoration: none;
	font: bold 8pt Arial;
	color: White;
}

.AgentLinks:hover
{
	text-decoration: underline;
	font: bold 8pt Arial;
	color: White;
}

.AgentLinks:active
{
	text-decoration: none;
	font: bold 8pt Arial;
	color: White;
}

.RoomDescr
{
	font: bold 10pt Arial;
}

.FormErrorText
{
	
}