@charset "utf-8";
/* CSS Document */

body {
	background-color:#444444;
	}

body .salsa p {
	font: Verdana, Arial, Helvetica, sans-serif;
}
	
body .salsa li {
	padding: 0 0 3px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-type: disc;
	clear:none;
	}
	
body .salsa a {
	color: #241061;
	text-decoration: none;
	}

	h1 {
	color:#330033;
	font-size:18px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
	h1 a {
	color:#330033;
	font-size:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
	
	h2 {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	}
	
p 	{
	font-family: Verdana, sans-serif;
	font-size: 100%;
	color:#000000;
		}

 a {
	font-size: 100%;
	font-weight: bold;
	color: #241061;
	text-decoration: none;
}

	a:visited {
	font-size: 100%;
	font-weight: bold;
	color: #14002d;
	text-decoration: none;
}

	 a:hover {
	font-size: 100%;
	font-weight: bold;
	color: #66aa66;
	}

	a:active {
	color:#330033;
	}
	
    tr, td {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color:#000000;
	/*padding:2px;*/
	}
	
	.photoLeft {
	float: left;
	width:auto;
	margin: 3px 8px 3px 0;
	padding: 2px;
	border: 1px solid #666;
	}
	
	.photoRight {
	float: right;
	width:auto;
	margin: 3px 0 3px 8px;
	padding: 2px;
	border: 1px solid #666;
		}
		
	.graphicLeft {
	float: left;
	width:auto;
	margin: 3px 8px 3px 0;
	padding: 2px;
	/*border: 1px dotted #666;*/
	}
	
	.graphicRight {
	float: right;
	width:auto;
	margin: 3px 0 3px 8px;
	padding: 2px;
	/*border: 1px dotted #666;*/
		}
		
	p.graphicLeft, p.graphicRight, p.photoLeft, p.photoRight {
text-align: center;
	font-style: italic;
	font-size: 10px;
	text-indent: 0;
	padding: 5px;
	color:#003366;
	  }
	