/* CSS Document */

body { font-family: "Futura Medium", Verdana, Arial, sans-serif;
      color="#1E1E1E"; font-size: small; 
	  border: 0;
	  	margin: 0;
    padding: 0;
}

p    { font-family: "Futura Medium", Verdana, Arial, sans-serif;
       color="#1E1E1E"; 
	   font-size: small;
}
li   {
	font-family: "Futura Medium", Verdana, Arial, sans-serif;

       color="#1E1E1E"; 
	font-size: small;
	list-style-image: url(../images/bullet.gif);
}
.PageTitle1 {
	color: #4271EC;
	font-size: large;
}
.PageTitle1a {
	color: #4271EC;
	font-size: medium;
}
.PageTitle2 {
	color: #94C600;
	font-size: large;
}
.PageTitle2b {
	color: #94C600;
	font-size: medium;
}
a:link {
	text-decoration: none;
	font-family: "Futura Medium", Verdana, Arial, sans-serif;
	font-size: small;
	color: #005398;
	font-weight: bold;
    }

a:visited {
	text-decoration: none;
	font-family: "Futura Medium", Verdana, Arial, sans-serif;
	font-size: small;
	color: #005398;
	font-weight: bold;
	}
	
a:hover {
	color: #99CC00;
	font-family: "Futura Medium", Verdana, Arial, sans-serif;
	font-size: small;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:active {
	text-decoration: none;
	font-family: "Futura Medium", Verdana, Arial, sans-serif;
	font-size: small;
	color: #005398;
	font-weight: bold;
	}
a.special:link {
	text-decoration: none;
	font-family: "Futura Medium", Verdana, Arial, sans-serif;
	font-size: small;
	color: #FC6E42;
	font-weight: bold;
    }

a.special:visited {
	text-decoration: none;
	font-family: "Futura Medium", Verdana, Arial, sans-serif;
	font-size: small;
	color: #FC6E42;
	font-weight: bold;
	}
	
a.special:hover {
	color: #99CC00;
	font-family: "Futura Medium", Verdana, Arial, sans-serif;
	font-size: small;
	text-decoration: underline;
	font-weight: bold;
	}
	
a.special:active {
	text-decoration: none;
	font-family: "Futura Medium", Verdana, Arial, sans-serif;
	font-size: small;
	color: #FC6E42;
	font-weight: bold;
	}

.citation {
	font-size: small;
	font-style: italic;
	}
.x-small {

	font-size: x-small;
}
