body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #000;
	background-color: #fff;
		}

body.normal p, body.normal li  {font-size: clear;}
body.large p, body.large li {font-size: large;}
body.x-large p, body.x-large li {font-size: x-large;}
	
/*the following classes are to demonstrate better line heights for narrow columns*/	
.narrow1{
	width: 50%;
	line-height: 1.3em;
	}
.narrow2{
	width: 50%;
	line-height: 1.5em;
	}
		
/*typography*/
a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
h1 {
	font-size: 1.6em;
	font-weight: normal;
	margin-top: 0em;
	color:#014685;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.2em;
	margin: 0.4em 0em 0.4em 0em;
	font-weight: normal;
	color:#014685;
	}
h3 {
	font-size: 1.0em;
	margin: 0.2em 0em 0.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.0em;
	margin: 0.2em 0em 0.2em 0em;
	font-weight: bold;
	color:#014685;
	}
h5 {
	font-size: 0.8em;
	margin: 0.2em 0em 0.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.6em;
	margin: 0.2em 0em 0.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.6em;
	margin: 1.0em 0em 1.0em 0em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}

#footercontent {color:#FFFFFF;
font-size:0.8em;}

#footercontent a{color:#FFFFFF;}

#newsdesklist h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:7.5pt;
	font-weight:bold;
	color:#FF6600;
	text-decoration:none;
}

.datemode {
font-size:7.5pt;
color:#014685;
padding-bottom:5px;}

.moremode {
font-size:7.5pt;
color:#014685;
padding-bottom:5px;}

.abstraction { 
font-size: 8pt;
line-height: 1.2em;
color:#666666;
padding-bottom:5px;
}

.uGoToLink {
font-size: 8pt;
}