
body, td {
	font-size: 12pt;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	margin: 0px;
}

th {
	font-size: 12pt;
}

body {
	padding: 0px;
}

p {
	font-size: 12pt;
}


/* CMS components */


/* main news icon */
.news-image {
	padding: 1px;
	border: 1px solid #AAAAAA;
	float: left;
	padding-right: 4px;
	padding-bottom: 4px;
}

/* article title in article view */
.news-title {
	font-weight: bold;
}

/* article title in news list view */
.news-list-title {
	font-weight: bold;
}

/* article body in article view */
.news-article-body {
	text-align: justify;
}

/* news description in news list view */
.news-list-description {

}


/* span around uploaded pdf link. contains pdf icon and the link itself. */
.uploaded-pdf {
	display: block;
}



/* banner - span around the image (with link) or object */
.banner {
	display: block;
	margin-bottom: 10px;
}




