@import url(styles.css);

	#homeheader a.hide {
		text-decoration: none;
		}
	
	#secondheader a.hide {
		text-decoration: none;
		}
		
	#toc ul li {
		line-height: 15px;
		}
			
	#footer p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000;
		}
		
	#footer a:link {
		color: #333366;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		}

	#footer a:visited {
		color: #600;
		text-decoration: underline;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		}
	
	#footer a:hover {
		color: #600;
		text-decoration: underline;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		}
		
	acronym.common, abbr.common {
		font-style:normal;
		}

	acronym, abbr {
		font-style:normal;
		}

	a.hide {
		text-decoration: none;
		}

	ul {
		font-family: Arial, Helvetica, sans-serif;
		}

	a:link {
		color: #33b;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		}

	a:visited {
		color: #339;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		}
	
	a:hover {
		color: #339;
		text-decoration: underline;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		}
	
	p, label, ul, li {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000;
		}
	
	ul, li {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000;
		}	
	
	h1, h2, h3 {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #660000;
		font-weight:lighter;
		}

	h1 {
		font-size: 24px;
		}

	h2 {
		font-size: 18px;
		}
	
	h3 {
		font-size: 20px;
		}
	
	h4 {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #660000;
		font-size: 14px;
		font-weight:lighter;
		margin-bottom:0px;
		}
	
	h5, h6 {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #660000;
		font-size: 12px;
		margin-bottom:0px;
		margin-top:0px;
		}
		
	#identity {
		width:100%;
		padding:0 9px;
		margin-left:-10px;
	}
	#signature {
		width:90%;
		width:expression(parseInt(document.body.clientWidth) > 723 ? "90%" : "723px");
		min-width:723px;
		max-width: 1284px;
		margin:0 auto;
	}
