body,td		{ font-family: verdana, helvetica; font-size: 12px; color: #404040; }
.smallbody	{ font-family: verdana, helvetica; font-size: 10px; color: #818181; }
body		{ background-image: url('../pics/a58.jpg'); }
.carea		{ line-height: 18px; }
a		{ color: #0000FF; text-decoration: none; }
a:hover		{ text-decoration: underline; }
a.blink		{ color: #FFFFFF; font-weight: bold; }

.date-header 
{
	margin:1.5em 0 .5em;
	font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  	text-transform:uppercase;
  	letter-spacing:.2em;
  	color:#999;
	text-align: left;
}

.program_header
{
	font-family: verdana, helvetica;
	color: #818181;
	font-weight: bold;
	font-size: 14pt;
}

.software_link 
{
	text-decoration: underline;
}

.software_link :hover
{
	text-decoration: underline;
}

.software_link_box 
{
	font-size:105%;
	margin-bottom:0.5em;
	text-align:center;
}

h2
{
	font-family: verdana, helvetica;
	color: #818181;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
}

h1
{
	font-family: verdana, helvetica;
	color: #818181;
	font-weight: bold;
	font-size: 16pt;
	text-align: center;
}

#mta_bar { 
			background: #FFFFE1; 
			border-bottom: 1px solid #808080; 
			margin: 0 0 3px 0; 
			padding: 4px 0; 
			z-index: 100;
			top: 0;
			left: 0;
			width: 100%;
			overflow: auto;
		}

		* html #mta_bar{ /*IE6 hack*/
			position: absolute;
			width: expression(document.compatMode=="CSS1Compat"? document.documentElement.clientWidth+"px" : body.clientWidth+"px");
		}