/*
simple styles for simple browsers...primarily nn4 & IE 5. 
make sure everything in here is overridden in the real css
*/

/*
ie4.5mac has problems with this stylesheet. 
it makes text small, and the nested list is impossibly small, even when user increases to largest text size. 
solution? IGNORE IT! 
we would go nuts trying to serve different styles to nn4 and ie4.5mac. 
either give them both plain (unstyled) xhtml, or style for nn4 at the slight inconvenience of the 2, (or most likely ZERO), remaining ie4.5mac users on planet earth.
*/

body, h1, h2, h3, h4, h5, h6, ol, ul, li, p {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
}
body {
	margin: 0;
	padding: 30px 1% 1% 1%;
	background-color: #ffffff;
	background-image: url(/aad/global-images/text-only-notifier.gif);/*use full url so both ie45mac and nn4 can find it.*/
	background-repeat: no-repeat;
	background-position: top left;
}

	
/*typography*/
h1 {
	font-size: 150%;
	font-weight: normal;
}
h2 {
	font-size: 120%;
	font-weight: normal;
}
h3 {
	font-size: 100%;
	font-weight: normal;
}
h4 {
	font-size: 80%;
	font-weight: bold;
}
h5 {
	font-size: 70%;
	font-weight: bold;
}
h6 {
	font-size: 64%;
	font-weight: bold;
}
img {
	border: 0;
}
p {
	font-size: 80%;
	/*line-height: 120%;*/
}
pre {
	font-family: monospace;
	font-size: 80%;
}
strong, b {
	font-weight: bold;
}
