/* CSS Document */

p{
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #013D9E;
	line-height: 18px;
	padding:0px;
}

p2{
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #550022;
	line-height: 18px;
	padding:0px;
}


.navigation  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-style: normal;
	display: block;
	width: 150px;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	background-color: #013D9E;
}



.navigation:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #013D9E;
	font-style: normal;
	display: block;
	width: 150px;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
	}
	
	.navigation2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-style: normal;
	display: block;
	width: 150px;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	background-color: #550022;
}



.navigation2:hover  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #550022;
	font-style: normal;
	display: block;
	width: 150px;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
	}
	
	
	Heading1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #013D9E;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	}

	Heading3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #013D9E;
	font-style: normal;
	font-weight: bold;
	text-decoration: blink;
	}
