﻿body 
{
	
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 160%;
	text-indent: 0px;	
	background-color:gray;
	color:gray;

}


tr, td
{
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
		color:gray;
}


.price
{
	color:Red;
}



a, a:active, a:link, a:visited
{
	color:Orange;
	text-decoration: none;
}

a.grnbox, a.grnbox:active, a.grnbox:link, a.grnbox:visited {
	text-decoration: underline;
	color:black;
	font-size:12px;
	font-weight:bold;

}

div.tcontainer {
	width: 98%;
	margin: 1%;
	text-align:center;
	
}
table.bodytable
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-collapse: collapse;
	width:739px;
}


.header1
{
	font-size:14px;
	color:#2680BA;
	font-weight:bold;
}

.border-bot
{
	border-bottom: dotted 1px silver;
	
}

.sidebar
{
padding: 5px 5px 5px 5px; 
background-color: rgb(253,253,237);
}


.sidebar-heading
{
padding: 5px 5px 5px 5px; 
background-color: rgb(51,102,153);
font-size:15px; 
font-weight:bold;
color:White;

}

.header
{
	font-size:15px; 
color:white;
margin-top:10px;
margin-bottom:10px;
font-weight:bolder;
}