/* ----- RESET ----- */
/* Here, we are going to reset all browsers, so we don't have to declare a bunch of stuff over and over */
@import url("reset.css");

body { font: 13px/20px Verdana, Arial, sans-serif; background-color: #000000; color: #ffffff; margin-top: 20px;}
html { overflow-y: scroll; }
input, textarea { font: normal 13px/20px Verdana, Arial, sans-serif; color: #333; }

/* We use em and strong in the text, instead of <b> or <i> ... these are read by browsers to be emphasis terms, and help for readers
by vision-impaired users and spiders */
em { font-style: italic; }
strong { font-weight: bold; }
.anchorlink {height:1px;line-height:1px;font-size:1px;}
p { margin: 0 0 17px 0; }

h1 { font: bold 19px/21px Verdana, Arial, sans-serif; color: #321d19; letter-spacing: 1px; margin: 0 0 5px 0; }
h2 { font: bold 17px/20px Verdana, Arial, sans-serif; color: #516871; margin: 0 0 13px 0; }
h3 { font: bold 13px/17px Verdana, Arial, sans-serif; color: #4f6b55; text-transform: uppercase; letter-spacing: 2px; margin: 0 0 10px 0; }
h4 { font: bold 13px/20px Verdana, Arial, sans-serif; color: #de471e; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 10px 0; }

.bodyred { font: 13px/20px Verdana, Arial, sans-serif; color: #BA2727; }
.bodyredbold { font: bold 13px/20px Verdana, Arial, sans-serif; color: #BA2727; }
.bodyyellow { font: 13px/20px Verdana, Arial, sans-serif; color: #FF9900; }
.bodyyellowbold { font: bold 13px/20px Verdana, Arial, sans-serif; color: #FF9900; }
.bodybluebold { font: bold 13px/20px Verdana, Arial, sans-serif; color: #3084CC; }
.header { font: 17px/20px Verdana, Arial, sans-serif; color: #BA2727; }
.quote {text-indent: 3em; font: bold italic 13px/20px Verdana, Arial, sans-serif; color: #BA2727; }
.dropcap { font: 27px/27px Verdana, Arial, sans-serif; color: #DE3B06; }
.xuni { font: 12px/14px Verdana, Arial, sans-serif; color: #adf4f5; }
.xuni a, .xuni a:visited {font: 12px/14px Verdana, Arial, sans-serif; color: #adf4f5;font-weight:normal;text-decoration:underline;}
hr.mt {color: #000000;background-color: #000000;border:0; height:1px;  margin:7px 0 15px 0px; text-align: left;}
hr.mty {color: #ff9900;background-color: #ff9900;border:0; height:1px;  margin:27px 0 25px 0px; text-align: left;}

/* ----- LINKS ----- */
/* We change the link color here. The first line color is the color of the link, the second line is the color of the rollover */
a:link, a:visited { font-weight: bold; color: #BA2727; text-decoration: none; }
a:active, a:hover { font-weight: bold; color: #fe0404; text-decoration: none; }












/*
.bodyredbold { font-family: verdana,arial,helvetica,sans-serif; font-weight: bold; font-size: 13px; line-height: 15pt; color: #BA2727; }
.bodyyellow { font-family: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 15pt; color: #FF9900; }
.bodyyellowbold { font-family: verdana,arial,helvetica,sans-serif; font-weight: bold; font-size: 13px; line-height: 15pt; color: #FF9900; }
.bodybluebold { font-family: verdana,arial,helvetica,sans-serif; font-weight: bold; font-size: 15px; line-height: 15pt; color: #3084CC; }
.quote { font-family: verdana,arial,helvetica,sans-serif; font-style: italic; font-size: 13px; line-height: 15pt; color: #BA2727; }
.header { font-family: helvetica,arial,verdana,sans-serif; font-weight: bold; font-size: 17px; line-height: 15pt; color: #BA2727; }
.dropcap { font-family: helvetica,arial,verdana,sans-serif; font-weight: bold; font-size: 30px; line-height: 15pt; color: #DE3B06; }
.xuni { font-family: verdana,arial,helvetica,sans-serif; font-size: 11px; line-height: 12pt; color: #FF9900; }
*/

