/* P C D T R */
@import "php/css.php";
/* font-size in pts */

.nav {
	font-family: Sveva, Georgia, Times, serif;
	font-size: 12pt;
	color: #000000;
	margin: 0;
	font-weight: bold;
	}
.nav-small {
	font-family: Sveva, Georgia, Times, serif;
	font-size: 12pt;
	color: #000000;
	margin: 0;
	font-weight: bold;
	}
.nav a, .nav-small a {
	color: #000000;
	text-decoration: none;
	background-color: #e7e1ca;
	}
.nav a:hover, .nav-small a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #d0c295;
	}
	
.title {
	font-family: Sveva, Georgia, Times, serif;
	font-size: 19pt;
	color: #000000;
	margin: 0;
	font-weight: bold;
	}
	
/*.subhead {
	font-family: Sveva, Georgia, Times, serif;
	font-size: 14pt;
	color: #000000;
	margin: 0;
	font-weight: bold;
	}*/

