/*
 * $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: 21px; margin-left: 0px; margin-right: 0px;  
				font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; color: #333333; }

font			{ font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; color: #000000; }

ul				{ margin-top: 5px; margin-left: 20px; padding-left: 0px; line-height: 1.3 }
sub				{ font-size: 80%; line-height: .75; }
sup				{ font-size: 80%; line-height: 1.25; }

a:active		{ color: #0000ff; text-decoration: underline; }
a:link			{ color: #0000ff; text-decoration: underline; }
a:visited		{ color: #9933cc; text-decoration: underline; }
a:hover			{ color: #335C85; text-decoration: none; }

table			{ font-family: verdana, arial, helvetica, sans-serif; font-size: 11px; text-align: left; color: #000000; background-color: #ffffff;  }

table.chart  	{background-color: #999999; }
table.chart2  	{background-color: #faf9f4; }

th				{ text-align: left; }
td.right		{ text-align: right; }
td.center		{ text-align: center; }

/* CONTENT */
.head 			{ font-size: 11px; color: #8f060b; font-weight: bold; }
.subhead1		{ font-size: 13px; color: #006633; }
.subhead2   	{ font-size: 12px; color: #669966; }
.body2			{ font-size: 10px; color: #666666; }
.footer			{ font-size: 9px; color: #000000; }

.footnote       { font-size: 9px; color: #000000; }

table.content	{ background-color: #efefef; padding: 5px; padding-left: 15px; }
td.content		{ background-color: #ced1cb; }
td.content2		{ background-color: #ffffff; }


/* NAVIGATION */

.subnav				{ font-size: 11px; color: #8f8f8f; text-decoration: none; line-height: 1.5; }
a.subnav			{ color: #003d6c; text-decoration: underline;}
a.subnav:active		{ color: #003366; text-decoration: underline;}
a.subnav:visited	{ color: #003366; text-decoration: underline;}
a.subnav:hover		{ color: #1c6ead; text-decoration: underline; }

.subnav2			{ font-size: 10px; color: #5c7c9d; text-decoration: none; font-weight: normal; line-height: 1.2; }
a.subnav2			{ color: #003366; }
a.subnav2:active	{ color: #003366; }
a.subnav2:visited	{ color: #003366; }
a.subnav2:hover		{ color: #5C85AD; text-decoration: underline; }

.bread				{ font-size: 10px; color: #8f8f8f; }
a.bread				{ color: #003d6c; text-decoration: underline;}
a.bread:active		{ color: #003d6c; text-decoration: underline;}
a.bread:visited		{ color: #003d6c; text-decoration: underline;}
a.bread:hover		{ color: #1c6ead; text-decoration: underline;}

.textnav			{ font-size: 10px; color: #5c7c9d; }
a.textnav			{ color: #003366; }
a.textnav:active	{ color: #6699CC; }
a.textnav:visited	{ color: #003366; }
a.textnav:hover		{ color: #335C85; }

.slidenav		{ font-size: 11px; color: #8f8f8f; text-decoration: none; margin-bottom: 10px; font-weight: bold }

/* FORMS */
form			{ margin-top: 5px; }
select			{ background-color: #f3f3eb; height: 20px; }

.scroll			{ height: 300px; overflow: auto; width: 100%; }


