body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #000000;
	font-size: 82.5%;
	margin: 0 0 0 0;
}

/* TYPOGRAPHY */

P, span, table, a {
font-family: Helvetica, Arial, sans-serif;
color: #000;
font-size: 1.1em;
line-height: 1.5em;
}

a:link {
color: #a83823;
text-decoration: underline;
}

a:visited {
color: #a83823;
text-decoration: underline;
}

a:hover, a:active {
color: #1c2449;
text-decoration: none;
}

h1,h2,h3 {
margin: 0; /* this is overridden when sIFR is active with the !important declaration */
color: #1c2449;
}

h1 {
font-size: 20px;
line-height: 20px; /* this is overridden when sIFR is active with the !important declaration */
color: #1c2449;
}

h2 {
font-size: 15px;
}

h3 {
font-size: 12px;
}


/* DROP DOWN */
ul {
list-style: none;
padding: 0;
margin: 0;
}