body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
}

h1 {
	color : #003366;
	font-size : xx-large;
}
h2 {
	color : #003366;
	font-size : x-large;
}
h3 {
	color : #003366;
	font-size : large;
}
h4 {
	color : #003366;
	font-size : medium;
}
h5 {
	color : #003366;
	font-size : small;
}
h6 {
	color : #003366;
	font-size : x-small;
}


.pTitle {
	padding : 3px;
	font-weight: bold;
	color : #003366;
	font-size : large;
}

.date {
	font-size : x-small;
}

.copy {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-align : center;
}
.contact {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-align : center;
}
 
dl {
	background-color: Silver;
	margin : 5px;
	padding : 3px;
}
dd {
 padding : 3px;
 padding-bottom : 6px;
 }
dt {
	padding : 3px;
	font-weight: bold;
	background-color : #003366;
	/* ie */
	color : White;
	background : #003366;
	/* netscape */
}