/* CSS Document */


/* this is content section */

.bg
{
	background:url('../images/bg.jpg');
	background-repeat:repeat-x;
	height:700px;

}

.bg_links
{
	background:url('../images/bg.jpg');

}



.text
{
	font-family:verdana,tahoma;
	font-size:12px;
	font-weight:normal;
	text-align:justify;
}

.pricetext
{
	font-family:verdana,tahoma;
	font-size:9px;
	font-weight:normal;
	text-align:justify;
}

.drytext
{
	font-family:verdana,tahoma;
	font-size:9px;
	font-weight:bold;
	text-align:justify;
}

.heading
{
	font-family:Arial,verdana;
	font-size:28px;
	font-weight:normal;
	text-align:justify;
}

.logo
{
	background:url('../images/logo.gif');
	background-repeat:no-repeat;
	height:105px;
	width:262px;
}

.content
{
	background:url('../images/content.gif');
	background-repeat:no-repeat;
	height:455px;
	width:795px;
}


.content_links
{
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	height:455px;
	width:795px;
}

.tabtext
{
	font-family:Arial,verdana;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

.tdtext
{
	font-family:Arial,verdana;
	font-size:12px;
	font-weight:normal;
	text-align:center;
}

.ltext
{
	font-family:Tahoma,verdana;
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
}

/* this is footer text */
.footer_text
{
	color: #ffffff;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
	text-align: center;
}

.footer_text:link
{
	color: #ffffff;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
}

.footer_text:visited
{
	color: #ffffff;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
}

.footer_text:hover
{
	color: #589a2d;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
	text-align: center;
	text-decoration: underline;
}

