* { margin: 0; padding: 0; }

html, body {-webkit-text-size-adjust: 100%; }

body { 
	font: 0.875em Helvetica, sans-serif;
	background: #CECECE;
	overflow-x: hidden;
	 }

/* #page-wrap { margin: 0px auto; color: white; }
#page-wrap > div { padding: 0px; margin-bottom: 0px; color: black; }

#header { background: white; }
#main-content { background: white; } */

a:link { color: #330066; text-decoration:underline; }
a:visited { color: #734F97; text-decoration:underline; }
a:hover, a:active { color: #000000; text-decoration:underline; }

a.bold, p.bold { font-weight: bold; }

.ital { font-style: italic; }

/* Shared Link & Text Formatting */

h3 {
	font: 16px Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 0.938em;
	}

p, td, th {
	font: 0.875em;
	color: black; 
	}
	
blockquote {
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 15px;
	}	
		
p.disclaimer, p.copyright { 
	font: 0.625em;
	color: gray;
	}
	
dl, ul, ol {
	font: 0.875em, Helvetica, sans-serif;
	margin-right: 10%;
	}
	
li {
	font: 0.875em, Helvetica, sans-serif;
	margin-left: 10%;
	margin-bottom: 10px;
	}
		 
hr	{
	border: none;
	background-color: black;
	color: black;
	height: 1px;
	width: 100%;
	}	
	
.resp-image{
        height: auto;
        width: 100%;
    }	
    
tr.line, td.line {
	border-bottom: 1px solid #CECECE;
}