/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	margin-top: 1px;
	font-weight: normal;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: gainsboro;
}
BODY.bodywhite
{
	background-color: white;
}
.pagetitle
{
	font-weight: normal;
	font-size: 14pt;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
}
TD
{
	font-family: Verdana, Helvetica, sans-serif;
}

A:link, A:visited, A:active	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
A.whitelink:link, A.whitelink:visited, A.whitelink:active	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
A.whitelink:hover	{	
	text-decoration:	underline;
	color:	#ffffff;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

TABLE.maintable
{
    margin-left: auto;
    margin-right: auto;
	border-right: black 2px solid;
	border-top: black 2px solid;
	border-left: black 2px solid;
	width: 800px;
	border-bottom: black 2px solid;
}
TD.logocell
{
    vertical-align: bottom;
	background-image: url(images/bggrass.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	background-color: #a1f6fb;
}

TD.footerbar
{
	background-color: gainsboro;
}
td.lightergreen
{
	background-color: #057F05;
	}
TD.green
{
	background-color: #006600;
}
TD.adbar
{
	background-color: darkgray;
	text-align: center;
}
TD.contentcell
{
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 7px;
	padding-top: 14px;
	background-color: #ffffff;
}
TABLE.producttable
{
	border-right: black 2px solid;
	border-top: black 2px solid;
	border-left: black 2px solid;
	border-bottom: black 2px solid;
}
TD.productcell
{
	padding-right: 5px;
	border-top: darkgray 2px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}
TD.linkcell
{
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 2px;
	padding-top: 2px;
	font-family: Verdana, Arial;
	background-color: gainsboro;
}
UL.testimonials
{
	list-style-type: none;
}
LI.testimonials
{
	font-size: 10pt;
	font-style: italic;
	font-family: Arial;
	list-style-type: none;
}

.redbold{
    color: #FF0000;
    font-weight: bold;
}

