/* CSS Document */

.title {
	font-family:"Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: bold;
	
	color:#000000;
	font-variant: normal;
	text-decoration: underline;
	
}
.title2 {
	font-family:"Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size:16px;
	
	
	color:#000000;
	font-variant: normal;
	text-decoration: underline;
	
}
.nav {
	font-family:"Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	letter-spacing:-.5px;
	color:#000000;
}
.nav  a:link {
	color: #000000;
	text-decoration: none;
}
.nav  a:visited {
	text-decoration: none;
	color: #000000;
}
.nav  a:hover {
	text-decoration: underline;
	color: #0000ff;
}
.nav  a:active {
	text-decoration: underline;
	color: #0000ff;
}


.subnav {
	font-family:"Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height: 16px;
}
.subnav  a:link {
	color: #000000;
	text-decoration: none;
}
.subnav  a:visited {
	text-decoration: none;
	color: #000000;
}
.subnav  a:hover {
	text-decoration: underline;
	color: #0000ff;
}
.subnav  a:active {
	text-decoration: underline;
	color: #0000ff;
}
.subnavyellow {
	font-family:Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.subnavyellow  a:link {
	color: #000000;
	text-decoration: none;
}
.subnavyellow  a:visited {
	text-decoration: none;
	color: #000000;
}
.subnavyellow  a:hover {
	text-decoration: underline;
	color: #FFAE00;
}
.subnavyellow  a:active {
	text-decoration: underline;
	color: #FFAE00;
}
.subnavyellow2 {
	font-family:Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0066cc;
}
.subnavyellow2  a:link {
	color:#0066cc;
	text-decoration: none;
}
.subnavyellow2  a:visited {
	text-decoration: none;
	color:#0066cc;
}
.subnavyellow2  a:hover {
	text-decoration: underline;
	color:#0066cc;
}
.subnavyellow2  a:active {
	text-decoration: underline;
	color:#0066cc;
}
.mission {
	font-family:Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	color:#000000;
}
.mission a:link {
	color: #000000;
	text-decoration: none;
}
.mission  a:visited {
	text-decoration: none;
	color: #000000;
}
.mission  a:hover {
	text-decoration: underline;
	color: #0000ff;
}
.mission  a:active {
	text-decoration: underline;
	color: #0000ff;
}
.bodytext {
	font-family:Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	color:#000000;
}
.bodytext a:link {
	color: #000000;
	text-decoration: none;
}
.bodytext  a:visited {
	text-decoration: none;
	color: #000000;
}
.bodytext  a:hover {
	text-decoration: underline;
	color: #0000ff;
}
.bodytext  a:active {
	text-decoration: underline;
	color: #0000ff;
}
.menutext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	font-style:italic;
	color:#000000;
	
	
}
a.linkopacity img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;

}

a.linkopacity:hover img {

filter:alpha(opacity=25); 
-moz-opacity: 0.25; 
opacity: 0.25;}

a.linkopacity2 img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;

}

a.linkopacity2:hover img {

filter:alpha(opacity=0); 
-moz-opacity: 0.0; 
opacity: 0.0;}
