/* ----------------------------------------------------

This is the base general stylesheet.

---------------------------------------------------- */


/* global reset of whitespace */

/* ncja removed
*
{
	padding: 0;
	margin: 0;
}
*/

html, body, form 
{
	width: 100%;
	/* ncja removed height: 100%; */
}

 /* ncja added   #999    later removed this string.... none repeat scroll 0 0;*/
body
{
	/* ncja changed background from:  background: #fff;*/
	background: #f0f0f0; 
	font-family: Arial;
	font-size: 12px;
	/* ncja, removed line-height: 18px;*/
	color: #000000;
	text-align: left;
}


/* removed for ncja login was turning homepage bold
b, strong, .bold, .error,.bigbold,.smallbold
  {font-weight: bold}
*/

.bold
  {font-size: 12px;}
.error
  {color: Red;}
.bigbold
  {font-size: 13px;}
.smallbold
  {font-size: 11px;} 
th
  {font-weight: bold; text-align: left;}
  
  
a, a:link, a:visited, a:hover, a:visited:hover
{
	/*ncja removed because it was messing up primary nav in Chrome, would change menu item from bold to normal on hover */
	/* font-weight: normal; */
   /* ncja removed color: #FF6633;*/
	color:#151F52;
 }
  
  
  
  
/* removed for ncja input, textarea, select
  {font-size: 12px; font-family: monospace, sans-serif; font-weight: 100; padding-left:2px;}  */
ul 
  {padding-left: 1em; margin-left: 1em;}
li 
  {padding-left: 0.1em;}    
pre
  {font-family: monospace; font-size: 10px;}
.small
  {font-size: 10px;}
.smaller
  {font-size: 9px;}
.large
  {font-size: 12px;}
.larger
  {font-size: 15px;}
a.smaller, a.smaller:link, a.smaller:visited, a.smaller:hover, a.smaller:visited:hover
  {font-size: 9px;}
a.small, a.small:link, a.small:visited, a.small:hover, a.small:visited:hover
  {font-size: 11px;}

/* Headings commented out for NCJA
h1, .Heading1
  {font-size: 15px; color: #003366; font-weight: bold; font-family: Arial;}
h2, .Heading2
  {font-size: 14px; color: #CC6600; font-weight: bold; font-family: Verdana;}
h3, .Heading3
  {font-size: 13px; COLOR: #006699; font-weight: bold; font-family: Verdana;}
h4, .Heading4
  {font-size: 12px; COLOR: #993300; font-weight: bold; font-family: Verdana;}
h5, .Heading5
  {font-size: 12px; COLOR: #333333; font-weight: bold; font-family: Verdana;}
*/
