.text {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.textgreen {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #009933;
	text-decoration: underline;
}
.textblack {

	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.greenborder {
	border: 1px solid #8FBD7F;
}.brownborder {

	border: 1px solid #C5BF71;
}
.greyborderCopy {

	border: 1px solid #A3A3A2;
	
}
.redborder {


	border: 1px solid #BA0000;
}
.textblue {

	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #0083AA;
	text-decoration: none;
}
.textgreenbold {

	font-family: arial;
	font-size: 12px;
	font-weight: bolder;
	color: #009933;
	text-decoration: underline;
}
.blueborder {


	border: 1px solid #3399CC;
}
.textred {

	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #AC0000;
	text-decoration: underline;
}
a.blacklink:link {COLOR: #000000; TEXT-DECORATION: none}
a.blacklink:visited {COLOR:#000000; TEXT-DECORATION:  none}
a.blacklink:hover {COLOR: #000000; TEXT-DECORATION: underline}
a.blacklink:active {COLOR: #000000; TEXT-DECORATION: none}
