@charset "UTF-8";

/* MENU ----------------------------------------------------*/

#dropmenudiv{
	position:absolute;
	border:0px solid #000000;
	border-bottom-width: 5;
	line-height:28px;
	z-index:100;
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #b80000;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 8px;
	border-bottom: 0px #b80000;
	padding: 0px 0;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #b80000;
	color: #FFFFFF;
}


/* PAGE ATTRIBUTES ----------------------------------------------------*/

body {
	background-color: #3f3f3f;
	margin-left: 0px;
	margin-top: 20px;
}

#list_menu {
  padding:0;
  margin:0;
  padding:0.40em;
  }
#list_menu li {
  list-style-type:none;
  color: #054cbe;
  margin:0 0 0.25em 0;
  }



/* TYPOGRAPHY ----------------------------------------------------*/

.regular_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}

.blue_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #054cbe;
	text-decoration: none;
}

.header_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #b80000;
	text-decoration: none;
	font-weight: bold;
}

.XXL_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 16px;
	color: #b80000;
	text-decoration: none;
	font-weight: bold;
}

.XL_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
}

.large_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.dates_news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #000000;
	text-decoration: none;
}

.articles_news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

a.link_text:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #054cbe;
	text-decoration: none;
}
a.link_text:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #054cbe;
	text-decoration: none;
}
a.link_text:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #054cbe;
	text-decoration: underline;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
}

a.footer:link {
color: #FFFFFF; 
text-decoration: none; 
}

a.footer:visited {
color: #FFFFFF; 
text-decoration: none; 
}

a.footer:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.small_blue:link {
color: #054cbe; 
text-decoration: none; 
}

a.small_blue:visited {
color: #054cbe; 
text-decoration: none; 
}

a.small_blue:hover {
	color: #054cbe;
	text-decoration: underline;
}

.quotes {
	color: #054cbe;
	font-size: 12px;
	font-style: italic;
}

/* BOXES & LINES  ----------------------------------------------------*/

.horizontal_rule {
	background-color: #000065;
	height: 1px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

.text-box
{
	border-left:1px dashed #054cbe;
	border-bottom:1px dashed #054cbe;
	border-right:1px dashed #054cbe;
	border-top:1px dashed #054cbe;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #054cbe;
	text-decoration: none;
	font-weight: normal;
}

.box
{
	border-left:1px solid #b80000;
	border-bottom:1px solid #b80000;
	border-right:1px solid #b80000;
	border-top:1px solid #b80000;
}
.dotted_line
{
	border-bottom:1px dashed #b80000;
}
.solid_line
{
	border-bottom:1px solid #000000;
}

/*
{
	border-color:#000065;
}
*/
