/* General */
BODY { background-color: #FFFFFF; font-family: Arial, Verdana, sans-serif; font-size: small; margin: 0px; padding: 0px; }
HR { background-color: #ca261d; border: 0px; color: #ca261d; height: 1px; }
H1 { color: #ca261d; font-size: 18px; margin: 0px; }
A:link { color: #5794cb; font-weight: bold; text-decoration: none; }
A:visited { color: #5794cb; font-weight: bold; text-decoration: none; }
A:hover { color: #5794cb; font-weight: bold; text-decoration: underline; }
A:active { color: #5794cb; font-weight: bold; text-decoration: underline; }

.menu { font-size: small; }
.menu A:link { color: #000000; font-weight: bold; text-decoration: none; }
.menu A:visited { color: #000000; font-weight: bold; text-decoration: none; }
.menu A:hover { color: #00a9e6; font-weight: bold; text-decoration: none; }
.menu A:active { color: #00a9e6; font-weight: bold; text-decoration: none; }

.language { font-size: 11px; }

.reversetag { color: #ffffff; font-size: 16px; }

.orange { color: #e27838; font-size: 22px; font-weight: bold; }
.red { color: #ca261d; font-size: 22px; font-weight: bold; }
.gray { color: #a0a0a0; font-size: 22px; font-weight: bold; }

.allborders { border: solid 1px #5794cb; border-collapse: collapse; }
.allborders TD { border: solid 1px #5794cb; }

.copyright { font-size: 11px; }
.copyright A:link { color: #000000; font-size: 11px; font-weight: bold; text-decoration: none; }
.copyright A:visited { color: #000000; font-size: 11px; font-weight: bold; text-decoration: none; }
.copyright A:hover { color: #000000; font-size: 11px; font-weight: bold; text-decoration: underline; }
.copyright A:active { color: #000000; font-size: 11px; font-weight: bold; text-decoration: underline; }

/*
Colors:

red: #ca261d; 
lt blue: #00a9e6; 
dk blue: #5794cb; 

*/