@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*****background*******/

.background-gray
{
	background-color:#d1d1d1;
}
.background
{
	background-color:#FFF;
	
}
/********aboutus********/
.abt-1-bg

{
	background-color:#e5e3e3;
}

.abt-2-bg
{
	background-color:#e7e8e8;
}
/********link-top*******/

.link-top
{
	font-family:"Arial Narrow";
	font-size:14px;
	color:#959595;
	text-decoration:none;
}

.link-top:link
{
	text-decoration:none;
	font-size:14px;
	color:#959595;
}

.link-top:visited
{
	text-decoration:none;
	font-size:14px;
	color:#959595;
}

.link-top:hover
{
	text-decoration:none;
	font-size:14px;
	color:#97c249;
}

.link-top:active
{
	text-decoration:none;
	font-size:14px;
	color:#959595;
}

/**********text**********/

.comingsoon
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#333;
	font-weight:bold;
}

.copyright-text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#696969;
}