@charset "UTF-8";
/* CSS Document */

body
{
		background-color: #633163;
		margin: 0px;
		font-family: Tahoma, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: normal;
		padding: 0px 0px 0px 4px;
}

a:link
{
		color: #999999;
		font-weight: normal;
}

a:visited
{
		color: #999999;
		font-weight: normal;
		}
		
a:active
{
		color: #999999;
		font-weight: normal;
}
a:hover
{
		color: #999999;
		text-decoration: none;
}

.White_Small_Small
{
		color: #000000;
		font-size: 14px;
		font-family: tahoma;
}

.Gray_Small_bold
{
		color: #666666;
		font-size: 14px;
		font-family: tahoma;
		font-weight: bold;
}

.Gray_Small
{
		color: #333333;
		font-size: 10px;
		font-family: Geneva, Arial, Helvetica, sans-serif;
}

.White_Medium
{
		color: #FFFFFF;
		font-size: 16px;
		font-family: tahoma;
}

.Brown_Medium
{
		color: #3C2222;
		font-size: 16px;
		font-family: tahoma;
		font-style: normal;
		font-weight: normal;
}


.Grey_Medium_Bold {
		color: #666666;
		font-size: 16px;
		font-family: tahoma;
		font-weight: bold;
}

.Brown_Large
{
		color: #3C2222;
		font-size: 18px;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: bold;
}

.Red_Highlight {color: #FF0000}

.Header_Small
{
		color: #999999;
		font-size: 10px;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		margin: 0px;
		padding: 0px;
		background-color: #633163;
		width: 100%;
}

.white-table
{
		background-color: #FFFFFF;
		margin: 0px;
		padding: 0px;
}

.white-table-top-left
{
		background-color: #FFFFFF;
		margin: 0px;
		padding: 0px;
		background-image: url(images/Commercial-Retail-Property-corner-ul.gif);
		background-repeat: no-repeat;
		background-position: left top;
}

.white-table-top-right
{
		background-color: #FFFFFF;
		margin: 0px;
		padding: 0px;
		background-image: url(images/Commercial-Retail-Property-corner_ur.gif);
		background-repeat: no-repeat;
		background-position: right top;
}

.white-table-left
{
		background-color: #FFFFFF;
		margin: 0px;
		padding: 0px;
		background-image: url(images/Commercial-Retail-Property-corner-ll.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
}

.white-table-right
{
		background-color: #FFFFFF;
		margin: 0px;
		padding: 0px;
		background-image: url(images/Commercial-Retail-Property-corner-lr.gif);
		background-repeat: no-repeat;
		background-position: right bottom;
}

li
{
		font-size: 12px;
		list-style-image: url(images/arrow.gif);
		list-style-type: disc;
		list-style-position: outside;
		padding-bottom: 5px;
}
