body{
     background-color:#CCCCCC; 
	/*background-color:#ffffff;*/
}
p,td{ 
	font-family:"trebuchet MS"; 
	font-size:11px;
	color:#002569;
}
a{ 
	font-family:"trebuchet MS"; 
	font-size:11px;
	color:#002569;
	text-decoration:underline;
}
a:hover, a.smallLink:hover{ 
	text-decoration:none;
	color:#F64548;
}
a.smallLink{ 
	font-family:"trebuchet MS"; 
	font-size:11px;
	color:#999999;
	text-decoration:underline;
}
input, select, textarea{ 
	border:1px solid #A9C7EC;
	font-family:"trebuchet MS"; 
	font-size:11px;
	color:#002569;
}
.button{
	font-family:"trebuchet MS"; 
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:lowercase;
	background-color:#002569;
}
.delete{
	font-family:"trebuchet MS"; 
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:lowercase;
	background-color:#FF0000;
}
.noborder{ 
	border:0;
}
#menu {
	border-top:3px double #EEEEEE;
	border-bottom:1px solid #EEEEEE;
}
#menu td{
	border-right:1px solid #EEEEEE;
}
#menu td a{
	font-family:"trebuchet MS"; 
	font-size:11px;
	color:#002569;
	font-weight:bold;
	text-decoration:none;
	text-transform:lowercase;
}
#menu td a:hover{
	color:#F64548;
	text-decoration:underline;
}
/*#menu td a.active, #menu td a.active:hover{*/
/*	color:#002569;*/
/*	background-color:#FFFF00;*/
/*	text-decoration:none;*/
/*}*/
#menu td a.active,
#menu td a.active:hover {
    color: #002569;
    background-color: yellow;
    text-decoration: none;
    padding: 2.5px 5px;
    border-radius: 2.5px;
    font-weight: 600;
    border: 1px solid #002569; /* add width and style */
}
#list{
	border:1px solid #002569;
	border-collapse:collapse;
}
#list td.header, th.header{
	font-weight:bold;
	color:#FFFFFF;
	background-color:#002569;
	border:1px solid #002569;
}
#list td.headerz{
	font-weight:bold;
	color:#FFFFFF;
	background-color:#002569;
	border:1px solid #FFFFFF;
}
#list td{
	color:#002569;
	border:1px solid #002569;
}
#print{
	border:1px solid #333333;
	border-collapse:collapse;
}
#print td.header{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#333333;
	border:1px solid #333333;
	font-size:12px;
}
#print td{
	font-family:"Times New Roman", Times, serif;
	color:#333333;
	border:1px solid #333333;
	font-size:11px;
}
div.title{ 
	color:#000000; 
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:14px;
}
div.subtitle{ 
	color:#000000; 
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:13px;
}
.scrollposts {
	overflow: scroll;
	width: 750px;
	clip: 160;
	background-color: transparent;
	font-size: 12px;
}

