
/* SITE SPECIFIC */
/*=====================================*/


/* 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:220px;
}

.span2
{
	width:388px;
}

.labelLeft, .labelTop
{
	font-weight: bold;
	padding-right: 5px;
}

.labelLeft
{
	text-align:right;
	/*width: 50px;*/
}

.labelTop
{
	text-align: center;
}

textArea
{
	width:220px;
	height:80px;
}

.btnClass
{
	width: 70px;
}

