/* ----------------------------------------------------

This is the base general stylesheet.

---------------------------------------------------- */


/* global reset of whitespace */
*
{
	padding: 0;
	margin: 0;
}

html, body, form 
{
background:none!important;
	/*width: 100%;
	height: 100%;*/
}

body
{
	/*background: #fff;*/
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-align: left !important;
}

/* START - CSS code to change the text size on the browser

We used KEYWORDS so IE users can increase and decrease the text size 

http://diveintoaccessibility.org/day_26_using_relative_font_sizes.html
*/
/*/*/a{}
body,
body td,
body th,
body li,
body b,
body strong,
body p {
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}
html>body,
html>body td,
html>body th,
html>body li,
html>body b,
html>body strong,
html>body p {
  font-size: small;
}  
/* */

/* END - CSS code to change the text size on the browser */

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
  {font-weight: normal; color: #CC6600;}
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 */
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;}
