/*
 * $Id: common.css,v 1.8 2003/04/18 15:57:40 ksmith Exp $
 * PINT base style sheet definition
 */
 
/* STANDARD */
body			{ margin-top: 0px; margin-left: 0px; margin-right: 0px; font-family: verdana, arial, sans-serif; color: #333333; background-color: #FFFFFF; }

font			{ font-family: verdana, arial, sans-serif; color: #333333; font-size: 12px; line-height: 1.0; }
.td			{ font-family: MS Sans Serif, arial, sans-serif; color: #333333; font-size: 12px; line-height: 1.0; }

a:active		{ color: #01234e; text-decoration: underline; }
a:link			{ color: #34629b; text-decoration: underline; }
a:visited		{ color: #6699cc; text-decoration: underline; }
a:hover			{ color: #01234e; text-decoration: underline; }

/* CONTENT */

h1				{ font-size: 11px; color: #FFFFFF; line-height: 1.2; margin-bottom: -10px; }
h2				{ font-size: 12px; color: #005D96; line-height: 1.1; margin-bottom: 3px; }
h3				{ font-size: 11px; color: #79889b; line-height: 1.1; margin-bottom: -10px; }
h4				{ font-size: 11px; color: #abb57f; line-height: 1.1; margin-bottom: -16px; }


.copyright		{ font-size: 10px; color: #79889b; line-height: 1.1; }
.address		{ font-size: 10px; color: #333333; margin-top: 10px;  }
.topnav 		{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #013B82}
.link_topnav 		{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #013B82}
.rheader 		{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF; background-color:#EF9A10;}