/* CSS Document */
body {margin:0px}
a {
	font-family: tahoma;
	font-size: 12px;
	color: #000077;
	font-weight: bold;
}
a:visited {
	color: #000077;
}
a:hover {
	color: #000077;
}
a:active {
	color: #000077;
}
.mainbodyfontlargest {font-family:tahoma; font-size:14px; color: #000077;}
.mainbodyfontlargestbold {font-family:tahoma; font-size:17px; color: #000077; font-weight:bold;}
.mainbodyfontlarger {font-family:tahoma; font-size:13px; color: #000077;}
.mainbodyfont {font-family:tahoma; font-size:12px; color: #000077;}
.mainbodyfontsmaller {font-family:tahoma; font-size:11px; color: #000077;}
.mainbodyfontsmallerwhite {font-family:tahoma; font-size:11px; color: #ffffff;}
.mainbodyfontsmallerwhitebold {font-weight:bold; font-family:tahoma; font-size:11px; color: #ffffff;}
.mainbodyfontsmallest {font-family:tahoma; font-size:10px; color: #000077;}

.shortdesc {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000077;
}


#scrolling-content {
	overflow-x: hidden;
	overflow-y: auto;
	height: 385px;
	padding-right: 5px;
}

A.white-link:link {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}

A.white-link:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}

A.property-link:link {
	color: #000077;
	text-decoration:none;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
}

A.property-link:visited {
	color: #000077;
	text-decoration:none;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
}

.white-text {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
}

.orange-text {
	color: #F90;
}