body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color:black;
	margin:0;
	padding:0;
}

p {
	padding-bottom: 0;
}

h1 {
	color:black;
	font-size: 2em;
	line-height: 1.2em;
	margin-bottom: 0.75em;
	font-family: Georgia;
}

h2 {
	font-size: 1.333333em;
	line-height: 1.125em;
	text-transform:uppercase;
	margin-bottom: 0.375em;
}

h3 {
	font-size: 1.166667em;
	line-height: 1.285714em;
	text-transform:uppercase;
	color: black;
}

h4 {
	font-size: 1.2em;
	line-height: 1.5em;
	text-transform:none;
	color:#fc2111;
}

a {
	color:#0072BC;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

a:active {                                                                               
	outline: none;                                                                  
}                                                                               
                                                                                
a:focus {                                                                        
	-moz-outline-style: none;                                                       
}

