td {
	font-family: verdana;
	font-size: 11px;
	color: #2960b2;
}


.small-white {
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}



a:link {
	color: #2960b2;
}

a:visited {
	color: #2960b2;
}


.bold {
	font-weight: bold;
}

.spacing-15 {
	line-height: 15px;
}




.login-login {
	color: #2960b2;
	font-size: 10px;
	font-weight: bold;
}

.login-value {
	font-family: verdana;
	color: #78a4e6;
	font-size: 10px;
	padding: 3px;
}

.title {
	border-bottom:2px solid #cae83a;
	padding: 4px;
	color: #2960b2;
	font-weight: bold;
	font-family: Trebuchet MS;
	font-size: 20px;
}

.td-large {
	font-size: 12px;
	line-height: 20px;
}

.green-button{
	border: 2px solid rgb(155, 210, 59); 
	background-color: rgb(236, 255, 202);
}

.red_-button{
	border: 2px solid rgb(254, 168, 168); 
	background-color: rgb(255, 227, 227); 
	font-weight: bold;
}

.blue-button{
	border: 2px solid rgb(155, 194, 237); 
	background-color: rgb(234, 245, 255);
}