/* CSS Document */
@import "../header.css";
@import "centerSearch.css";
@import "../centerDisplay.css";
@import "../adminReporting.css";

body {
	/*background-color: #666666;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

hr {
    border: none; 
    border-top: 1px dotted #CCCCCC;
    height: 1px;
    margin: 5px 0 5px 0;
    padding: 0;
    font-size: 1px;
    background: #fff;
}

a {
	color: #0033CC;
}
-->