
/* SITE SPECIFIC */
/*=====================================*/

td.mainColumn
{
	border-left:1 solid #99CC00;
	padding: 10px 10px 10px 10px;
}

td.leftColumn
{ 
	vertical-align:top;
	background-color:#FCF8EC;
	width:222px;
	border-right:1px solid #3F3F90;
}

/* COPYRIGHT*/

td.copyright
{
	padding: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

/*---------------------------------------------------------------*/
/* PLACING OBJECTS LIKE PDF */

.theObject
{
    font-size: 100%;
    margin-bottom:10px; 
    border-bottom: 1px solid #CCC;
       
}

.theObject td.heading a
{
    font-size: 100%;
    font-weight:bold; 
}

.theObject td.desc p
{
    font-size: 95%;
    margin-bottom:10px;
   
}

.theObject a
{
font-size: 100% ;
}

.theObject td.icon
{
    padding-bottom:5px;
}
.theObject td.icon img
{
    margin:2px 2px 0px 0px;
}

.theObject td.value
{
    font-size: 95%;
    padding-bottom:5px; 
}

.theObject .small, .theObject .small *
{
    font: normal 10px Arial, Helvetica ,sans-serif;
}

/*================================================*/
/* Forward Form       							  */
/*================================================*/

.span1
{ 
	width:190px;
}

.span2
{
	width:388px;
}

.labelLeft, .labelTop
{
	font-weight: bold;
	padding-right: 5px;
}

.labelLeft
{
	text-align:right;
	width: 50px;
}

.labelTop
{
	text-align: center;
}

.txtArea
{
	width:389px;
	height:40px;
}

.btnClass
{
	width: 70px;
}

