﻿body 
{
	background-color: #73705F;
}

/************************************************/
/*					Common CSS					*/
/************************************************/

a{ color:Blue;}
a:hover {text-decoration:none;}

table{margin: 0px; padding: 0px; }
td{margin: 0px; padding: 0px; }



/************************************************/
/*					Header CSS					*/
/************************************************/

.blueHeaderBG
{
	background-image: url('../images/top.jpg'); 
	height: 108px;
	width: 898px;
}

.topPadding
{
	margin-top: 10px;
}

/* Id has to go to orange. */
.OrangeHeaderBG
{
}

.topnavBottomPadding
{
	padding-bottom: 6px; 
}


/************************************************/
/*					Header CSS Ends				*/
/************************************************/

/************************************************/
/*					Spacing CSS					*/
/************************************************/

.spacingHeight
{
	/*height: 18px;*/
	width: 898px;  
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/************************************************/
/*					Spacing CSS Ends			*/
/************************************************/

/************************************************/
/*					Footer CSS					*/
/************************************************/

.footerBG
{
	background-image: url('../images/bottom.jpg'); 
	width: 898px;
	height: 169px; 
}

/************************************************/
/*					Footer CSS Ends				*/
/************************************************/

/************************************************/
/*					Body CSS					*/
/************************************************/

.bodyTable
{
	width: 898px;  
	height: 263px;  
}

.bodyLeftCell
{
	background-color: #ffffff; 
	width: 50%;
	text-align: left;  
}

.bodyTextColor
{
	color: #636363;
}

.bodyCellPadding
{
	padding-left: 0px;
	padding-right: 5px; 
}

/* Used in the transformation for PageBody, which is defined in Document Templates */
.textBodyPadding
{
	margin: 0px;
	padding-left: 48px; 
	text-align: justify;  
}

/* Used in the transformation for PageBody, which is defined in Document Templates */
.textbodyHeaderPadding
{
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 5px; 
	padding-left: 30px;
	font-size: 12px; 
	font-weight: bold; 
}

td
{
	font-family: Verdana; 
	font-size: 11px;  
	line-height: 15px;
}

#scrollText
{
	height: 198px;
	overflow: auto; 
	vertical-align: top;   
	padding: 8px;
}

/************************************************/
/*					Body CSS Ends				*/
/************************************************/