.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #677077;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	border: thin 1px #4c5f7f;
	border-top-color:#677077;
	border-right-color:#677077;
	border-bottom-color:#677077;
	border-left-color:#677077;
	border-style:solid;
}

.boxRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #CC0000;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	border: thin 1px #CC0000;
	border-top-color:#CC0000;
	border-right-color:#CC0000;
	border-bottom-color:#CC0000;
	border-left-color:#CC0000;
	border-style:solid;
}

.boxGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #003300;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	border: thin 1px #003300;
	border-top-color:#003300;
	border-right-color:#003300;
	border-bottom-color:#003300;
	border-left-color:#003300;
	border-style:solid;
}

.button {font-family:verdana;font-size:10px;color:#ffffff; background: #CC0000; border : 1px solid #CC0000;}
.buttonG {font-family:verdana;font-size:10px;color:#ffffff; background: #003300; border : 1px solid #003300;}
.buttonB {font-family:verdana;font-size:10px;color:#ffffff; background: #003399; border : 1px solid #003399;}
.GreenLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #006600;
	text-decoration: none;
}
.RedLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #CC0000;
	text-decoration: none;
}
