/* this style sheet defines the basic style for all App_Online pages */
/* you can point to this by adding:

     <LINK rel="Stylesheet" href="/StyleSheets/App_Online.css">

   in the HEAD of your HTML document */

A: {color:#0000FF; text-decoration: underline;}  /*blue - web standard*/
A:hover {color:#953E6B; text-decoration: underline}  
A.menulink {color:#FFFFFF; text-decoration: none;}
A.menulink:hover {color: #FF9900; text-decoration: underline;}
A.8point {font-size: 8pt;}

hr {/*color: #000000;*/  /*black*/
	line-height: 1.2; font-size: 10pt ;
	}
h1 {font-family: arial, helvetica, sans-serif;
	font-size: 28pt;
	font-weight: bold;
	color: #000099 ; /*navy blue*/
	}
h2 {font-family: arial, helvetica, sans-serif;
	font-size: 22pt;
	font-weight: bold;
	color: #000099 ; /*navy blue*/
	}
h3 {font-family: arial, helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000099 ; /*navy blue*/
	}
h4 {font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000099 ; /*navy blue*/
	}
h5 {font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000099 ; /*navy blue*/
	}
h6 {font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000099 ; /*navy blue*/
	} 
body {font-family: arial, helvetica, sans-serif;
	  font-size: 10pt;
	  color: #000000 ; /*black*/
      background-color:#FFFFFF; 
      height:100%;
      margin:0;
	  padding:0;
	}
body.helpwindow {background-color:#FFFFCC; 
	}
TD, TH, P, B, BLOCKQUOTE, DIV, EM, FORM, LI, OL, UL, SMALL, SPAN, BIG, CENTER, PRE 
	{font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	}
/*html,*/

.container {
		min-height:100%;
		/*height:100%;*/
		position:relative;
	}
.header {
		margin:0;
}
.body {
		padding:10px;
		padding-bottom:50px;	/* Height of the footer */
	}
.footer {
	clear: left;
    margin: 0;
	border: 0;
	padding: 3px 20px 3px 20px;
	background-color: #000066;
	color: #999;
	font-size: .85em;
	text-align: center;
	font-weight: 700;
	position: fixed; /*absolute;*/
	bottom: 0px;    
    height:35px;
    width:100%;
 
  
}

.footer a:link {
	color: #ccc;
}

.footer a:hover {
	color: #fff;
	background-color: transparent;
}

.footer a:visited {
	color: #ccc;
}

.footer a:visited:hover {
	color: #fff;
	background-color: transparent;
}

.menu {
	clear: left;
	border: 0;
	margin: 0;
	padding: 3px 15px 3px 15px;
	background-color: #006;
	color: #999;
	text-align: right;
	font-size: .85em;
	font-weight: 700;
}

.menu form {
	display: inline;
}

.menu a {
	margin-right: 20px;
}

.menu a:link {
	color: #ccc;
}

.menu a:hover {
	color: #fff;
	background-color: transparent;
}

.menu a:visited {
	color: #ccc;
}

.menu a:visited:hover {
	color: #fff;
	background-color: transparent;
}

