/*
 * $Id: common.css,v 1.8 2003/04/18 15:57:40 ksmith Exp $
 * PINT base style sheet definition
 */
 
/* STANDARD */
body			{ background-color: #ffffff; margin-top: 0px; margin-left: 0px; margin-right: 0px;  
				font-family: arial, helvetica, sans-serif; font-size: 11px; line-height: 1.4; color: #333333; }

font			{ font-family: arial, helvetica, sans-serif; font-size: 11px; color: #333333; }

ul				{ margin-top: 5px; margin-left: 30px; padding-left: 0px; line-height: 1.2; }
ol				{ margin-top: 5px; margin-left: 30px; padding-left: 0px; line-height: 1.2; }
sub				{ font-size: 90%; line-height: .75; }
sup				{ font-size: 90%; line-height: 1.25; }


/* CONTENT */
.subhead 				{ font-size: 14px; color: #000000; }

.legal			{ font-size: 10px; color: #999999; line-height: 1.1; }
.home			{ font-family: arial, helvetica, sans-serif; font-size: 11px; color: #333333; line-height: 1.2; }


/* NAVIGATION */
a:active		{ color: #81b25f; text-decoration: none;}
a:link			{ color: #1844b4; text-decoration: none; }
a:visited		{ color: #4669c3; text-decoration: none; }
a:hover			{ color: #81b25f; text-decoration: none; }

.textnav			{ font-size: 11px; color: #b9c7e8; text-decoration: none; line-height: 1.1; }
a.textnav			{ color: #1844b4; text-decoration: none; }
a.textnav:active	{ color: #81b25f; text-decoration: none; }
a.textnav:visited	{ color: #4669c3; text-decoration: none; }
a.textnav:hover	{ color: #81b25f; text-decoration: none; }


/* FORMS */
form			{ margin-top: 5px; }
input			{ background-color: #ffffff; border: 1px solid #1844b4; height: 18px; color: #000000; margin: 0px; }
.textarea			{ background-color: #ffffff; border: 1px solid #1844b4; color: #000000; margin: 0px; }
select			{ background-color: #ffffff; height: 20px; }
input.radio		{ border: 0px; background-color: transparent; }

/* MISC ELEMENTS */

