body, td, a, p, div {
	color: #2F3092;
	font-family: Verdana;
	font-size:8pt;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.lmItem {
	font-size: 9pt;
	font-weight: bold;
	display: block;
	padding-left: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	width:130px;
}
.bigTitle {
	font-family: Arial;
	font-size: 14pt;
}
.someTitle {
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
}
div.someTitle {
	padding-left: 10px;
	padding-bottom: 3px;
}
div.bigTitle {
	padding-left: 16px;
}
.tmItem,
.smItem {
	display: block;
	font-weight: bold;
}
.tmItem {
	font-family: Verdana;
	font-size: 10pt;
	text-align: center;
}
.smItem{
	font-family: Arial;
	font-size: 9pt;
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 3px;
}
.srTitle {
	font-weight: bold;
	color: #333333;
}
.srPropTitle {
	padding-left:10px;
	font-size: 13pt;
	color: #2E2D95;
	font-weight: bold;
}
.SectionMenuLink{
 	font-size:8pt;
 }
 .SectionMenuLinkActive{
 	font-size:8pt;
 	font-weight:bold;
 }

.propProp {
	font-weight: bold;
}
.qsInput {
	border-style:solid;
	border-width:1;
	border-color:#C69F2D;
	text-align: right;
}
.sfFieldTitle {
	font-weight: bold;
	width: 100px;
}
.breadTrail{
	font-size:11pt;
}
.error {
	color: #FF0000;
}
.sfTextarea,
.sfSelectbox,
.sfInput {
	border-style: solid;
	border-width:1;
	border-top-width:2;
	border-color: #CECECE;
	font-size:8pt;
	font-family:Verdana;
}
.jobTitle {
	font-size:9pt;
	color: #C59F2D;
	font-weight: bold;
}
.cinfo {
	font-size: 7pt;
}       
.sfTextarea {
	width:100%;
}
.white  {
		background-color: #FFFFFF;	
	}
.gold{
		background-color: #C69F2D;
	}
.blue{
		background-color: #608FD7;
	}
.white-blue{
		background-color: #F1F8FF;
	}
#propTitleTable {
	background-color: #2F3092;
	border-bottom-color: #CC0033;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
#propTitleTable1 {
	background-color: #2F3092;
}
.goldBorder {
	border-right-width: 1;
	border-right-style: solid;
	border-right-color: #C69F2D;
}