/* Generic styling, for unclassed elements */
body		{	background : #000000 ;
			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 ; }

cite		{	font-style : normal ; }

i, em		{	font-style : italic ; }

u		{	text-decoration : underline ; }

hr		{	color : #000000 ;
			height : 1px ; }

h1		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 18px ;
			margin-bottom : 5px ; }

h2		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 16px ; }

h3		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 15px ; }

h4		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 13px ; }

h5		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 13px ;
			margin-left : 10px ; }

h6		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 13px ;
			margin-left : 20px ; }

code		{	font-family : Courier, "Courier New", fixed-width, monospace ;
			font-size : 9px ; }

pre		{	font-family : Courier, "Courier New", fixed-width, monospace ;
			font-size : 9px ;
			line-height : 140% ; }

td		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 12px ; }

input, select, textarea { 
    			font-family : Arial, Helvetica, sans-serif ;
			font-size : 11px ;
			margin-top : 3px ;
			margin-bottom : 3px ;
			color : #000000 ; }


/* Generic style for content cells -- class your main content cell as "Content" */
td.Content	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 11px ; }

td.bold	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 11px ;
			padding : 10px 10px 10px 10px ;
			line-height : 140% ; }
			font-weight: bold ;}

/* Sidebar copy used in pull quotes -- if you have alert boxes, pullquotes, sidebars, etc., base it on this style, class as "SideBar" */
.SideBar	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 11px ;
			background-color : #000000 ;
			color : #ffffff ;
			padding-left : 5px; }


/* Because sometimes you just need small text -- wrap in appropriate container, use <span> or <div> *only* as last resort */

			


/* All data tables are affected by this, but you must class the th, td, and table tags as "data"; very handy when you want pretty tabular data */
td.data		{	font-family : Verdana, Arial, Helvetica, sans-serif ;
			font-size : 11px ;
			border-right : 1px solid #cc0000 ;
			border-bottom : 1px solid #cc0000 ; }

th.data		{	background-color : #cc0000 ;
			font-family : Verdana, Arial, Helvetica, sans-serif ;
			font-size : 12px ;
			font-weight : bold ;
			border-right : 1px solid #cc0000 ;
			border-bottom : 1px solid #cc0000 ; }

table.data	{	border : 1px solid #cc0000 ; }


/* Sub-navigation - unselected; you can use this in the container holding the subnavigation */
.SubNav 	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 12px ;
			line-height : 125% ;
			margin : 10px 2px 8px 2px ; }

/* Sub-navigation - selected; this means you're on that page, so this one highlights it in some way */
.SubNavSel 	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 12px ;
			color : #000000 ;
			line-height : 125% ;
			margin : 10px -5px 8px -5px ;
			padding : 1px 7px 2px 7px ;
			background : #cccccc ; }

.Small		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 10px ;
			color : #ffffff ;
			line-height : 125% ; }


/* Main navbar styling, unselected */
.PriNav		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 10px ;
			color : #cccccc ;
			line-height : 125% ; }

/* Sub-navigation - selected; this means you're on that page, so this one highlights it in some way */
.PriNavSel	{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 12px ;
			color : #cccccc ;
			line-height : 125% ;
			background : #cc0000 ; }


/* #### All link styles */


/* Default link style for all unclassed links */
a:link		{	text-decoration : underline ;
			color : #990000 ; }

a:visited	{	text-decoration : underline ;
			color : #666666 ; }

a:hover		{	text-decoration : underline ;
			color : #000000 ; }


/* Sub-navigation styles, class your <a> as "SubNav" */
a.SubNav:link	{	text-decoration : none ;
			color : #000000 ; }

a.SubNav:visited {	text-decoration : none ;
			color : #333333 ; }

a.SubNav:hover	{	text-decoration : underline ;
			color : #000000 ; }


/* Main navigation styles, class your <a> as "PriNav" */
a.PriNav:link	{	text-decoration : none ;
			color : #FA7686 ; }

a.PriNav:visited {	text-decoration : none ;
			color : #FA7686 ; }

a.PriNav:hover	{	text-decoration : underline ;
			color : #8CA57B ; }
