/* Cascading Style Sheets v.002 */ /* CSS Stylesheet for the front page invio/index.html  *//* CSS Stylesheet for Microsoft Internet Explorer (MS-IE) *//* (c) www.inviosoftware.com 2002 www.inviosoftware.com */ /* Designed and built by Stephanie Cota www.stephaniecota.com and Andreas Ramos www.andreas.com */ /* Controls the headers. */h1 {	font-family: Arial, Helvetica, sans-serif; 	}	h2 {	font-family: Arial, Helvetica, sans-serif; 	}	h3 {	font-family: Arial, Helvetica, sans-serif; 	}	h4 {	font-family: Arial, Helvetica, sans-serif; 	}/* H5 is in red. */		h5 {	font-family: Arial, Helvetica, sans-serif;	color: CC0000;	}h6 {	font-family: Arial, Helvetica, sans-serif;	font-weight: bold;	}	/* ############################################################################ *//* Controls the links. */	/* Unvisited Link. Deep blue color- #333333 */a:link {	font-family: Verdana, Helvetica, sans-serif;	font-size:  11px;	font-weight: normal;	text-decoration: underline;	color: 333333;	}/* Selected link. Near-Black #OOO81O*/a:active {	font-family: Verdana, Helvetica, sans-serif;	font-size:  11px;	font-weight: normal;	text-decoration: underline;	color: OOO000;	}/* Visited link. Dark gray. */a:visited {	font-family: Verdana, Helvetica, sans-serif; 	font-size:  11px;	font-weight: normal;	text-decoration: underline;	color: 999999;	}	/* The link during a mouseover. Invio Red */a:hover {	font-family: Verdana, Helvetica, sans-serif; 	font-size:  11px;	font-weight: normal;	text-decoration: underline;	color: CC6600;	}	/* Controls the links for the subpage menu */	.pviimenudiv td {font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #FFFFFF;}.pviimenudiv p {font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #CCCCCC; margin-top: 12px; margin-bottom: 6px}.pviimenudiv b {font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; color: #FFFFFF}.pviimenudiv a:link {color: #CC6600; text-decoration: none}.pviimenudiv a:visited {color: #CC6600; text-decoration: none}.pviimenudiv a:hover {color: #FFFFFF; text-decoration: underline}.pviimenudiv a:active {color: #FFFFFF; text-decoration: none}/* ############################################################################ *//* Body Text *//* Paragraphs. Text is near-black. */p { font-family: Verdana, Helvetica, sans-serif;	font-size:  11px;	color: 000000;}/* Bulleted Text. Text is near-black. */ul { font-family: Arial, Helvetica, sans-serif;	font-size:  11px;	color: OOO81O;	list-style-position: outside;	list-style-type: disc;}/* Numbered Text. Text is near-black. */ol { font-family: Arial, Helvetica, sans-serif;	font-size:  11px;	color: OOO81O;	list-style-position: outside;}/* ############################################################################ *//* Controls the word "Search" in the search box. White text. */ span.searchtext { 	font-family: Arial, Helvetica, sans-serif;	font-size:  11px;	font-weight: normal;	align: right;	color: ffffff;}/* Controls pseudoheader in the News column */ span.header-news {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size:  12px;	font-weight: bold;	color: #000000;	padding: 5px;	border-bottom-width: 2px;	border-bottom-style: solid;	border-bottom-color: #FFFFFF;	}	/* Controls text in the right-side News column. */ span.bodytext { 	font-family: Arial, Helvetica, sans-serif;	font-size:  11px;	color: OOO81O;	}/* Controls the copyright notice */span.copyright { 	font-family: Verdana, Helvetica, sans-serif;	font-size:  9px;	color: 000000;	}/* ############################################################################ *//* Tables and Cells *//* Blue headers with white text. */.cellheader {	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-size:  12px;	font-weight: bold;	text-decoration: none;	color: #000000;	} 		/* Controls the three cells at the lower left (left, right, and middle) *//* The left cell has a right border, the middle cell has zero border, and the right cell has a left border. */.cellbody-left {	font-family: Verdana, Helvetica, sans-serif;	font-size: 11px;	font-color: OOO000;	padding: 5px;	border-right-width: 1px;	border-bottom-width: 1px;	border-right-style: solid;	border-bottom-style: solid;	border-right-color: #FFFFFF;	border-bottom-color: #FFFFFF;	border-top-width: 1px;	border-top-style: solid;	border-top-color: #FFFFFF;	}  		.cellbody-middle {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	font-color: OOO81O;	padding-top: 10px;	padding-left: 20px;	padding-right: 20px;	} .cellbody-right {	border-left : 1px solid #FFFFFF;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	font-color: OOO81O;	padding: 5px;	border-bottom-width: 2px;	border-bottom-style: solid;	border-bottom-color: #FFFFFF;	border-top-width: 1px;	border-top-style: solid;	border-top-color: #FFFFFF;	} /* Controls the newscolumn. Add left vertical line to border. */.cellbody-newscolumn {	border-left : 1px solid;	border-color: CCCCCC;	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	font-color: 335c85;	padding-top: 10px;	padding-left: 20px;	padding-bottom: 10px;	} /* ############################################################################ *//* END OF FILE */		.line {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bold;	color: #000000;	border-bottom-width: 2px;	border-bottom-style: solid;	border-bottom-color: #FFFFFF;}.unnamed1 {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #000000;	padding-top: 5px;	padding-right: 5px;	padding-bottom: 5px;}i {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	font-style: italic;	color: #000000;}
