body
{
	font-size: smaller;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333; 
	background-color: #CCCCCC;
}

td 
{
	font-size: smaller;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	color: black; 
}

a
{ 
	color: #993366;
	text-decoration: underline;
}

a:hover 
{
	color: #CC9999; text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:visited
{
color: #339999;
}

.footer
{
font-size: xx-small;
color: #666666;
}

/*for faq page*/
.question
{
color:darkblue;
font-weight: bold;
}
/*for faq page */
.answer
{
color:darkgreen;
font-weight: bold;
}

/*title tables */
.tTable
{
	border: .1em solid maroon;
	color: darkblue;
	font-size: 1.2em;
	font-weight: bold;
	background-color: lightyellow;	
}

/*index page tables*/
.iTable
{
	border: .1em solid maroon;
	color: darkblue;
	background-color: lightyellow;
}
/*order page information*/
/*.orderTables
{

}
*/.small_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
