body {
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(../images/bg_main.png);
	background-position: left top;

}

td 
{
	font-size:smaller;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	color: black; 
}

a
{ 
	color: #4680B2;
	text-decoration: underline;
}

a:hover 
{
	color: #717171; text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:visited
{
color: #131218;
}
/*footer on template */
.footer
{
font-size: xx-small;
color: #5F6460;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*for faq page*/
.question
{
color:#EC9B04;
font-weight: bold;
}
/*for faq page */
.answer
{
color:#757575;
font-weight: bold;
}
/*title tables */
.tTable
{
	border: .1em solid Gray;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #E9A633;		
}
/*index page tables*/
.iTable
{
	border: .1em solid black;
	color: darkslatepurple;
	background-color: #E4E4E4;
}
/*order page tables*/
.orderTable
{
	border: .05em solid black;
	color: darkblue;
	background-color: white;	
}
/*order page td tags, left side */
.orderTD
{
	border: .05em solid black;
	color: black;
	background-color: RosyBrown;
}
/*order page td tags, right side */
.orderTD2
{
	border: .05em solid black;
	color: black;
	background-color: #F4FAFF;
}
/*order page th tags */
.orderTH
{
	border: .05em solid black;
	color: white;
	background-color: DarkSlateBlue;	
}
.side_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .73em;
	color: #ED9B13;
	text-decoration: underline;
}
.bodytable {
	font-size: 12px;
	color: #666666;
}

