body { 
 	background-color: #547dbb; 
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;		
	}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 4px;
}

a {color: #7070D0; text-decoration: none;}
a:hover {color: #000000; text-decoration: none;} 
A.menulink:link {color: #f8f138; text-decoration: none;}
A.menulink:visited {color: #f8f138; text-decoration: none;}
A.menulink:hover {color: #FFFFFF; text-decoration: none;}
A.menulink2:link {color: #FFFFFF; text-decoration: none;}
A.menulink2:visited {color: #FFFFFF; text-decoration: none;}
A.menulink2:hover {color: #f8f138; text-decoration: none;}

.border-top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bdc6d5;
}
.spacer-right {
	padding-right: 5px;	
}
.spacer-left {
	padding-left: 5px;	
}
.spacer {
	padding-left: 5px;
	padding-right: 5px;		
}
.box {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #c6c5c1;
	background-color:#f4f4f4;
	padding-left: 5px;
	}
	.border-left-dotted {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #BDC6D6;
	padding-left: 5px;
	padding-right: 5px;
	}