/*
 * $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: arial, sans-serif; color: #000000; font-size: 12px; line-height: 1.4; }

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%; line-height: .75; }
sup				{ font-size: 80%; line-height: 1.25; }

li				{margin-bottom: 5px; margin-top: 5px}

/* table			{ margin-left: auto; margin-right: auto;} */

a:active		{ color: #ef4223; text-decoration: none; }
a:link			{ color: #24408f; text-decoration: none; }
a:visited		{ color: #5066a5; text-decoration: none; }
a:hover			{ color: #ef4223; text-decoration: none; }


/* CONTENT */
.subhead		{ font-size: 12px; color: #703583; line-height: 1.4; }
.copyright		{ font-size: 11px; line-height: 1.0; }


/* NAVIGATION */

.subnav		{ font-size: 10px; font-family: arial, sans-serif; color: #a7b3d2; line-height: 1.1; }
a.subnav			{ font-size: 10px; font-family: arial, sans-serif; color: #24408f; text-decoration: none; }
a.subnav:active	{ font-size: 10px; font-family: arial, sans-serif; color: #ef4223; text-decoration: none; }
a.subnav:visited	{ font-size: 10px; font-family: arial, sans-serif; color: #24408f; text-decoration: none; }
a.subnav:hover	{ font-size: 10px; font-family: arial, sans-serif; color: #ef4223; text-decoration: none; }

.textnav		{ font-size: 9px; font-family: arial, sans-serif; color: #a7b3d2; line-height: 1.2; }

li.textnav		{ font-size: 9px; font-family: arial, sans-serif; color: #a7b3d2; padding-top: 2px; padding-bottom: 2px; }


a.textnav			{ font-family: arial, sans-serif; color: #24408f; text-decoration: none; }
a.textnav:active	{ font-family: arial, sans-serif; color: #ef4223; text-decoration: none; }
a.textnav:visited	{ font-family: arial, sans-serif; color: #24408f; text-decoration: none; }
a.textnav:hover	{ font-family: arial, sans-serif; color: #ef4223; text-decoration: none; }


/* FORMS */
form			{ margin-top: 0px; }
select			{ background-color: #ffffff; height: 20px; }




