/* CSS Document */
body {
	font-size: 16px;
	color: #000080;
	background-image: url(images/bg1.png);
	background-attachment: fixed;
	font-family: "Times New Roman", Times, serif;
}
a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0033CC;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #CC3300;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 24px;
}
.style01 {font-size: 10px}
.style02 {font-size: 12px}
.style03 {font-size: 14px}
.style04 {font-size: 16px}
.style05 {font-size: 18px}
.style06 {font-size: 24px}
.style07 {font-size: 36px}
.style08 {color: #FF0000}
.style21 {
	border-style: outset;
}
.style22 {
	font-size: 10px;
	color: #CCCCCC;
}
table.pdsblue {
	border-width: 3px;
	border-style: outset;
	border-color: #3333FF;
	border-collapse: separate;
}
table.pdsblue th {
	border-width: 2px;
	padding: 2px;
	border-style: inset;
	border-color: #3399FF
}
table.pdsblue td {
	border-width: 2px;
	padding: 2px;
	border-style: inset;
	border-color: #3399FF;
}
table.pdsgrey {
	border-width: 3px;
	border-style: outset;
	border-color: #999999;
	border-collapse: separate;
}
table.pdsgrey th {
	border-width: 2px;
	padding: 2px;
	border-style: inset;
	border-color: #CCCCCC;
}
table.pdsgrey td {
	border-width: 2px;
	padding: 2px;
	border-style: inset;
	border-color: #CCCCCC;
}
table.shipslog td {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	padding-top: 10px;
	padding-bottom: 25px;
	text-align: justify;
}
