BODY {
font-family: Arial;
font-size: 12px;
background-color: #FFFFFF;
color: #515151;
margin: 7px;
padding: 0px;
}
.content {
padding-left: 10px;

}
/*** Headers ***/

H1 {
color: #222222;
font-size: 17px;
font-weight: bold;
margin-top: 4px;
margin-bottom: 10px;
}

H2 {
color: #18B150;
font-size: 14px;
margin-top: 15px;
margin-bottom: 9px;
}

H3 {
color: #18B150;
font-size: 12px;
margin-top: 5px;
margin-bottom: 5px;
}

/*** Paragraphs ***/

P {
margin-top: 5px;
margin-bottom: 7px;
line-height: 130%;
}

P.dummy {
margin-top: 0;
margin-bottom: 0;
line-height: 100%;
font-size: 6px;
}

HR {
height: 1px;
}

UL {
margin-top: 7px;
margin-bottom: 7px;
}

LI {
margin-top: 3px;
margin-bottom: 3px;
}

OL {
margin-top: 7px;
margin-bottom: 7px;
}

/*** Hyperlinks ***/
A:LINK {
color: #444444;
font-weight: bold;
text-decoration: none;
}

A:HOVER {
color: #EC292D;
font-weight: bold;
text-decoration: underline;
}

A:ACTIVE {
color: #EC292D;
font-weight: bold;
text-decoration: underline;
}

A:VISITED {
color: #444444;
font-weight: bold;
text-decoration: none;
}

A:VISITED:HOVER {
color: #EC292D;
font-weight: bold;
text-decoration: underline;
}

A.bottomline:LINK {
color: #444444;
font-weight: normal;
text-decoration: none;
}
A.bottomline:VISITED {
color: #444444;
font-weight: normal;
text-decoration: none;
}
A.bottomline:HOVER {
color: #EC292D;
font-weight: normal;
text-decoration: underline;
}


A.bottomline:VISITED:HOVER {
color: #EC292D;
font-weight: normal;
text-decoration: underline;
}

A.bottomline:ACTIVE {
color: #444444;
font-weight: normal;
text-decoration: underline;
}

/*** Tables ***/
TABLE {
font-size: 12px;
}

TD.bottomline {
color: #444444;
}
SPAN.bottomline {
font-weight: normal;
color: #444444;
}
SPAN.bottomline:LINK {
color: #444444;
font-weight: normal;
text-decoration: none;
}

SPAN.bottomline:HOVER {
color: #EC292D;
font-weight: normal;
text-decoration: underline;
}

SPAN.bottomline:ACTIVE {
color: #EC292D;
font-weight: normal;
text-decoration: underline;
}

SPAN.bottomline:VISITED {
color: #444444;
font-weight: normal;
text-decoration: none;
}

SPAN.bottomline:VISITED:HOVER {
color: #EC292D;
font-weight: normal;
text-decoration: underline;
}
DIV.TIPS {text-align:center; color:#FFFFFF; padding-top:10px; font-family: Arial; font-size:14px; font-weight:bold;}
SPAN.sectiontitle {font-family:tahoma; color:#e10f13; font-size:11px;}
