html {margin: 0;padding: 0;}
body {
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
	color: #4c4c4c;
}

/* HEADINGS */
h1 {font-size: 1.5em; margin: 70px 10px 5px 0;color:#696969;}
h1.sub {margin-top: 0; margin-bottom: 10px; font-style: italic;}
h2 {font-size: 1.3em; letter-spacing: 0.05em; color:#696969; margin-top: 10px; text-transform:uppercase;}
p.sub {font-size: 1.1em; margin-top: -10px; font-style: italic;}
h3 {font-size: 1.3em; font-style: italic; color:#696969;}
b {color: #696969;}

/* TERMS AND DEFINITIONS */
dl {margin: -12px 0 25px 0;}
dt {color: #6699ff;}
dd {margin-bottom: 10px;}

/*Customized Styles */
.remnants {color: #cccccc;} 
.light {color: #999999;}
.light a {color: #999999;}
.light a:hover {color: #6699ff;	text-decoration: none;}
#links p {margin-left: 30px;}
.indent {padding: 0 30px;}


/*IMAGES */
img {margin-bottom: 10px;}
img.noBorder {border: 0;}
img.right {float: right; padding: 0 0 2px 10px;}
img.left {float: left;	padding: 0 20px 0 0;}

/* HYPERLINKS */
a {color: #4c4c4c;}
a:hover {text-decoration:none; color:#6699ff;}
