/* ----------------------------------------------------

This is the base general stylesheet.

---------------------------------------------------- */


/* global reset of whitespace */
*
{
	padding: 0;
	margin: 0;
}

html, body, form 
{
	width: 100%;
	height: 100%;
}

body
{
	background-color: #003366 !important;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	z-index:-1 !important;

}

b, strong, .bold, .error,.bigbold,.smallbold
  {font-weight: bold}
.bold
  {font-size: 12px;}
.error
  {color: Red;}
i, em
  {text-decoration: none;}
u
  {text-decoration: none;}
.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
  {font-weight: normal; color: #FF6633;}
a:visited
  {font-weight: normal; color: #FF6633;}
a:hover, a:visited:hover
  {font-weight: normal; color: #FF6633;}
input, textarea, select
  {font-size: 12px; font-family: monospace, sans-serif; font-weight: 100; padding-left:2px;}  
ol
  {margin: 0 0 0 1em;}  
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 */
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;}
