/*paragraph content styling*/
#content   {
	color: #000000;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	line-height : 16px;
	}
	
td   {
	color: #000000;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	line-height : 16px;
	}


#navbot   {
	color: #000000;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana, helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	line-height : 18px;
	}
	
.title   {
	color: #FE6600;
	font-size: 18px;
	font-family: Humnst777 BT, Arial;
	padding: 0px 0px 0px 0px;
	}	
	
.copy   {
	color: #FE6600;
	font-size: 9px;
	font-family: Arial;
	padding: 0px 0px 0px 0px;
	}	
	
.borderL   {
	border-left: solid #fffff;
	border-left-width: 1px;
	}	

.orangeL   {
	border-left: solid #fffff;
	border-left-width: 1px;
	background-color: #FEA240;
	}	

.orange   {;
	border-left-width: 1px;
	background-color: #FEA240;
	}
	
/*bolding text*/		
.GJstrong 	{
		color: #A47B5B;
		font-weight: bold;
		}
/*top links*/
/*  A         { color: #000000; text-decoration: none; }
A:link    { color: #000000; text-decoration: none; }
A:hover   { color: #000000; text-decoration: underline;}
A:active  { color: #000000; text-decoration: none; }
A:visited { color: #000000; text-decoration: none; }   */


/*button links*/		
A.buttons         { font-family: arial; font-size: 11px; font-weight: bold; color: #06798E; text-decoration: none;}
A.buttons:link    { font-weight: bold; color: #06798E; text-decoration: none;}
A.buttons:hover   { font-weight: bold; color: #06798E; text-decoration: none;}
A.buttons:active  { font-weight: bold; color: #06798E; text-decoration: none;}
A.buttons:visited { font-weight: bold; color: #06798E; text-decoration: none;}




/*applies background content to page*/					
.table1	{
		background-image: url('../images/bg.gif');
		background-repeat: repeat-y;
		background-position: top;
		}
		
/*applies background content to page*/					
.bar	{
		background-image: url('../images/bar.gif');
		background-repeat: no-repeat;
		background-position: top;
		}		
		
/*applies background content to page*/					
.bg	{
		background-image: url('../images/bg.gif');
		background-repeat: repeat-y;
		background-position: top;
		}
		
/*applies background content to page*/					
.line	{
		background-image: url('../images/line.gif');
		background-repeat: no-repeat; 
		background-position: top;
		}			
			
				
.sidebg	{
		background-image: url('../images/side_bg.gif');
		background-repeat: no-repeat; 
		background-position: bottom;
		}	
