/* CSS Document */
/*------------------------------Gobal veriable----------------------*/
body {
			padding:0;
			margin:0;
			background-color:#d3d1b9;
			background-image:url(images/background_long.gif);
			}
p 	{
			padding:0;
			margin:0;
			}
			
/*------------------------------body----------------------*/


			
.welcome {
	font-family: tahoma;
	font-size:12px;
	color:#303030;
	line-height: 16px;

}
			
.welcomeBold {
	font-family: tahoma;
	font-size:12px;
	color:#303030;
	font-weight: bold;

}
			
.companyName {
	font-family: tahoma;
	font-size:12px;
	color:#303030;
	font-weight: bold;

}
			
.facebook {
	font-family: tahoma;
	font-size:12px;
	color:#303030;
	float:right

}
			
.box {
	font-family: tahoma;
	font-size:11px;
	color:#303030;

}

			
.text {
	font-family: tahoma;
	font-size:12px;
	color:#303030;
}
			
.link {
	font-family: tahoma;
	font-size:11px;
	color:#8b5302;
	text-decoration: underline;
}
			
.linkBold {
	font-family: tahoma;
	font-size:11px;
	color:#8b5302;
	font-weight: bold;
	text-decoration: underline;
}
			
.body {
	font-family: tahoma;
	font-size:11px;
	color:#6c6642;
	line-height:14px; 

}		
.boxHead {
	font-family: tahoma;
	font-size:13px;
	color:#8b5302;
	font-weight: bold;
	text-decoration: underline;
}		
.linkLarge {
	font-family: tahoma;
	font-size:13px;
	color:#6c6642;
	font-weight: bold;
	text-decoration: underline;
}
			
.linkRed {
	font-family: tahoma;
	font-size:11px;
	color:#451912;
	text-decoration: underline;
}


.copyright {
	font-size:11px;
	color: #999966;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
}
