.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

.grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5A5A5A;
	text-decoration: none;
}
.greysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A5A5A;
	text-decoration: none;
}
.whitebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px dashed #585858;
}
.blackbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.border
{
border: 1px dashed #000000;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}
.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px dashed #585858;
	height: 100px;
	width: 260px;
}.green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #009900;
text-decoration: none;
}
.ablue {
	font-family: "Courier New", Courier, mono;
	font-size: 22px;
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}
.ablue:hover{
	font-family: "Courier New", Courier, mono;
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.agreen {
	font-family: "Courier New", Courier, mono;
	font-size: 22px;
	color: #009900;
	font-weight: bold;
	text-decoration: none;
}
.agreen:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.aorange {
	font-family: "Courier New", Courier, mono;
	font-size: 22px;
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}
.aorange:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 22px;
	color: #FFffff;
	font-weight: bold;
	text-decoration: none;
}
.ayellow {
	font-family: "Courier New", Courier, mono;
	font-size: 22px;
	color: #F9F900;
	font-weight: bold;
	text-decoration: none;
}
.ayellow:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 22px;
	color: #Ffffff;
	font-weight: bold;
	text-decoration: none;
}
.orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
}
