/*
 * $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			{ font-family: trebuchet MS, arial, sans-serif; color: #333333; font-size: 12px; }

ul				{ margin-top: 5px; margin-bottom: 5px; margin-left: 20px; padding-left: 0px; list-style-type: square; }
ol				{ margin-top: 5px; margin-left: 25px; padding-left: 0px; }
sub				{ font-size: 80%; vertical-align: text-bottom; line-height: 1.75; }
sup				{ font-size: 95%; vertical-align: text-top; line-height: 1.75;}

li				{margin-bottom: 5px; margin-top: 5px}

a:active		{ color: #e37e00; text-decoration: none; }
a:link			{ color: #336699; text-decoration: none; }
a:visited		{ color: #003366; text-decoration: none; }
a:hover			{ color: #e37e00; text-decoration: none; }


/* CONTENT */
.head 			{ font-size: 18px; color: #003366; line-height: 1.1; }
.subhead1		{ font-size: 13px; color: #003366; line-height: 1.2; }
.body1			{ font-size: 12px; line-height: 1.2; }
.subhead2   	{ font-size: 12px; color: #333333; line-height: 1.1; }
.body2			{ font-size: 11px; line-height: 1.1; }


/* NAVIGATION */

.subnav		{ font-size: 11px; font-family: trebuchet MS, arial, sans-serif; color: #7f99b2; line-height: 1.1; }
a.subnav			{ font-size: 11px; font-family: trebuchet MS, arial, sans-serif; color: #336699; text-decoration: none; }
a.subnav:active	{ font-size: 11px; font-family: trebuchet MS, arial, sans-serif; color: #e37e00; text-decoration: none; }
a.subnav:visited	{ font-size: 11px; font-family: trebuchet MS, arial, sans-serif; color: #003366; text-decoration: none; }
a.subnav:hover	{ font-size: 11px; font-family: trebuchet MS, arial, sans-serif; color: #e37e00; text-decoration: none; }



/* FORMS */
form			{ margin-top: 0px; }
select			{ background-color: #ffffff; height: 20px; }





