/* CSS Document */

p{font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
line-height:16px;
padding: inherit;
}



.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #990000;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	display: block;						
	background-color: #D8E9EC;
	width: auto;
	padding-left: 8px;
	padding-bottom: 4px;
}


.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	outline-color: #FFFF00;
}



.navigation:hover{
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	display: block;			
	background-color: #999999;
	width: auto;
	padding-left: 8px;
	padding-bottom: 4px;
	}
.spanish {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #0000FF;
}
