/* use C-style comments to comment things out */
/* note that NS 4.x seems to have trouble with inheritance, so you have to 
   have all the block elements here */

P, DIV, TABLE, TD, TH, DL, UL, OL, FORM, BLOCKQUOTE, CAPTION
	{ font-family: Verdana, Helvetica, Arial, Sans-Serif; font-size: 8pt; color: #000000
	} 
	
A:link    {text-decoration: underline; color: #006699;}
A:visited {text-decoration: underline; color: #006699;}
A:active  {text-decoration: underline; color: #006699;}
A:hover   {text-decoration: underline; color: #000066;}

.categorytext {font-size: 7pt;}

.storeadminheader {font-size: 8pt; color: #990000}

.savvyfail { color:#CC0000;}

.savvyindent {
	
	margin-left: 25px;
}

#savvyinstallleft {
	float: left;
	width: 70%;
}

#savvyinstallright {
	float: right;
	width: 28%;
}
