/*VERT Website Print Style Sheet */

/* Modify the body tag to remove margins */ 
 body { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;
 					font-family: Verdana, Arial, Helvetica, sans-serif; 
					font-size: 10pt; color: black; line-height: 1.3em }

 a:link, a:visited { color: #35689F; }

/* The style for the title of the left navigation menu */ 
.LeftMenu_Title {	vertical-align: top; padding-left: 10px; padding-right: 10px; 
					margin-bottom: 5pt; margin-top: 10pt;
					font-family: Tahoma, Arial, Verdana, sans-serif ; 
					font-size: 14pt;  color: white; }

.LeftMenu_Margin {	margin-left: 8px; margin-right: 8px; margin-top: 5pt; margin-bottom: 2pt; 
					padding-left: 2px; padding-right: 2px; }

.SubCategory_Margin { margin-left: 13px; margin-right: 8px; margin-top: 2pt; margin-bottom: 2pt; 
					padding-left: 2px; padding-right: 2px; }
					
/* The style used to disable printing the left navigation menu (and other elements) */
.NoPrint { display : none; }

/* The style used to enable printing the copyright notice (and other elements) */
.PrintOnly { display : block; }

/* Styles for the main entries in the left navigation menu */ 
 A.LeftNav:link, A.LeftNav:visited { vertical-align: top; 
			font-family: Verdana, Arial, sans-serif ; font-size: 9pt; font-weight: bold; 
			color: white; text-decoration: none;} 
 A.LeftNav:hover { color: white; font-weight: bold; background: #5674A5;}
 A.LeftNav:active { color: #3F5478; background: white;}

/* Styles for subcategories in the left navigation menu */ 
 A.Subcategory:link, A.Subcategory:visited { vertical-align: top; 
			font-family: Verdana, Arial, sans-serif ; font-size: 9pt; 
			color: white; text-decoration: none;} 
 A.Subcategory:hover { color: white; background: #5674A5;}
 A.Subcategory:active { color: #3F5478; background: white;}


/* QuoteBox margins determine how close the text gets to the box that contains the quote */ 
.QuoteBox { margin-left: 15px; margin-bottom: 10px; }

/* Breadcrumb style */ 
.Breadcrumbs {	padding-left: 25px; text-indent: -5px; padding-top: 5px; 
				font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-size: 10pt; color: #888888; }
				
/* Styles for the Breadcrumb links */ 
 A.Breadcrumbs:link, A.Breadcrumbs:visited { color: #888888; text-decoration: none; } 
 A.Breadcrumbs:hover, A.Breadcrumbs:active { color: #35689F; text-decoration: underline; }

/* PageTitle for all pages except the home page */ 
.PageTitle {	padding-left: 20px; 
				font-family: Arial, Geneva, Helvetica, san-serif; 
				font-size: 14pt; font-weight: bold; color: #555555; 
				margin-bottom: 10px; margin-top: 25px; }

/* MainText controls the body text on all pages except the home page */ 
.MainText { padding-left: 20px; padding-right: 0px; margin-bottom: 0.75em; margin-top: 0.75em; 
			font-family: Verdana, Arial, Helvetica, sans-serif; 
			font-size: 10pt; color: black; line-height: 1.3em}

/* Legal refers to the text below the footer */ 
.Legal { font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-size: 8pt; color: #888888;  	
				margin-left: 8px; margin-right: 8px; 
				padding-left: 12px; padding-right: 12px; }

/* Feature_Text is used on the home page for the text of items under "Company News and "Special Features."*/ 
.Feature_Text  {vertical-align: top; 
				font-family: Verdana, Arial, Geneva, sans-serif ; color: black; 
				font-size: 8pt; line-height: 1.3em;
				margin-top: 2pt; margin-bottom: 10pt; }

/* Feature_Link is used for the titles of items under "Company News and "Special Features."*/ 
A.Feature_Link:link, A.Feature_Link:visited { color:  #003FA8; }
A.Feature_Link:hover { color: #5674A5; }



 
 
 /*
 border-left: 5px solid #666666; border-bottom: 15px solid #666666; 
 border-right: 5px solid #666666; border-bottom: 15px solid #666666;
 background-image: url(PNG_files/img_striped_background.png);
 background: #DDDDDD; 
 */
