/* Site style sheet (css2) */

/* Base element styles */
@media screen,print {
body { font-family:Verdana, Arial, sans-serif; font-size:10pt; color: #000000; }
body, tr, td, div { margin:0px; padding:0px; border-width:0px; }

a:link { color:#8E236B; text-decoration:none; }
a:visited { color:#4A47C8; text-decoration:none; }
a:active { color:#000000; text-decoration:none; }
a:hover { color:#886B8C; font-weight:bold; }

h1 { font-size:2em; }
h2 { font-size:1.7em; }
h3 { font-size:1.3em; }
h4 { font-size:1em; }
h5 { font-size:0.8em; }
h6 { font-size:0.6em; }

hr { color:#333; width:100%; height:1px; }

/* General style classes */
.error { color:#f00; font-size:1.5em; font-weight:bold; text-decoration:blink; }
}