body, p, div, span, h1, h2, h3, th, td, li, a, input, textarea, select, option, optgroup, button {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}

body {
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #333;
	background-color: #FFF;
}

h1 {
	margin: 0;
	padding: 0 0 21px 0;
	font-size: 14px;
	font-weight: bold;
	color: #DE0031;
}

p {
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 11px;
	color: #333;
}

a {
    color: #DE0031;
	text-decoration: underline;
}

a:hover {
	color: #DE0031;
	text-decoration: underline;
}

img {
	border: none;
}

td {
    padding: 0;
    font-size: 11px;
    vertical-align: top;
    border: none;
}

/* ============= GLOBAL ANCHOR DEFINITIONS ============= */

a.rarrb {
    display: block;
    padding-left: 16px !important;
    margin: 0 0 2px 0 !important;
	font-size: 11px !important;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background: url(../images/rarr_b.gif) 0px 3px no-repeat;
}

a.rarrb:hover {
    color: #000;
	text-decoration: underline;
}

a.rarrr {
    display: block;
    padding-left: 16px !important;
    margin: 0 0 2px 0 !important;
	font-size: 11px !important;
	font-weight: normal;
	color: #DE0031;
	text-decoration: none;
	background: url(../images/rarr_b.gif) 0px 3px no-repeat;
}

a.rarrr:hover {
    color: #DE0031;
	text-decoration: underline;
}

