/*
-----------------------------------------------------
NYT CSS file for /css/common/global.css
FileName:  global.css
Author: James Duncan
revison date:  2006.04.05
Revised by: James Duncan
Comments: Latest Version
-----------------------------------------------------
*/


body {
	background-color: white;
	font: small Georgia, serif;
	}


html>body {
	font: 84.5% Georgia, serif;
	}

h1, h2, h3, h4, h5 {
	color: black;
	}

a {
	color: #004276;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a:visited {
	color: #666699;
	}

img {
	border: none;
	text-decoration: none;
	}

form {
	padding: 0px;
	width: 0px;
	display: inline;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
ol {
	margin: 0;
	padding: 0;
	}
	
li {
	margin: 0;
	padding: 0;
	}
	
#nagBar {
	display: none;
	}


/* move this crap to section front if needed, what a mess... - James

ul, ol {
	padding-left: 0px;
	margin-left: 18px;
	_margin-left: 22px;
}

*/