body, html, a, a:hover, a:active, a:link, a:visited, table, tr, td, ul, li, ol, select, option, input, textarea, div, layer, table {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #000000;
	text-decoration: none;
}
a, a:link, a:hover, a:active, a:visited {
	color: #000099;
	text-decoration:underline;
}
a:hover {
	font-weight: bold;
}

/*.enhanceLink  {
	padding: 0px 10px 0px 0px;
	background:url(../images/misc/arrow.gif) no-repeat right center;
}

.enhanceLink a, .enhanceLink a:link, .enhanceLink a:hover, .enhanceLink a:active, .enhanceLink a:visited {
	text-decoration: none;
	color: black;
}*/

.title, .title_red_sml, .news_nug {
	font-size: 22px; 
	font-style: normal; 
	font-weight: bold; 
	font-variant: normal; 
	color: #FF0000;
}
.title_red_sml {
	font-size: 14px; 
}
.news_nug, .title_red_sml {
	font-size: 12px; 
	font-weight: bold; 
	color: #FF0000;
}
.hr, hr {
	color: #D5D6D8;
	text-decoration: none;
	border-color: #D5D6D8;
	size: 1px;
}
a.footer, a:hover.footer, a:link.footer, a:active.footer, a:visited.footer, .footer, .footer a {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
}
.border {
	border: 1px solid #646871;
}
.nav_highlight {
	color: #FF0000;
	font-weight:bold;
	font-size: 14px;
}
.image_left {
	margin-right: 10px;
	margin-bottom: 10px;
}
.foot_note {
	font-size:9px;
	text-align:center;
	background-color: #FFFFFF;
}
/* ***************************************************************** */
input, select, option, textarea {
	font-size: 13px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #FFFFFF;
	border-style: solid;
	border: 1px solid #cccccc;
	padding: 1px;
}
option {
	color: #FFFFFF;
	background-color: #002D56;
	border-style: none;
}
.boxes {  
	color: #333333;
	background-color: #CCCCCC;
	width: 250px;
}
.boxes_big {  
	color: #333333;
	background-color: #CCCCCC;
	width: 402px;
}
.boxes_sml {  
	width: 100px;
}
.check {
	color: #052C56;
	border-style: solid;
	border: 1px solid #cccccc;
}
.send {  
	color: #FFFFFF;
	background-color: #FF0000;
	width: 250px;
}

.send_sml {
	color: #FFFFFF;
	background-color: #FF0000;
	width: 150px;
	border-style: solid;
	border: 1px solid #000000;
}
.send_vsml {
	color: #FFFFFF;
	background-color: #FF0000;
	width: 84px;
	border-style: solid;
	border: 1px solid #000000;
}

/* --- loader ---*/

#loader {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}

#loader td {
  padding: 3px;
  background: #ffffff;
}

#loader p {
  border: 3px solid #384146;
  padding: 10px;
  margin: 0;
  background: #ffffff;
}

#loader img {
  float: left;
  margin-right: 12px;
}

#loader strong {
  display: block;
  margin-bottom: 3px;
}

#loaderContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: expression('absolute');
  height: expression(document.documentElement.scrollHeight+'px');
  width: expression(document.documentElement.scrollWidth+'px');
  z-index: 1000;
}

#loaderContainer td {
	padding-top: 150px;
	vertical-align: top;
	text-align: center;
}

#loaderContainer td td {
	padding-top: 3px;
	text-align: left;
}

/* ----- Custom Error Pages ------ */

.error_title {
	color:#FF0033;
	font-size: 48px;
	line-height: 96px;
	padding: 5px;
	font-weight:bold;
	width: 80px;
	border-right: 2px solid #FF0033;
}

.error_header {
	color:#FF0033;
	font-size: 24px;
	line-height: 48px;
	padding: 5px;
	font-weight:bold;
}

.error_text{
	padding: 10px;
	font-family:inherit;
}
