body {
	background-color: 	 #D6C7CD;/* #EFF2FB; */
    width: 800px;
    margin: 40px auto;
    font-family: 'trebuchet MS', 'Lucida sans', Arial;
    font-size: 13px;
   	text-align: center;
    /* color: #444; */
}

table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;
    font-size: 13px;    
}

.bordered {
	background: 	 #DBD1CC/* #ffffff */;
    border: solid #7D5E4D/* #ccc */ 1px;
   
}

.bordered button{
	font-size: 13px;
}

    
.bordered td, .bordered th {
    border-left: 1px solid #7D5E4D/* #ccc */;
    border-top: 1px solid #7D5E4D/* #ccc */;
    padding: 10px;
    text-align: left;    
}

.bordered th {
    background-color: #947466/* #dce9f9 */;
}


a:link {color:#003366;}
a:visited {color:#003366;}
a:hover {text-decoration:none;color:#336699;/* font-weight:bold; */}
a:active {color:	 #AB939A;text-decoration: none}


.gray{
	 background: #BDA299/* #D8D8D8 */ /* #f5f5f5; *//* #ECF6CE; */
}
