a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.page_title_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
}
.drop_down {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background-color: #CCCCCC;
}
.drop_down_text_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFCC66;
}
.paragraph {
	font-family: Arial, Helvetica, Geneva, SansSerif;
	font-size: 11px;
}
.quicklinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
#content {
	border: 1.5px solid #999999;
	background-image: none;
	background-color: #FFFFFF;
}

caption {
	caption-side: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
	padding-bottom: 10px;
}

.pagebanner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	color: #003333;
	text-transform: none;
	letter-spacing: 2px;
	text-align: left;
	border-top: thin none;
	border-right: thin none;
	border-bottom: thin none;
	border-left: thin none;
}
.tableheaders {
	font-family: Arial, Helvetica, Geneva, SansSerif;
	font-size: 14px;
	font-weight: bolder;
	color: #003333;
}
.sidebar_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.section_title {
	font-family: Arial, Helvetica, Geneva, SansSerif;
	font-size: 13px;
	font-weight: bold;
}

.redfont {color: #990000}

/* Styles for pt_ship_schedule.html*/
#pt    {
/*Do the border top and right features in the id for the table and then do the bottom and left for the column css. */
	border-top-style: solid;
	border-collapse:collapse; /*This function basically elimintaes cell spacing so that the border lines you assigned are fluid and not borders around individual cells */
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 1px;
	border: thin solid #000000;
}
#pt  td   {
	border: thin solid #000000;/* This applies a border to the table columns for the table with the ID "pt"*/
	width: 100px;
	padding: 2px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
#pt th {
	background-color: #CCCCCC; /* This applies a border and color to the header row of the table with the ID "pt"*/
	border: thin solid #000000;
	width: 100px;
}
#pt #corner {
	background-color: #999999; /* Controls the upper left corner of the table*/
}
/* end of styles for pt_ship_schedule.html*/