﻿/* '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
CSS Stylesheet: Misc 
This stylesheet defines css styles that create "special effects".  For the most 
part, these effects can be used anywhere in the web site.
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */

.bullet{height:5px; width:5px; color:#b22222; background-color:#b22222; 
    margin-right:auto; margin-left:auto; border:solid 1px #b22222;}
    
/* Product and service listing */
div.producttab {background-color:#eeeeee; color:#990000;
    padding: 5px 10px 5px 10px; margin-bottom:0px; width:150px; 
    text-align:center; 
    font-family:Trebuchet MS, Arial, Sans-Serif;
    font-weight:bold; font-size:1 em;} 
    
div.productlist {background-color:#eeeeee; color:#555555;
    padding: 10px 30px 10px 30px; 
    width:auto; 
    line-height:2.0em; text-align:center;}
    
a.prod1:link, a.prod1:visited, a.prod1:active {font-weight: normal; 
    font-size: 0.8em; font-family: helvetica, arial, sans-serif;
    text-decoration: none; color: #555555; }
a.prod1:hover{text-decoration: underline;}
    
a.prod2:link, a.prod2:visited, a.prod2:active {font-weight: normal; 
    font-size: 1.0em; font-family: helvetica, arial, sans-serif;
    text-decoration: none; color: #555555; }
a.prod2:hover{text-decoration: underline;}
    
a.prod3:link, a.prod3:visited, a.prod3:active {font-weight: normal; 
    font-size: 1.2em; font-family: helvetica, arial, sans-serif;
    text-decoration: none; color: #555555; }
a.prod3:hover{text-decoration: underline;}
    
a.prod4:link, a.prod4:visited, a.prod4:active {font-weight: normal; 
    font-size: 1.4em; font-family: helvetica, arial, sans-serif;
    text-decoration: none; color: #666666; }
a.prod4:hover{text-decoration: underline;}
    
a.prod5:link, a.prod5:visited, a.prod5:active {font-weight: normal; 
    font-size: 1.6em; font-family: helvetica, arial, sans-serif;
    text-decoration: none; color: #666666; }
a.prod5:hover{text-decoration: underline;}
    
a.prod6:link, a.prod6:visited, a.prod6:active {font-weight: normal; 
    font-size: 1.8em; font-family: helvetica, arial, sans-serif;
    text-decoration: none; color: #666666; }
a.prod6:hover{text-decoration: underline;}