/*  Redefined HTML styles */

body {
	margin-top: 5px;
	margin-left: 5px;
	background-color: #E7F3FF;
	}

	A:link {
		color: #006699;
		font-weight: bold;
		}
	
	A:visited {
		color: #006699;
		}
			
	A:hover {
		color: #990033;
		}
	
	h4 {
		margin-top: 2em;
		}
	h1,h2,h3,h4,h5,h6 {
		font-family: Arial, Helvetica, sans-serif;
		}
	p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 20px;
		}
	p A:hover {
		color: #CC0000;
		}
	
	ul {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 18px;
		}
		
	hr {
		height: 1px;
		}
	
	
	
	/*  Custom classes */
	
	.localNav {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #006699;
		text-align: center;
		}
	
	.localNav A:link {
		color: #006699;
		text-decoration: none;
		}
	.localNav A:hover {
		color: #CC0000;
		text-decoration: none;
		}
	.localNav A:visited {
		text-decoration: none;
		}
	
	TD.ShowsNav {
		font-family: Tahoma, Verdana, Arial, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #006699;
		height: 25px;
		}
	
	TD.ShowsNav A:visited {
		color: #006699;
		}

