/* Generic styling */
body		{	font-family : Verdana, Arial, Helvetica, sans-serif, ;
			font-size : 10pt ;
			background-color : #ffffff ; }
                        
b, strong	{	font-weight : bold ; }

i, em, cite	{	font-style : italic ; }

u		{	text-decoration : underline ; }

hr		{	color : #000000 ; }

h1, h1.Services, #HomeLeftColumn h1
		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 14pt ;
			font-weight : bold ;
			color : #000000 ; }

h2, h3, h4, h5, h6
		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 12pt ;
			color : #000000 ;  }

code		{	font-family : Courier, "Courier New", fixed-width, monospace ;
			font-size : 10pt ; }

pre		{	font-family : Courier, "Courier New", fixed-width, monospace ;
			font-size : 10pt ; }

/* Other Styling */



/* Generic style for content cells */

td.Content, td.Content p, td.Content td, .Footer, #HomeLeftColumn, .HomeCenterColumn, #HomeRightColumn, #HomeRightColumn p strong, td.SideBox, td.Products, .footer
		{	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif ;
			font-size : 10pt ;
			color: #000000;
			letter-spacing : normal ; }

.TableBorder, .FooterTable
		{	border: none; }

/* Sidebar copy used in pull quotes -- if you have alert boxes, pullquotes, sidebars, etc., base it on this style, class as "SideBar" */
.SideBar	{	font-size : 10pt ;
			background-color : #000000 ;
			color : #ffffff ; }
				
.TitleColor 	{	color : #000000 ;  }


.error		{	color : #990000 ; }


/* All data tables are affected by this, but you must class the th, td, and table tags */
table.data 	{	border-top: 1px solid #000000 ;
			border-left: 1px solid #000000 ; }

table.data th	{	background-color : #000000 ;
			color : #ffffff ;
			font-size : 10pt ;
			border-right: 1px solid #000000 ;
			border-bottom: 1px solid #000000 ;
			border-left: 0px ; }

table.data td	{	font-family : Verdana, Arial, Helvetica, sans-serif ;
			font-size : 10pt ;
			border-top: 0px ;
			border-right: 1px solid #000000 ;
			border-bottom: 1px solid #000000 ;
			border-left: 0px ;  }


/* All link styles */

a:link		{	text-decoration : underline ;
			color : #000000 ; }

a:visited	{	text-decoration : underline ;
			color : #000000 ; }



/* Print Styles */

.NoPrint, .LanguageNav			{	display : none ; }
.PrintOnly			{	display : block ; }
