@import "./style_ncl.css";

body {
  background: #E69E38 url(/ncl/pics/background.jpg) no-repeat top left;
  margin: 0;
  padding: 0;
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 12px;
 color: #666666;
 margin-left:0px;
 }

td {
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 line-height: 19px;
 color: #1A7398;
 padding: 10px 0px 0px 0px;
 }
 
div, p {
 font-family: Arial, Helvetica, Verdana, sans-serif;
 font-size: 12px;
 line-height: 16px;
 color: #666666;
 }

ul, ol, li {
 font-family: Verdana, sans-serif;
 font-size: 12px;
 line-height: 16px;
 text-decoration: none;
 font-weight: normal;
 }

select { 
 font-family: Arial, sans-serif;
 font-size: 11px;
 font-weight: normal;
 border-bottom: #666666 1px solid;
 border-left: #666666 1px solid;
 border-right: #666666 1px solid;
 border-top: #666666 1px solid;
 margin-top: 2px;
}

textarea { 
 font-family: Arial, sans-serif;
 font-size: 12px;
 line-height: 15px;
 font-weight: normal;
 margin: 0px;
}

#blk {color: #000000;}
#ltgrey {color: #cccccc;}
#grey {color: #666666;}
#ltblue {color: #66CCFF;}
#medblue {color: #57b5c7;}
#blue {color: #1A7398;}
#red {color: #e51b24;}
#brn {color: #cc6600;}
#wht {color: #ffffff;}

#ltgreybar {background-color: #cccccc;}
#greybar {background-color: #999999;}
#secColor {background-color: #dcefef;}
#MainColor {background-color: #57b5c7;}
#dotted_bar {border-top: thin dotted #666666; padding: 5px 0px 5px 0px;}

.boxed { 
 font-family: Arial, sans-serif;
 font-size: 12px;
 line-height: 15px;
 font-weight: normal;
/**/ border-bottom: 1px solid #cccccc;
 border-right: 1px solid #cccccc;
 border-top: 1px solid #666666;
 border-left: 1px solid #6666666;
 margin: 0px;
 padding: 2px 8px 2px 2px;
}

.main_copy {
 font-family: Verdana, sans-serif;
 font-size: 12px; 
 line-height: 17px;
 color:#333;
 padding: 11px 11px 0px 11px;
 }
 
.MainTable {
 padding: 3px;
 }
 
.hrRed {
 border-bottom: 1px solid #3366CC; 
 margin-right: 50px;
 }

.footerText {
 font-size: 9px;
 line-height: 12px;
 color: #666666;
 padding-top: 5px;
 }
 
.lrg {
 font-size: 15px; 
 line-height: 18px; 
 color: #000000;
 }

.med {
 font-size: 11px;
 line-height: 14px;
 color: #000000;
 }
 
.sml {
 font-family: Arial, sans-serif;
 font-size: 10px;
 line-height: 13px;
 color: #000000;
 }

.xsml {
 font-size: 9px;
 line-height: 12px;
 color: #000000;
 }

a, a:link, a:visited, a:active {
 text-decoration: underline;
 color: #666666;
 }
 
a:hover {
 text-decoration: none;
 color: #666666;
 }

a.nav, a.nav:link, a.nav:visited, a.nav:active {
 color: #cc6600;
 text-decoration: none;
 }
 
a.nav:hover {
 color: #666666;
 text-decoration: underline;
 }

a.topnav, a.topnav:link, a.topnav:visited, a.topnav:active {
 font: 9px Verdana, sans-serif;
 color: #ffffff;
 text-decoration: none;
 }
 
a.topnav:hover {
 font: 9px Verdana, sans-serif;
 color: #ffffff;
 text-decoration: underline;
 }
