td {
	font-family: Arial;
	font-size: 12px;
}

.red {
	color: #CF1B1F;
}

.boldred {
	color: #CF1B1F;
	font-weight: bold;
}

.header {
	font-family: Arial;
	font-size: 14px;
	color: #CF1B1F;

	font-weight: bold;
}

.text {
	font-family: Arial;
	font-size: 12px;
	color: #000000;

	font-weight: normal;
}

.input {
	font-family: Arial;
	font-size: 11px;
	
	color: #000000;
	background-color: #DBE3D7;

	border-bottom: #599C71 2px solid;
    border-left: #599C71 2px solid;
    border-right: #599C71 2px solid;
    border-top: #599C71 2px solid;
    
    height: 18px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
}

.button {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;

	color: #DBE3D7;
	background-color: #599C71;

	

    border-bottom: #000000 1px solid;
    border-left: #000000 1px solid;
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;

    cursor: hand;
    
    height: 20px;
    padding-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    text-align: center;
}

a:visited {  font-family: Arial; font-size: 11px; color: #CF1B1F; font-weight: normal; text-decoration: none;}
a:link {  font-family: Arial; font-size: 11px; color: #CF1B1F; font-weight: normal; text-decoration: none;}
a:active {  font-family: Arial; font-size: 11px; color: #CF1B1F; font-weight: normal; text-decoration: none;}
a:hover {  font-family: Arial; font-size: 11px; color: #CF1B1F; font-weight: normal; text-decoration: underline;}

a.redlink:visited {  font-family: Arial; font-size: 11px; color: #CF1B1F; font-weight: normal; text-decoration: none;}
a.redlink:link {  font-family: Arial; font-size: 11px; color: #CF1B1F; font-weight: normal; text-decoration: none;}
a.redlink:active {  font-family: Arial; font-size: 11px; color: #CF1B1F; font-weight: normal; text-decoration: none;}
a.redlink:hover {  font-family: Arial; font-size: 11px; color: #CF1B1F; font-weight: normal; text-decoration: underline;}

a.white:visited {  font-family: Arial; font-size: 10px; color: white; font-weight: normal; text-decoration: none;}
a.white:link {  font-family: Arial; font-size: 10px; color: white; font-weight: normal; text-decoration: none;}
a.white:active {  font-family: Arial; font-size: 10px; color: white; font-weight: normal; text-decoration: none;}
a.white:hover {  font-family: Arial; font-size: 10px; color: white; font-weight: normal; text-decoration: underline;}