@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
	padding:0;
	margin:0;
	border:0;
	/*color:#000;*/
	background-color: #e6e7e8;
	font-family: "Helvetica Neue Light", Helvetica, "Arial Narrow";
	font-size: 11pt;
	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: #e6e7e8;
	}

.contentTable { background-color: #fff; padding:0px 70px 40px 30px; height:500px;}

.form {
	width: 200px;
	font-size: 11px;
	color: #000000;
	font-weight: 100 no decoration;
	line-height: 1em;
	margin-bottom: 5px;
	border:1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
}
	
.space5               { height:5px;}
.space10              { height:10px;}
.space15              { height:15px;}
.space20              { height:20px;}

/*  ---------------------- nav  ---------------------- */



.footerContainer {
	background-color:#FFFFFF;
	font-weight: 100;
	padding:5px;
	background-image: url(img/footerBg.jpg);
	background-repeat: no-repeat;
}


.copyright{ 
	font-weight: 100;
	font-size:0.7em; color:#666666;
	padding:0px 0px 0px 20px;
	
	
}


#footer { margin:0px 0px 0px 20px; padding:0px;}
#footer a {font-size:0.7em; color:#666666; text-decoration:none;font-weight: 100;}
#footer a:hover { font-size:0.7em; color:#666666; text-decoration:underline;font-weight: 100;}

