/* html>body - USE THIS TO APPLY A STYLE ONLY FOR MOZILLA BROWSERS */

/* *html - USE THIS TO APPLY A STYLE ONLY IE BROWSER */

/* -------------------------------------------- TEXT & LINK STYLES -------------------------------------------- */
body, td {
font-family: "segoe ui" "arial";
font-size: 10pt;
line-height: 14pt;
color: #232323;	
}

h1, h2, h3, h4, h5, h6 {
font-family: georgia;
color: #7f094c;
font-weight: normal;
margin-top: 1px;
}

h1 {
font-size: 20pt;
margin-bottom: 6px;
}

h2 {font-size: 19pt;
margin-bottom: 5px;
}

h3 {font-size: 16pt;
margin-bottom: 4px;
}

h4 {font-size: 13pt;
margin-bottom: 3px;
}

h5 {font-size: 10pt;
margin-bottom: 2px;
}

h6 {font-size: 8pt;
margin-bottom: 0px;
}

a {
text-decoration: none;
font-weight: normal;
color: #7f094c;
}

a:hover {
text-decoration: none;
background-color: #d0eb3e;
}

.emphasis {
font-size: 11pt;
line-height: 18pt;
color: #393939;
}

hr {
color: #b7cf36;
width: 100%;
height: 1px;
}