body		{	background : #ffffff ;
			font-family : Verdana, Arial, Helvetica, sans-serif ;
			font-size : 12px ;
			line-height : 180% ;
			margin-top : 10px ;
			margin-bottom : 10px ;
			margin-left : 20px ;
			margin-right : 20px ; }

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 : bold ;
			color : #660000 ;
			font-size : 20px ;
			margin-bottom : 5px ; }

h2		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			color : #660000 ;
			font-size : 18px ; }

h3		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			color : #660000 ;
			font-size : 16px ; }

h4		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			color : #660000 ;
			font-size : 14px ; }

h5		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 12px ;
			margin-left : 10px ; }

h6		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			color : #660000 ;
			font-size : 12px ;
			margin-left : 20px ; }

sup		{	font-size : 75% ;
			vertical-align : super ; }

/* Text nav links in banner */

.TNav		{	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 #000000 ;
			border-bottom : 1px solid #000000 ; }

th.data		{	background-color : #cccccc ;
			font-family : Verdana, Arial, Helvetica, sans-serif ;
			font-size : 12px ;
			font-weight : bold ;
			border-right : 1px solid #000000 ;
			border-bottom : 1px solid #000000 ; }

table.data	{	border-top : 1px solid #000000 ;
			border-left : 1px solid #000000 ; }


/* The nav table, but you must class the th, td, and table tags */

td.nav		{	font-family : Verdana, Arial, Helvetica, sans-serif ;
			font-size : 11px ;
			background : #660000 ;
			color : #ffffff ;
			border : 1px solid #330000 ; }

th.nav		{	background-color : #cccccc ;
			font-family : Verdana, Arial, Helvetica, sans-serif ;
			font-size : 12px ;
			font-weight : bold ;
			background : #660000 ;
			color : #ffffff ;
			border : 1px solid #000000 ; }

table.nav	{	background : #cccccc ;
			border : 1px solid #666666 }



/* Global links for all situations */

a:link		{	text-decoration : underline ;
			color : #0000ff ; }

a:visited	{	text-decoration : underline ;
			color : #000000 ; }

a:hover		{	text-decoration : underline ;
			color : #000066 ; }


/* For main links  */

a.TNav:link	{	text-decoration : none ;
			color : #ffffff ; }

a.TNav:visited {	text-decoration : none ;
			color : #ffffff ; }

a.TNav:hover	{	text-decoration : underline ;
			color : #cccccc ; }
