body { font-family: arial, helvetica, sans-serif; }

td { font-family: arial, helvetica, sans-serif; font-size: .8em; }

font { font-family: arial, helvetica, sans-serif; }

h1 { color: #000000; font-weight: bold; font-size: 1.7em; }

h2 { color: #050554; font-weight: bold; font-size: 1.3em; }

.errorMsg { color: #990000; font-weight: bold; }


/* ----- Sign up Form ----- */
.invisible{
 display: none;
}
 
a.clickToolTip{
 margin: 0;
 padding: 2px 6px;
 border-radius: 5px;
 -moz-border-radius: 5px;
 text-decoration: none;
 color: #fff;
 background-color: #21216A;
 font-size: 12px;
}
 
p.toolTip{
 margin: 0;
 padding: 10px;
 width: 250px;
 background-color: #21216A;
 opacity: 1;
 color: #fff;
 border-radius: 5px;
 -moz-border-radius: 5px;
 min-height: 30px;
 top: 100px;
 left: 20px;
 position: absolute;
}