/* ----- 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: 14px/20px Verdana, Arial, sans-serif; background:#000000;  color: #000000; }
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: #3d2b22; letter-spacing: 1px; margin: 0 0 5px 0; }
h2 { font: bold 17px/20px Verdana, Arial, sans-serif; color: #604884; margin: 0 0 13px 0; }
h3 { font: bold 14px/17px Verdana, Arial, sans-serif; color: #1c749a; text-transform: uppercase; letter-spacing: 2px; margin: 0 0 10px 0; }
h4 { font: bold 14px/20px Verdana, Arial, sans-serif; color: #de471e; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 10px 0; }

.blue { font: 14px/20px Verdana, Arial, sans-serif; color: #08557a; }
.bluesmall { font: 12px/20px Verdana, Arial, sans-serif; color: #08557a; }
.bluebold { font: bold 14px/20px Verdana, Arial, sans-serif; color: #08557a; }
.bluehead { font: bold 17px/20px Verdana, Arial, sans-serif; color: #08557a; }
.quote {text-indent: 3em; font: bold italic 14px/20px Verdana, Arial, sans-serif; color: #bce320; }
.dropcap { font: 27px/27px Verdana, Arial, sans-serif; color: #000000; }
.dropcap2 { font: bold 21px/21px Verdana, Arial, sans-serif; color: #11567d; }
.xuni { font: 12px/14px Verdana, Arial, sans-serif; color: #88ced6; }
.xuni a, .xuni a:visited {font: 12px/14px Verdana, Arial, sans-serif; color: #88ced6;font-weight:normal;text-decoration:underline;}
hr.mt {color: #ffffff;background-color: #ffffff;border:0; height:1px;  margin:7px 0 15px 0px; text-align: left;}
hr.mtb {color: #f3e03b;background-color: #f3e03b;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: #164acf; text-decoration: none; }
a:active, a:hover { font-weight: bold; color: #bce320; text-decoration: none; }

