/* Custom */
.ajaxtooltip{
     position: absolute; /*leave this alone*/
     display: none; /*leave this alone*/
     width: 300px;
     left: 0; /*leave this alone*/
     top: 0; /*leave this alone*/
     background: lightyellow;
     border: 2px solid gray;
     border-width: 1px 2px 2px 1px;
     padding: 5px;
     filter: alpha(opacity=85);
     -moz-opacity:.85;
     opacity:.85;
}

body, html { 
     margin: 5px 10px 20px 5px;
}

/* typography.css */
p, blockquote, h1, h2, h3, h4, h5, h6, li, td, th, input, textarea, select {
     font-family: Verdana, Helvetica, Arial, sans-serif;
}

p, blockquote, li, td, th, input, textarea, select {
     font-size: 11px;
     line-height: 13px;
}

h6 {
     font-size: 11px;
}

h5 {
     font-size: 13px;
}

h4 {
     font-size: 14px;
}

h3 {
     font-size: 16px;
}

h2 {
     font-size: 18px;
}

h1 {
     font-size: 20px;
}

.clear {
     clear:both;
}

.sm {
     font-size: 11px;
     line-height: 13px;
     font-family: Verdana, Helvetica, Arial, sans-serif;
}

