/* Nav*/

.navmenu { cursor:pointer;
					 margin-bottom:5px;
					 font:normal 9pt Arial;
					 background-color:#ffffff;
					 color:#000066;
					 width:200px;
					 height:20px;
					 padding:2px;
					 border:solid 1 #c0c0c0; }
					 
/*Shown Sub Menu*/
.navsubmenu1 { 
					margin-bottom:0.5em;
					font: normal 9pt Arial;
					color: #000066 }

/*Hidden Sub Menu*/
.navsubmenu2 { 
					margin-bottom:0.5em;
					font: normal 9pt Arial;
					color: #000066 }

a:link {color: #000066; text-decoration: none}
a:visited {color: #000066; text-decoration: none}
a:hover {color: #000066; text-decoration: underline}
					 
.smallnav {
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	}
a.smallnav:link {color: #999999; text-decoration: none}
a.smallnav:visited {color: #999999; text-decoration: none}
a.smallnav:hover {color: #999999; text-decoration: underline}

.headline {
	font-family: arial;
	font-size: 20pt;
	color: #333333
	}

h1 {
	font-family: arial;
	font-size: 20pt;
	color: #333333
	}
h2 {
	font-family: arial;
	font-size: 16pt;
	color: #333333
	}

.body {
	font-family: arial;
	font-size: 10pt;
	font-color: #000000
	}
a.body:link {color: #000066; text-decoration: underline}
a.body:visited {color: #000066; text-decoration: underline}
a.body:hover {color: #000066; text-decoration: none}

.projectfield {
	font-family: arial;
	font-size: 10pt;
	font-color: #000000;
	font-weight: bold;
	}

.body-10pt {
	font-family: arial;
	font-size: 10pt;
	font-color: #000000
	}
a.body-10pt:link {color: #000066; text-decoration: none}
a.body-10pt:visited {color: #000066; text-decoration: none}
a.body-10pt:hover {color: #000066; text-decoration: underline}

.blue {
	font-family: arial;
	font-size: 10pt;
	color: #0000FF;
	}
a.blue:link {color: #0000FF; text-decoration: underline}
a.blue:visited {color: #0000FF; text-decoration: underline}
a.blue:hover {color: #0000FF; text-decoration: none}

.policy {
	font-family: veranda, arial, helvetical, sans-serif;
	color: 333333;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.copyright {
	font-family: arial;
	font-size: 7pt;
	color: #a1a1a1;
	}
a.copyright:link {color: #a1a1a1; text-decoration: underline}
a.copyright:visited {color: #a1a1a1; text-decoration: underline}
a.copyright:hover {color: #a1a1a1; text-decoration: none}

/* added by Ross Barefoot 9/6/06 */

.summary_table {
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
}

th.summary_table {
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
	border:solid 1 #c0c0c0;
	background-color: #DFDFDF;
}

td.summary_table {
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
	border:solid 1 #c0c0c0;
}

.details_table {
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
}

td.details_table_left {
    text-align: right;
    vertical-align: top;
    padding: 2px 4px 4px 2px;
    font-weight: bold;
	font-family: arial,helvetica,sans-serif;
}

td.details_table_right {
    text-align: left;
    vertical-align: top;
    padding: 2px 4px 4px 2px;
	font-family: arial,helvetica,sans-serif;
}

.project_links {
    text-align: right;
    vertical-align: top;
    padding: 0px 0px 0px 0px;
	font-family: arial,helvetica,sans-serif;
}
