/* REDEFINED HTML Tags */

body { font-family: Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 color: #333333;
	 margin-left: 0px;
	 margin-top: 15px;
	 margin-width: 0px;
	 margin-height: 15px;
	 background-color: #CCCCCC;}

td { font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333; }
	
tr { font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333; }
	
p { font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333; } 


/*----------------------------------------------------------------------------*/
/* LINK Classes */

a{
	color:#003A58;
	text-decoration: underline; }
	
a:link{
	color:#003A58;
	text-decoration: underline; }
	
a:hover{
	text-decoration: none;
	color:#333333; }

 /*  SUBNAV   */
 
  a.linksFOOTER{
	text-decoration: underline;
	color:#FFFFFF;
	text-transform: uppercase;
}
	
a.linksFOOTER:link{
	text-decoration: underline;
	color:#FFFFFF;
	text-transform: uppercase;
}
	
a.linksFOOTER:hover{
	text-decoration: none;
	color:#FFFFFF;
	text-transform: uppercase;
}

 a.linksSUBOFF{
	text-decoration: none;
	color:#666666;
	font-size: 10px;
	text-transform: uppercase;
}
	
a.linksSUBOFF:link{
	text-decoration: none;
	color:#666666;
	font-size: 10px;
	text-transform: uppercase;
}
	
a.linksSUBOFF:hover{
	text-decoration: underline;
	color:#666666;
	font-size: 10px;
	text-transform: uppercase;
}

 a.linksSUBON{
	text-decoration: none;
	color:#003A58;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
	
a.linksSUBON:link{
	text-decoration: none;
	color:#003A58;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
	
a.linksSUBON:hover{
	text-decoration: underline;
	color:#003A58;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

/*----------------------------------------------------------------------------*/
/* CUSTON CELL Classes */

.cellbgWHITE { background-color: #FFFFFF;}

.cellbgBLACK { background-color: #000000;}

.cellbgGREYLGT { background-color: #CCCCCC;}

.cellbgGREYMED { background-color: #666666;}

.cellbgGREYDRK { background-color: #333333;}

.cellbgPRIMARY {
	background-color: #003A58;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}

.cellbgSECONDARY { background-color: #DDDDDD;}

.cellbgTERTIARY { background-color: #959799;}

.cellbgBODY { background-color: #FFFFFF;}


/*----------------------------------------------------------------------------*/
/* CUSTOM FONT Classes */

.txtBOLD
	{	font-weight: bold;}
	
.txtITALIC
	{	font-style: italic;}
	
.txtSMALL
	{	font-size: 9px;}
	
.txtLARGE
	{	font-size: 13px;}
	
.txtFOOTER {
	color:#FFFFFF;}
	
.txtTITLE {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
.txtSUBTITLE {
	font-weight: bold;
	color: #003A58;
	font-size: 12px;
}
.propPic{border:2px solid #ffffff;}
	
/*----------------------------------------------------------------------------*/
/* CUSTOM FORM Classes */
.leasingOPP {
	font-size: 12px;
	background-color: #B5CDD8;
	background-position: center center;
	text-align: center;
	width: 250px;
	border: 1px solid #003A58;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
