@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
	padding:0;
	margin:0;
	border:0;
	color:#666;
	background-color: #86c9ef;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 9pt;
	font-weight: 100;
	line-height:1.3em;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	/*overflow: auto;	/* */ 
	}

body {
    width:100%; 
	height:100%; 
	/*overflow:hidden; */
	padding:0; 
	margin: 0px;
	border:0;
	background-color: #86c9ef;
	}
	

.space5               { height:5px;}
.space10              { height:10px;}
.space15              { height:15px;}
.space20              { height:20px;}
.space25              { height:25px;}
.space30              { height:30px;}
.space35              { height:35px;}
.space40              { height:40px;}
.space90              { height:90px;}

a:link {
	color: #003c8e;
	text-decoration: none;
}
a:visited {
	color: #003c8e;
	text-decoration: none;
}
a:hover {
	color: #5099e5;
	text-decoration: underline;
}
a:active {
    color: #003c8e;
	text-decoration: none;
}


.flameBg
{ background-image:url(img/bg_header.jpg);
  background-repeat: no-repeat;}

.grayLine
{
	border-bottom-color:#cccccc;
	border-bottom-style:solid;
	border-bottom-width:thin;}
	
	
	