
.boxed, .unboxed, .footer {
    font-family:trebuchet ms,verdana,arial;
    font-size:x-small;
    color:black;
}
.boxed
{
	background-color: #dddddd;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;
}
.unboxed
{
	border-top:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
}
.bar
{
	color: #999999;
}

body
{
	font-size: x-small;
	font-family: 'Trebuchet MS' , Tahoma, Arial, Sans-Serif;
	margin:0px;
}
td {
	font-size: x-small;
	font-family: 'Trebuchet MS' , Tahoma, Arial, Sans-Serif;
}
td.bold 
{
	font-weight:bold;
	font-size: x-small;
	font-family: 'Trebuchet MS' , Tahoma, Arial, Sans-Serif;
}
a
	{	color: #3300ff;
		font-weight: bold; 
		text-decoration: none;}
a:hover	{	text-decoration: underline;}
a.subhead {	color:white;}

a.plain {text-decoration: none; font-weight:normal; color:black}

.heading {font-size:x-large; font-weight:bold }
.subheading {font-size:medium; font-weight:bold }
