/*  ******************** Date & meeting/Nav bar text  ***************************/

td.navbar {
			font-size: 8.5pt;
			font-family: arial;
			font-weight: bold;
			font-style:italic;
			color: black;
			text-align: left;
			background-color: #cccccc;
			padding-left: 8px;
			padding-top: 2px;
			padding-bottom:2px;
			padding-right: 10px;
			}	
			
td.navbar_ {
			font-size: 8.5pt;
			font-family: arial;
			font-weight: bold;
			font-style:normal;
			color: black;
			text-align: left;
			background-color: #cccccc;
			padding-left: 8px;
			padding-top: 2px;
			padding-bottom:2px;
			padding-right: 5px;
			}	
			
		  /*  Style for the Section Default text/link in the nav bar */
#def  {
		font-size: 9.0pt;
		text-transform:uppercase;
		}
		
#cal  {
		padding-left:0px;
		padding-right:10px;
		padding-top:2px;
		padding-bottom:2px;
		}
		
		/*Hyperlink styles for the Section Nav bar */
		
A:link.navbar_ {
 			color : '#000000';
 			font-family : arial;
 			font-weight : bold;
 			font-style : normal;
 			text-decoration : none;
 			}
			
A:visited.navbar_  {
 			color : '#000000';
 			font-family : arial;
 			font-weight : bold;
 			font-style : normal;
 			text-decoration : none;
 			}
			
 A:hover.navbar_  {
 			color : '#000000';
 			font-family : arial;
 			font-weight : bold;
 			font-style : normal;
 			text-decoration : none;
 			}

/*  ******************** Styles for breadcrumb trail  ***************************/

/* Breadcrumb style */

td.breadcrumb {
	font-size: 7.5pt;
	font-family: verdana;
	color: #000000;
	text-align: left;
	}
	
a:link.breadcrumb {
	font-size: 7.5pt;
	font-family: verdana;
	color: #000000;
	text-align: left;
	text-decoration:none;
	}
	
a:visited.breadcrumb {
	font-size: 7.5pt;
	font-family: verdana;
	color: #000000;
	text-align: left;
	text-decoration:none;
	}

a.hover.breadcrumb {
	font-size: 7.5pt;
	font-family: verdana;
	color: #6e0e02;
	text-align: left;
	text-decoration:underline;
	}
	
	
a:link.breadcrumbanchor {
	font-size: 10pt;
	font-family: verdana;
	color: #660000;
	text-align: left;
	text-decoration:none;
	}
	
a:visited.breadcrumbanchor {
	font-size: 10pt;
	font-family: verdana;
	color: #660000;
	text-align: left;
	text-decoration:none
	}

a.hover.breadcrumbanchor {
	font-size: 10pt;
	font-family: verdana;
	color: #660000;
	text-align: left;
	text-decoration:underline;
	}
			

	
/*  ******************** Styles for content text & headers  ***************************/
			
body {
	font-size: x-small;
	margin: 0px;
	background-color: #ffffff;
}
		
td,p 		  {
	font-size: x-small;
	font-family: arial;
	color: black;
	text-align: left;
}	

	/* Page Header Style */

h3  {
			font-family: arial;
			font-size: medium;
			color: #660000;
			font-weight: bold;
			border-style: solid;
			border-width: 0px 0px 2px 0px;
			border-color:black;
			padding-top:10px;
			}

	/* First Subheader Style  */
	
h5   {
			font-size: x-small;
			font-family: arial;
			color: white;
			text-align: left;
			font-weight:bold;
			background-color: #660000;
			padding:3px;
			}
	/* Second Subheader style (same as regular text, but just bold */
h6   {
			font-size: x-small;
			font-family: arial;
			color: black;
			text-align: left;
			font-weight:bold;
			}	
			
	/* FAQ header style */
p.faq  {
			font-size: small;
			font-family: arial;
			color: #660000;
			text-align: left;
			font-weight:bold;
			font-style:italic;
			border-style:solid;
			border-color:#cccccc;
			border-width:0px 0px 1px 0px;
			}	
	/* Main content hyperlink styles */
			
A:link  {
 			color : '#000000';
 			font-family : arial;
 			font-weight : bold;
 			font-style : normal;
 			text-decoration : underline;
 			}
 
A:visited  {
 			color : '#660000';
 			font-family : arial;
 			font-weight : bold;
 			font-style : normal;
 			text-decoration : underline;
 			}
			
 A:hover  {
 			color : '#660000';
 			font-family : arial;
 			font-weight : bold;
 			font-style : normal;
 			text-decoration : underline;
 			}
			
/*  ******************** Styles for footer  ***************************/
			
td.footer  {
			font-size: 7.5pt;
			font-family: arial;
			font-weight: normal;
			color: white;
			background-color: black;
			padding: 3px;
			}
			
	/* Style for horizontal rule and Page Last Updated text  */
			
hr.rule  {
	width:100%;
	height:1px;
	color:black;
	margin-top:30px;
	}
	
p.rule  {
		font-weight: bold;
		text-align: center;
		}	
			
/*  ******************** Styles for data tables  ***************************/


th			{
	font-size: x-small;
	font-weight: bold;
	font-family: arial;
	color: black;
	background-color: #cccccc;
	text-align:left;
	border-style:solid;
	border-width:1px 1px 2px 1px;
	border-color:black;
}
			
table.data {
			border-style:solid;
			border-width:1px;
			border-color:black;
			}
				
td.data
			{
			padding:3px;
			border-style:solid;
			border-width:0px 1px 1px 1px;
			border-color:black;
			}
			

			
