
/* controls the background color of the website and the common text attributes (base font size and font face) */
body { 
    background-color:#FFFFFF;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; }


/* controls the look of paragraph text */
p { 
	font-size:100%;
	color: #784E76;
	padding-right: 30px; }
	

/* controls the look of the list items */
li { 
	font-size: 100%;
	color: #874F41; 
	padding: 10 0 0 0;}
	

/* controls the look of the largest header (Header 1) */
h1 {
	font-size: 200%;
	font-weight: bold;
	color: #005B69;
	padding-right: 30px;  }


/*controls the look of the medium header (Header 2) */
h2 {
	font-size: 150%;
	font-weight: bold;
	font-style:italic;
	color: #786577;
	padding-top: 10px;
	padding-right: 30px;  }


/* controls the look of the smallest header (Header 3) */
h3 {
	font-size: 125%;
	font-weight: bold;
	color: #786577;
	padding-top: 10px;
	padding-right: 30px;  }


/* controls the cell padding for the left navigation bar */
p.left_nav {padding: 0 80 25 25}
p.left_nav_padding { padding: 5 80 0 25; }

/* controls the cell padding for the back and next buttons */
td.next_padding {padding-right: 30px;}


/* -------------- REGULAR LINKS -------------- */

a:link {
	font-size: 100%;
	color: #786577;
}

a:visited {
	font-size: 100%;
	color: #786577;
}

a:hover {
	font-size: 100%;
	color: #896C64;
	text-decoration:none;
}

a:active {
	font-size: 100%;
	color: #786577;
	}
	
	
/* -------------- BOTTOM LINKS -------------- */

a.bottom:link {
	font-size: 100%;
	color: #005B69;
}

a.bottom:visited {
	font-size: 100%;
	color: #005B69;
}

a.bottom:hover {
	font-size: 100%;
	color: #896C64;
	text-decoration:none;
}

a.bottom:active {
	font-size: 100%;
	color: #005B69;
	}
	

/* -------------- LEFT NAVIGATION BAR LINKS --------------  */


/* regular link */	
a.left_nav:link {
	font-size: 100%;
	color: #786577;
	font-weight:bold;
	text-decoration:none;
}

/* how a visited link will look */
a.left_nav:visited {
	font-size: 100%;
	color: #786577;
	font-weight:bold;
	text-decoration:none;
}

/* how link will look when visior rolls over link with mouse */
a.left_nav:hover {
	font-size: 100%;
	color: #896C64;
	font-weight:bold;
	text-decoration:underline;
}

/* how link will look when visitor is on the page the link refers to */ 
a.left_nav:active {
	font-size: 100%;
	color: #786577;
	font-weight:bold;
	text-decoration:none;
	}
	
	

/* -------------- BREADCRUMBS -------------- */

/* breadcrumb text */
td.breadcrumbs {
	font-size: 12px;
	color: #696969;
	padding-top:15px;
	vertical-align:top;}

/* regular link */
a.breadcrumbs:link {
	font-size: 12px;
	color: #005B69;
	font-weight:bold;
	text-decoration:underline;
	padding-top:15px;
}

/* how a visited link will look */
a.breadcrumbs:visited {
	font-size: 12px;
	color: #005B69;
	font-weight:bold;
	text-decoration:underline;
	padding-top:15px;
}

/* how link will look when visior rolls over link with mouse */
a.breadcrumbs:hover {
	font-size: 12px;
	color: #696969;
	font-weight:bold; 
	text-decoration:none;
	padding-top:15px;
}

/* how link will look when visitor is on the page the link refers to */ 
a.breadcrumbs:active {
	font-size: 12px;
	color: #005B69;
	font-weight:bold;
	text-decoration:underline;
	padding-top:15px;
	}
	
	
/* -------------- CANCER LIST LINKS (overview.htm) -------------- */

/* regular link */
a.cancer_list:link {
	font-size: 115%;
	color: #005B69;
	font-weight:bold;
	text-decoration:none;
}

/* how a visited link will look */
a.cancer_list:visited {
	font-size: 115%;
	color: #005B69;
	font-weight:bold;
	text-decoration:none;
}

/* how link will look when visior rolls over link with mouse */
a.cancer_list:hover {
	font-size: 115%;
	color: #696969;
	font-weight:bold;
	text-decoration:underline;
}

/* how link will look when visitor is on the page the link refers to */ 
a.cancer_list:active {
	font-size: 115%;
	color: #005B69;
	font-weight:bold;
	text-decoration:none;

	}
	


