﻿	/* netscape inheritance-handicap stylesheet, redundant, but effective */
	/* designed for ease of re-deployment */
	
	td { color: #333333; font: normal 9pt Arial, Tahoma, Verdana, sans-serif; text-decoration: none; }
	
	p { color: #333333; font: normal 9pt Arial, Tahoma, Verdana, sans-serif; text-decoration: none; }
	
	li {
				color: #333333;
				font: normal 9pt Arial, Tahoma, Verdana, sans-serif;
				text-decoration: none;
}
	
	/* below is to keep FireFox v. 3.0 from rendering named anchor tags (<a name="a target for a link on a page">)on any .head style as links when you hover over them */ 
	a.head:hover { color: #00007C; font: bold 17px/18px Arial, Helvetica, Tahoma, sans-serif;}
	/* this is the default link style, and the one used in paragraphs of text for all subpages */
	a:link   { color: #333399; font: normal 10pt Arial, Helvetica, Tahoma, sans-serif; text-decoration: none; }
	a:visited   { color: #666699; font: normal 10pt Arial, Helvetica, Tahoma, sans-serif; text-decoration: none; }
	a:hover   { color: #0066CC; font: normal 10pt Arial, Helvetica, Tahoma, sans-serif; text-decoration: none; }
	a:active   { color: #666699; font: normal 10pt Arial, Helvetica, Tahoma, sans-serif; text-decoration: none; }

	/* this is the link style used in the top gold gradient bar */
	a.topbar:link   { color: #333399; font: normal 9.5pt Arial, Helvetica, Tahoma, sans-serif; }
	a.topbar:visited   { color: #333399; font: normal 9.5pt Arial, Helvetica, Tahoma, sans-serif; }
	a.topbar:hover   { color: #0066CC; font: normal 9.5pt Arial, Helvetica, Tahoma, sans-serif; }
	a.topbar:active   { color: #000066; font: normal 9.5pt Arial, Helvetica, Tahoma, sans-serif; }

	/* this is the link style used in the column of links on the right */
	a.sidebar:link   { color: #333399; font: normal 8pt/12pt Verdana, sans-serif; }
	a.sidebar:visited   { color: #000066; font: normal 8pt/12pt Verdana, sans-serif; }
	a.sidebar:hover   { color: #006FEB; font: normal 8pt/12pt Verdana, sans-serif; }
	a.sidebar:active   { color: #000066; font: normal 8pt/12pt Verdana, sans-serif; }

	/* this is the link style used for small gray notes */
	a.note:link   { color: #666699; font: normal 8pt/8pt Arial, Helvetica, Tahoma, sans-serif; }
	a.note:visited   { color: #666666; font: normal 8pt/8pt Arial, Helvetica, Tahoma, sans-serif; }
	a.note:hover   { color: #0066CC; font: normal 8pt/8pt Arial, Helvetica, Tahoma, sans-serif; }
	a.note:active   { color: #666666; font: normal 8pt/8pt Arial, Helvetica, Tahoma, sans-serif; }

	/* this is the link style used for the breadcrumb trail */
	a.context:link   {color: #666699; font: normal 8pt/8pt Arial, Helvetica, Tahoma, sans-serif;
}
	a.context:visited   { color: #666699; font: normal 8pt/8pt Arial, Helvetica, Tahoma, sans-serif; }
	a.context:hover   { color: #0066CC; font: normal 8pt/8pt Arial, Helvetica, Tahoma, sans-serif; }
	a.context:active   { color: #666699; font: normal 8pt/8pt Arial, Helvetica, Tahoma, sans-serif; }
	
	/* this is the link style used for the small footer links */
	a.footer:link { color: #666666; font: normal 7.5pt Arial, Helvetica, Tahoma, sans-serif; }
	a.footer:visited { color: #666666; font: normal 7.5pt Arial, Helvetica, Tahoma, sans-serif; }
	a.footer:hover { color: #333399; font: normal 7.5pt Arial, Helvetica, Tahoma, sans-serif; }
	a.footer:active { color: #666666; font: normal 7.5pt Arial, Helvetica, Tahoma, sans-serif; }
	
	.head { color: #00007C; font: bold 17px/18px Arial, Helvetica, Tahoma, sans-serif; }
	.subhead { color: #666666; font: bold 12px Arial, Helvetica, Tahoma, sans-serif; }
	.note { color: #666666; font: normal 8pt/8pt Arial, Helvetica, Tahoma, sans-serif; }
	.caption { color: #666666; padding: 0; font: normal 8pt/8pt Arial, Helvetica, Tahoma, sans-serif;  }
	.context { color: #666699; font: normal 8pt/8pt Arial, Helvetica, Tahoma, sans-serif; }
	.footer { color: #666666; font: normal 7.5pt Arial, Helvetica, Tahoma, sans-serif; text-align:center;}
	.textonly { color: #666666; font: normal 6pt/6pt Arial, Helvetica, Tahoma, sans-serif; }
	
	.form { background: #FFFFFF; color: #666666; font-size: 11px; font-family: Arial, Helvetica, sans-serif }

	a:link   { color: #333399; font: normal 10pt Arial, Helvetica, Tahoma, sans-serif; text-decoration: none; }


/* Custom AVTEC styles to keep SharePoint Designer from creating its own random embedded styles for basic formatting */

.redText {
				font-family: Arial, Helvetica, Tahoma, sans-serif;
				font-size: 10pt;
				color: #CC3300;
}
.greenText {
				font-family: Arial, Helvetica, Tahoma, sans-serif;
				font-size: 10pt;
				color: #009933;
}

.alignLeft {
				text-align:left;
}

.alignCenter {
				text-align:center;
}

.alignRight {
				text-align:right;
}
.img {
				border:0px;
}
	/* this keeps the page from horizontal jumps by alwasy forcing a scrollbar */
html {
	overflow-y: scroll;
}

