/**
 * Main CSS Stylesheet

 */

body {
	margin: 0;
	font-family: futura, arial, helvetica, sans-serif;
	font-size: 62.5%;
	line-height: normal;
	color: #000000;
	background-color: #737b7f;
	background-image: url(images/bgrd-points.png);
	background-attachment:fixed;
	background-position:center;
	background-repeat: no-repeat;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #920000;
	text-decoration: none;
	}
 
a:visited {
	color: #920000;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #FF0000;
	}

a:active {
	color: #0000FF;
	}

h1 {
	font-size: 1.5em;
	color: #9a9a9a;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

CODE {
	font-family: arial, futura, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin:0; padding:0;
	}

TEXTAREA {
	margin: auto;
	display: block;
	line-height: 15pt;
	width: 95%;
	}
