/* root level text style */

a:link {color: blue;}
a:visited {color: blue;}
a:active {color: blue;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
	
b {
	color: #000000;
	}
	
td {
	font-size: 12px;
	color: #000000;
	}
	
.SMboldTitle {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	}
	
.boldTitle {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	}

.dropcap {
float:left;
color:#F57A37;
font-size:80px;
line-height:60px;
padding-top:5px;
font-family: Times, serif, Georgia;
}
