HTML {
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
	overflow-y: scroll;
}

body, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: justify;
}

a {
	color: #ff4500;
	text-decoration: none;
}

p.header {
	line-height: 150%;
	color: #FF4500;
	font-size: 137%;
}

h3 {
	font-size: 120%;
	color: #FF4500;
	text-transform: capitalize;
	text-align: center;
}

h4.underlined {
	color: #ff4500; 
	padding-bottom: 6px; 
	border-bottom: 1px solid #ff4500;
}

.blue {
	color: #002A5C;
	font-weight: bold;
}