/* Main Body Rules */
body {background-color: white; color: black; font-family: Verdana, Helvetica, sans-serif; font-size: 10pt;}

/* Nav Link Moueovers */
a:link {color: black; text-decoration: none;}
a:active {color: black; text-decoration: none;}
a:visited {color: black; text-decoration: none;}
a:hover {color: #0099CC; text-decoration:underline;}

/*Body Link Mouseovers */
a.bod:link {color: #0099CC; text-decoration:none;}
a.bod:active {color: #0099CC; text-decoration:none}
a.bod:visited {color: #0099CC; text-decoration:none;}
a.bod:hover {color: black; text-decoration:underline;}

/* Misc Text Rules */
.title {font-size: 10pt; font-weight: bold;}
.sub  {font-size: 10pt; color: olive; font-weight: bold;}
.bigfont {font-size: 12pt;}
.biggerfont {font-size: 14pt;}
.biggestfont {font-size: 16pt;}
.bigfontbold {font-size: 12pt; font-weight: bold;}
.biggerfontbold {font-size: 14pt; font-weight: bold;}
.biggestfontbold {font-size: 16pt; font-weight: bold;}
.smallfont {font-size: 8pt;}
.menutitle {font:bold 10pt verdana, helvetica, arial; color: black;}

/*Store Left Bar Rules*/
a.left:link {
    font-family: Verdana;
    font-size: 10pt;
	color: black;
	background: url(http://www.pc-limited.com/images/pcl5.gif);
	background-repeat: no-repeat;
    text-decoration: none;
    line-height: 12px;
}
a.left:active {
    font-family: Verdana;
    font-size: 10pt; 
    color: black; 	
    background: url(http://www.pc-limited.com/images/pcl5.gif);
	background-repeat: no-repeat;
    text-decoration: underline;
    line-height: 12px;
}
a.left:visited {
    font-family: Verdana;
    font-size: 10pt; 
    color: black; 	
    background: url(http://www.pc-limited.com/images/pcl5.gif);
	background-repeat: no-repeat;
    text-decoration: none;
    line-height: 12px;
}
a.left:hover {    
    font-family: Verdana;
    font-size: 10pt; 
    color: #0099CC; 	
    background: url(http://www.pc-limited.com/images/pcl5.gif);
	background-repeat: no-repeat;
    text-decoration: underline;
    line-height: 12px;
}
.dotted {    
background: url(http://www.pc-limited.com/images/dottedlinesilver.gif);
background-repeat: no-repeat;
}