body		{	background : #CCCCCC;					/* BodyBackgroundColor , BodyBackgroundImage */
			font-family : Verdana, Arial, Helvetica, sans-serif ;	/* BodyTextFace */
			font-size : 11px ; 					/* BodyTextSize (include units) */
			line-height : 130% ;					/* BodyTextLeading (as %) */
			/*margin-top : 3% ;*/					/* BodyVerticalMargin (include units) */
			/*margin-bottom : 3% ;*/					/* BodyVerticalMargin (include units) */
			/*margin-left : 5% ;*/					/* BodyHorizontalMargin (include units) */
			/*margin-right : 5% ;*/ }					/* BodyHorizontalMargin (include units) */

input, select, textarea { 
    	font-family : Geneva, Arial, Helvetica, sans-serif ; 		/* FormTextFace */
			font-size : 11px ;					/* FormTextSize (include units) */
			margin-top : 3px ;					/* FormVerticalMargin (include units) */
			margin-bottom : 3px ;					/* FormVerticalMargin (include units) */
			background : #ffffff ;					/* FormBGColor */
			color : #000000 ; }					/* FormTextColor */

td,th,tfoot	{    	font-family : Verdana, Arial, Helvetica, sans-serif ;	/* as BodyTextFace */
			font-size : 12px ;					/* as BodyTextSize (include units) */
			color : #333333 ; }					/* PrimaryTextColor */

/* td.content	{	line-height : 130% ; } */				/* as BodyTextLeading (as %) */

strong.title	{	font-weight : bold ;					/* -- */
			font-family : Verdana, Arial, Helvetica, sans-serif ;	/* as BodyTextFace */
			font-size : 15px ; }					/* as H3TextSize (include units) */

b, strong	{	font-weight : bold ; }					/* -- */

cite		{	font-style : normal ; }					/* -- */

i, em		{	font-style : italic ; }					/* -- */

u		{	text-decoration : underline ; }				/* -- */

hr		{	color : #000000 ;					/* HRColor */
			height : 1px ; }					/* -- */

h1		{	font-family : Geneva, Arial, Helvetica, sans-serif ;		/* H1TextFace */

			font-size : 20px ;					/* H1TextSize (include units) */

			margin-bottom : 5px ; }					/* as 1/4 H1TextSize */

h1.title	{	font-weight : bold ;					/* -- */
			font-size : 20px ; 					/* as H1TextSize (include units) */
			font-family : Verdana, Arial, Helvetica, sans-serif ;	/* as H1TextFace */
			margin-bottom : 5px ; }					/* as 1/4 H1TextSize */


h2		{	font-family : Geneva, Arial, Helvetica, sans-serif ;		/* H2TextFace */
			font-size : 16px ; }					/* H2TextSize (include units) */

h3		{	font-family : Geneva, Arial, Helvetica, sans-serif ;		/* H3TextFace */
			font-size : 15px ; }					/* H3TextSize (include units) */

h3.title	{	font-weight : bold ;					/* -- */
			font-size : 15px ; 					/* as H3TextSize (include units) */
			font-family : Verdana, Arial, Helvetica, sans-serif ;	/* as BodyTextFace */
			margin-top : 0px ; 					/* -- */
			margin-bottom : 3px ; }					/* as 1/5 H3TextSize (include units) */

h4		{	font-family : Geneva, Arial, Helvetica, sans-serif ;		/* H4TextFace */
			font-size : 13px ; }					/* H4TextSize (include units) */

h5		{	font-family : Geneva, Arial, Helvetica, sans-serif ;		/* H5TextFace */
			font-size : 13px ; 					/* as H4TextSize (include units) */
			margin-left : 10px ; }                                   /* H5MarginIndent */

h6		{	font-family : Geneva, Arial, Helvetica, sans-serif ;		/* H6TextFace */
			font-size : 13px ; 					/* as H4TextSize (include units) */
			margin-left : 20px ; }                                   /* H6MarginIndent */

code		{	font-family : Courier, "Courier New", fixed-width ;	/* CodeTextFace */
			font-size : 10px ;					/* CodeTextSize (include units) */
			color : #333333 ; }					/* CodeTextColor */

pre		{	font-family : Courier, "Courier New", fixed-width ;	/* as CodeTextFace */
			font-size : 10px ;					/* as CodeTextSize (include units) */
			color : #333333 ;					/* as CodeTextColor */
			line-height : 140% ; }					/* CodeTextLeading */

.code		{	background-color : #EEEEEE ;				/* as MainBGColor */
			font-family : Courier, "Courier New", fixed-width ;	/* as CodeTextFace */
			font-size : 10px ;					/* as CodeTextSize (include units) */
			color : #333333 ; }					/* as CodeTextColor */

.comment	{	font-family : Courier, "Courier New", fixed-width ;	/* as CodeTextFace */
			font-size : 10px ;					/* as CodeTextSize (include units) */
			background : #ffffff ;					/* FormBGColor */
			color : #000000 ; }					/* FormTextColor */

.error          {       font-size : 10px;                                       /* ErrorTextSize (include units) */
                        color : #cc3333;                                        /* ErrorTextColor */
                        background : #EEEEEE; }                                 /* ErrorBGColor */

.smalltext	{	font-size : 10px ; }					/* SmallTextSize (include units) */

.main		{	background-color : #F5F5F5;				/* MainBGColor */
			line-height : 130% ; }					/* as BodyTextLeading (as %) */

.border		{	background : #FFCC33 ;					/* as SidebarBGColor */
			border-left : 1px solid #000000 ; }			/* -- */

.side		{	background : #FFCC33;					/* SidebarBGColor */
			font-family : Verdana, Arial, Helvetica, sans-serif ;	/* SidebarTextFace */
			font-size : 11px ;					/* SidebarTextSize (include units) */
			line-height : 120% ;					/* SidebarTextLeading (as %) */
			color : #333333; }					/* SidebarTextColor */

.blackBorder	{	border : 1px solid #000000 ; }				/* -- */

.blackSides	{	border-left : 1px solid #000000 ;			/* -- */
			border-right : 1px solid #000000 ; }			/* -- */
			
.whiteBorder	{	border : 1px solid #FFFFFF ; }				/* -- */

.pageTitle1	{	background-color : #DDDDDD;				/* PageTitleBGColor */
			color : #666666; }					/* as SidebarBGColor */

.pageTitle2	{	background-color : #CCCCCC ;				/* as MainBGColor */
			color : #666666 ; }					/* as SidebarBGColor */
			
.footer		{	background-color : #000000 ;				/* -- */
			color : #ffffff ; }					/* -- */

a:link		{	text-decoration : underline ;				/* -- */
			color : #000000 ; }					/* ContentLinkUnvisitedColor */

a:visited	{	text-decoration : underline ; 				/* -- */
			color : #666666 ; }					/* ContentLinkVisitedColor */


a:hover		{	text-decoration : underline ; 				/* -- */
			color : #000000 ; }					/* ContentLinkHoverColor */

a.sidebar:link	{	text-decoration : none ; 				/* -- */
			color : #333333 ; }					/* SidebarLinkUnvisitedColor */

a.sidebar:visited {	text-decoration : none ; 				/* -- */
			color : #666666 ; }					/* SidebarLinkVisitedColor */

a.sidebar:hover	{	text-decoration : underline ; 				/* -- */
			color : #000000 ; }					/* SidebarLinkHoverColor */

.tabtextnav	{	color : #000000 ; }					/* TabTextStatic (text nav above black bar, pipes only) */

a.tabtextnav:link {	text-decoration : none ; 				/* -- */
			font-size : 11px ;					/* TabLinkFontSize */
			color : #C8CFC6 ; }					/* TabLinkUnvisitedColor */

a.tabtextnav:visited {	text-decoration : none ; 				/* -- */
			font-size : 11px ;					/* TabLinkFontSize */
			color : #C8CFC6 ; }					/* TabLinkVisitedColor */

a.tabtextnav:hover {	text-decoration : underline ; 				/* -- */
			font-size : 11px ;					/* TabLinkFontSize */
			color : #C8CFC6 ; }					/* TabLinkHoverColor */

a.title:link	{	text-decoration : none ;				/* -- */
			font-weight : bold ;					
			font-family : Verdana, Arial, Helvetica, sans-serif ;	/* as BodyTextFace */
			font-size : 15px ; }					/* as H3TextSize (include units) */

a.title:visited	{	text-decoration : none ;				/* HomePageArticleTitleLink */
			font-weight : bold ;					/*
			font-family : Verdana, Arial, Helvetica, sans-serif ;	/* as BodyTextFace */
			font-size : 15px ; 
			color : #666666 ; }					/* as H3TextSize (include units) */

a.title:hover	{	text-decoration : underline ;
			font-weight : bold ;					/* -- */
			font-family : Verdana, Arial, Helvetica, sans-serif ;	/* as BodyTextFace */
			font-size : 15px ; }					/* as H3TextSize (include units) */

.navbarMainHover{
	background-color: #7A9EC5;
	border: 1px solid #000000;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	}

.navbarMain {
	background-color: #5A7EA5;
	border: 1px solid #000000;
	border-left: 1px solid #999999;
	border-top:  1px solid #999999;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	}

.linkMain {
	color: white;
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
}

.linkSub {
	color: black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
}

.navbarSubHover {
	background-color: #D5DAE9;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border:	 1px solid #000000;
	border-left:  1px solid #999999;
	border-top:  1px solid #999999;
	}

.navbarSub {
	background-color: #ffffff;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #ffffff;
	}			
			.location {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.crumbs {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
