
.arialhead1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
.arialhead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
}
.arialtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-style: normal;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
	text-align: justify;
	text-indent: 10px;
}
.arialtextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	text-align: justify;
}
.arialtextsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .65em;
	font-style: normal;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
}

.arialitalictext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-style: italic;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #666666;
}
table.dvd {
	border: 5px solid navy;
	background-color: lightsteelblue;
	padding: 20px;
	text-indent: 0px;
	
}
table.phat {
	border: 5px solid red;
	background-color: khaki;
	padding: 20px;
	text-indent: 0px;
	
}