A:visited { 
	color:#8C5D00; 
	text-decoration: underline;
}

A:hover	{ 
	color:#9C0000; 
	text-decoration: underline;
}

A:link { 
	color: #003366; 
	text-decoration: underline;
}

b {
	font-weight: bold;
} 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	background-color: #FFFFFF;
}

H1 {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bold;
	color: #FF0000;
	hoizontal-align: center;
	font-style: italic;
}

H1b {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bold;
	color: #0000FF;
	hoizontal-align: center;
	font-style: italic;
}

H2 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #FF0000;
	font-style: italic;
}

H2b {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #0000FF;
	font-style: italic;
}

H3b {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #0000FF;
	font-style: italic;
}

H3 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #FF0000;
	font-style: italic;
}

P {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	line-height: 18px; 
	color: #660000
}

ol {
	line-height: 18px; 
	padding: 0px 9% 3px 0px;  
}

ol li {
	padding: 6px 0px 0px 0px; 
}

ul {
	line-height: 18px; 
	padding: 0px 9% 0px 0px; 
	list-style: square; 
}

ul li {
	padding: 6px 0px 0px 0px; 
}


/* for use in form fields (text, list, menu, file, etc.) */
.input { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	text-decoration: none; 
	color: #003366 
}

/* Page Color-Home: Use this if your home page is different than the rest of your pages */
.pgClrHm { 
	background: #336699 
}

/* Page Color-Identity: for use on the top frame <body> tag */
.pgClrID { 
	background: #FFFFFF;
}

/* Page Setup: Defines page color and margins - use in <body> tag */
.pgSetup { 
	background: #7096BC; 
	margin: 18px 22px 3px; 
}

.subNav { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #FFFFFF; 
	background: #6694C3; 
	font-weight: bold; 
	text-decoration: none; 
	vertical-align: bottom
}

.subNavRoll { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #FFFFFF; 
	background: #336699; 
	font-weight: bold; 
	text-decoration: none; 
	vertical-align: bottom
}

.subNavText { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #FFFFFF; 
	font-weight: bold; 
	text-decoration: none; 
	vertical-align: bottom
}

.subNavHd { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #003366; 
	background: #A2BCD7; 
	font-weight: bold; 
	text-decoration: none; 
	vertical-align: bottom
}

/* Table Content Bold: Bold text within tables. */
.tblBold { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000; 
	font-weight: bold; 
	vertical-align: middle 
}

/* Table Color: apply to <td> tag of parent table when nesting tables. See CustodyReDelivery_1.htm for example */
.tblClr { 
	background: #A9C0D7 
}

/* Table Color-Home */
.tblClrHm { 
	background: #A2BCD7
}

/* Table Content: styles non-alternating table content */
.tblCont { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #ffffff; 
	background: #6694C3 
}

/* Table Content-Home */
.tblContHm { 
	background: #6694c3 
}

/* Table Heading */
.tblHd { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 

/* Basic text Link: Must be applied as <span> AND must be the innermost tag. */
 
	background: #2A5580 
}

/* Basic text Link: Must be applied as <span> AND must be the innermost tag. */
.textLink { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: underline; 
	font-size: 12px; 
	font-weight: normal; 
	line-height: 18px; 
	color: #FFFFFF 
}

/* Basic text Link: Must be applied as <span> AND must be the innermost tag. */
.textLinkB { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: underline; 
	font-size: 12px; 
	font-weight: bold; 
	line-height: 18px; 
	color: #FFFFFF 
}

/* Content Sub-Heading: Basic text sub-heading */
.textSubHd { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #FFFFFF 
}
.tagline {
	font-family: "Courier New", Courier, mono;
	font-size: xx-small;
	font-style: italic;
	font-weight: bold; 
	color: #9933FF;
}

