﻿a            { text-decoration: none }
body         { font-family: Verdana; font-size: small}
caption      { font-family: Times New Roman; text-align: Left; font-weight: bold }
table        { font-size: small }
h1           { font-size=large; color=#5179D7; font-weight: normal }
h2           { font-size=medium }

.GradientBanner { 
                background-color:#BDCCF0; 
                filter:progid:DXImageTransform.Microsoft.Gradient(
                  GradientType=1,  
                  StartColorStr=white, 
                  EndColorStr=#BDCCF0) 
              }

.ProductBanner { 
                background-color:#7CB93E; 
                filter:progid:DXImageTransform.Microsoft.Gradient(
                  GradientType=0,  
                  StartColorStr=#7CB93E, 
                  EndColorStr=#ADD685) 
              }
              
.GradientToolbar { 
                background-color:#9FB6EA; 
                filter:progid:DXImageTransform.Microsoft.Gradient(
                  GradientType=1, 
                  StartColorStr=#9FB6EA, 
                  EndColorStr=#7A99E0 ); 
                color:#FFFFFF
              }
              
.ProductTitle 
              {  font-family="Maiandra GD"; font-size:large; color:#008000 }
              
.reminderTooltip { 
		position: absolute;
		top: -200px;
		left: -200px;
		z-index: 2;
		visibility: hidden;
		padding-bottom: 1px;
		padding-left: 1px;
		padding-right: 1px;
		padding-top: 1px;
		border: 2px solid blue;
		border-bottom: blue 2px solid;
		border-left: blue 2px solid;
		border-right: blue 2px solid;
		border-top: blue 2px solid;    
		}
