/* gray - #E5E5E5 */
/* black - #262626 */
/* blue - #2F5EB4 */
/* red - #C10006 */
/* dark red - #8C0002 */

/* Global Elements */

body  { font-size: 11px; font-family: Arial, Heveltica, sans-serif;  Line-height: 15px;}
div.copyright {font-size: 10px; margin-top: 20px; width: 700px; text-align:center}

/* Text Formatting Elements */

a:link  { color: #C10006; font-weight: bold }
a:visited  { color: #8C0002; font-weight: bold }
a:link:active, a:visited:active  { color: #8C0002; font-weight: bold }
a:link:hover  { color: #8C0002; font-weight: bold }
a:hover  { color: #8C0002; font-weight: bold }

a.sn:link   { color: #262626; font-weight: bold;  }
a.sn:visited   { color: #262626; font-weight: bold;  }
a.sn:hover   { color: #2F5EB4; font-weight: bold;  }
a.sn:active   { color: #2F5EB4; font-weight: bold;  }

p  { color: #000000; font-size: 11px; font-family: Arial, Heveltica, sans-serif; spacing: 1.4em; line-height: 1.4em; margin-left: 9px}
.here  { color: #2F5EB4; font-size: 8 points; }

h1  { color: #2F5EB4; font-weight: bold; font-size: 15px; font-family: Verdana, Arial, Helvetica, sans-serif }
h2  { color: #C10006; font-weight: bold; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif }
h3  { color: #2F5EB4; font-weight: bold; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }

span.header  { color: #000000; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; spacing: 1.2em  }
span.subheader  { color: #000000; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; spacing: 1.2em  }
span.subheader2  { color: #000000; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; spacing: 1.2em  }

ol {margin-left: 10px; list-style-type: none; font-size: 9 points; font-family: Arial, Heveltica, sans-serif; Line-height: 30px }
ul {list-style: disc; font-size: 9 points; font-family: Arial, Heveltica, sans-serif; Line-height: 18px }
li {list-style: disc; font-size: 9 points; font-family: Arial, Heveltica, sans-serif; Line-height: 18px }
table.lists {padding: 3px; width: 475px; align: center; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; spacing: 1.2em; Line-height: 1.4em; } 

blockquote  { font-style: normal; font-weight: ; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }

SELECT { background-color: #666666; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; color: white; font-weight: bold }

span.small   { color: #2F5EB4; font-size: 80%; font-family: Verdana, Arial, Helvetica, sans-serif }
span.highlight   { color: #2F5EB4; }

td.title { background-color: #BACCBE; border-left:0px solid #999999; border-right:0px solid #999999; border-bottom:0px solid #999999; font-size: 15px; font-family: Verdana, Arial, Helvetica, sans-serif; padding: 5px }
td.subnav { background-color: #BACCBE; border-left:0px solid #999999; border-right:0px solid #999999; border-bottom:0px solid #999999; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; padding: 5px  }
td.text { background-color: #BACCBE; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; padding: 8px ; spacing: 1.2em; Line-height: 1.4em; }

table {font-family: verdana,arial,helvetica; font-size: 11px; spacing: 1.5em; } 


/*  NAVIGATION - 5/17/06 */

#nav {
	margin: 0;
	}

#nav  a {
	padding-left:4px; padding-right:4px; padding-bottom:3px; padding-top:3px;
    background: black; 
	color: #ffffff;
	text-decoration: none;
	display: block;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: center;
	font-size: 10px; font-family: Arial, Verdana, Helvetica, sans-serif; 
	border-left:0px solid #000000; border-right:1px solid #000000 border-bottom:1px solid #000000; border-top:1px solid #000000;
	}

#nav a:hover {
	text-decoration: underline;
	color: #000000;
	background: #ffffff;
	border-left:0px solid #000000; border-right:1px solid #000000 border-bottom:1px solid #000000; border-top:1px solid #000000;
	}

#nav a:active	{
	color: #000000;
	background: #ffffff;
	border-left:0px solid #000000; border-right:1px solid #000000 border-bottom:1px solid #000000; border-top:1px solid #000000;
	}

