/* CSS Document */
p {
	font-family : "Times New Roman", Times, serif;
	font-size : 16px;
}

.border {
	background-color : White ;
}

.banner {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-variant : small-caps;
	color : #003c66;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.release {  font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: bold}

