body		{	background : #ffffff ;
			font-family : Verdana, Arial, Helvetica, sans-serif ;
			font-size : 12px ;
			margin-top : 0px ;
			margin-bottom : 0px ;
			margin-left : 0px ;
			margin-right : 0px ; }

b, strong	{	font-weight : bold ; }

i, em, cite		{	font-style : italic ; }

u		{	text-decoration : underline ; }

td		{	font-family : Verdana, Arial, Helvetica, sans-serif ;
			font-size : 12px ; }

th		{	font-family : Verdana, Arial, Helvetica, sans-serif ;
			font-weight : bold ;
			font-size : 12px ; }

h1		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-weight : normal ;
			color : #006666 ;
			font-size : 16px ;
			margin-bottom : 5px ; }

h2		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 13px ; }

h3		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 12px ; }

h4		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 12px ; }

h5		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 12px ;
			margin-left : 10px ; }

h6		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 12px ;
			margin-left : 20px ; }

sup		{	font-size : 75% ;
			vertical-align : super ; }

.small		{	font-size : 10px ; }

.caption	{	font-size : 10px ;
 				font-style : italic ; }

.content	{	font-family : Verdana, Arial, Helvetica, sans-serif ;
				font-size : 12px ;
				line-height : 140% ; }


/* Text nav links in banner */

.MetaNav	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 11px ;
			line-height : 13px ; }

/* All buttons and form elements are styled here, but you must class buttons as 'b' and text elements as 't' */

input.b		{	background-color : #cccccc ;
			border-color : #cccccc ;
			color : #000000 ;
			font-family : arial, sans-serif ;
			font-size : 12px ;
			padding-top : 4px ;
			padding-bottom : 2px ; }

input.t, textarea.t, select.t {	
			background-color : #ffffff ;
			font-family : arial, sans-serif ;
			font-size : 13px ;
			padding-left : 3px; }

/* All data tables are affected by this, but you must class the th, td, and table tags */

td.data		{	font-family : Verdana, Arial, Helvetica, sans-serif ;
			font-size : 11px ;
			border-right : 1px solid #ffffcc ;
			border-bottom : 1px solid #ff9900 ; }

th.data		{	background-color : #ff9900 ;
			font-family : Verdana, Arial, Helvetica, sans-serif ;
			font-size : 12px ;
			font-weight : bold ;
			border-right : 1px solid #ffffcc ;
			border-bottom : 1px solid #ff9900 ; }

table.data	{	border : 1px solid #ffffcc ; }



/* Global links for all situations */

a:link		{	text-decoration : underline ;
			color : #006666 ; }

a:visited	{	text-decoration : underline ;
			color : #666666 ; }

a:hover		{	text-decoration : underline ;
			color : #000066 ; }


/* For main links  */

a.MetaNav:link	{	text-decoration : none ;
			color : #000000 ; }

a.MetaNav:visited {	text-decoration : none ;
			color : #000000 ; }

a.MetaNav:hover	{	text-decoration : underline ;
			color : #330000 ; }
			
			
@media screen {
	.printonly {
		display: none;
	}
}
@media print {
	.printonly {
		display: block;
	}
}			