/* GENERIC TABLE / BODY STYLE */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background: url(img/bg.png) top center no-repeat;
	margin: 0; 
	padding: 0;
	background-color: #FFF;
	text-align: center;
}

/* STANDARD LINKS */
a:link, a:visited { color: #4b4b4b; text-decoration: none; }
a:hover { color: #666; text-decoration: underline; }

/* NEW GLOBAL CLASSES */
.heading { font-size: 197%; color: #555555; }
.smallheading { float: left; width: 100%; font-size: 13pt; font-weight: bold; display: block; line-height: 24px; color: #721923; margin: 0 0 5px 0;}
.small_text { font-size: 9pt; line-height: 16px; color: #555555;}
.small_text_color { font-size: 9pt; line-height: 16px; color: #b41214; }
.leadparagraph { font-size: 12pt; color: #555555; line-height: 20px;}

img { border: 0; }