/* CSS Document */

.TableCell {background-color:#CCCCCC;
			font-weight:bold;
			text-align:right}





.standard {
	font-family: "Arial";

}

.smaller {
	font-family: "Arial";
	
	font-size: smaller;
	
}

.infobig {
	font-family: "Arial";
	font-size: 20px;
	
}

.info {
	font-family: "Arial";
	font-size: 12px;
	
}

.pending {
	font-family: "Arial";
	font-size: 12px;
	color: #A78D58;
	font-weight: bold;
	
}

#error2 {
	font-weight: bold;
	color: #FF0000;
	font-size:20px;
	}
	
.button {
    padding: 1;   
    background-color: #860000;    
    text-decoration: none;
    text-align: center;
    font-weight: bolder;
    margin: 0;
    color: white;
    border: 1px solid #000;
		border-color: #000000;
		font-family: "Arial";
}

.buttonsmall {
    padding: 1;   
    background-color: #860000;    
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    margin: 0;
    color: white;
    border: 1px solid #000;
		border-color: #000000;
		font-family: "Arial";
}


	
