body {
	background-color: #225599;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: black;
}   

/*Text Mods*/
a {
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-style: normal;
	font-weight: normal;
	color: #0061AD;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica;
	font-style: normal;
	font-weight: normal;
	color: #DE1821;                                       
	text-decoration: none;
}
/*End of Text Mods*/
  
/*Menu Mods*/
#popitmenu{
	position: absolute;
	background-color: white;
	border:1px solid black;
	font: normal;
	font-size: 12px;
	font-style: Verdana;
	line-height: 18px;
	z-index: 100;
	visibility: hidden;
	width: 145px;
}

#popitmenu a{
	position: relative;
	text-decoration: none;
	width: 144px;
	padding: 0px;
	color: #0082C6;
	display: block;
	margin: 2px;
}

#popitmenu a:hover{
	position: relative;
	background-color: #DE1821;
	color: #FFFFFF;
	width: 144px;
}
/*End of Menu Mods*/

.Heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0061AD;
	font-weight: bold;
	margin: 10px;
}

.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin: 10px;
} 

.buttons img {
	background-color: transparent;
	margin: 0px;
	margin-left: 0px;
} 

.style2 { 
	font-size: 9px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
