body {
	font-family: Arial, Times New Roman;
	font-size: 9pt;
}

.uline-onhover { text-decoration: none; }
.uline-onhover:hover { text-decoration: underline; }

.no-uline-onhover { text-decoration: underline; }
.no-uline-onhover:hover { text-decoration: none; }

.bold { font-weight: bold; }
.center { text-align: center; }
.underline { text-decoration: underline; }

.heading13 { font-size: 13pt; }

.purple { color: #5E00A6; }
.blue { color: #005399; }
.white { color: #ffffff; }
.black { color: #000000; }
.red { color: #CE0000; }
.green { color: #0D8F00; }

#add-edit-news {
	width: 80%;
	margin: 0px auto 10px auto;
	color: #000000;
}

.float-left { float: left; }
.float-right { float: right; }
.clear { clear: both; }