/* master font styles */
body,td,div,span,p,b {
font-family:verdana,arial,helvetica,sans-serif;
font-size:11px;
color:#262626;
}

.normal {
    color: #444444;
    font-size: 14;
}
.indentedNormal {
    color: #444444;
    font-size: 14;
    margin-left: 140;
}
.indented {
    margin-left: 140;
}
.heading1 {
    color: #C21616;
    font-size: 26;
}
.heading2 {
    color: #C21616;
    font-size: 26;
	leading:-5;
}
.subhead1 {
    color: #C21616;
    font-size: 21;
}
.caption {
    color: #C21616;
    font-size: 12;
}
.link {
	font-weight:bold;
    color: #B60000;
    font-size: 12;
}
.link14 {
	font-weight:bold;
    color: #B60000;
    font-size: 14;
}
.bold {
	font-weight:bold;
    color: #444444;
    font-size: 14;	
}
.linespace {
	font-size: 1;
}

.lightbold {
	font-weight:bold;
    color: #6F6F6F;
    font-size: 14;
}

a:link		{ text-decoration : none; color: #7d7d7d; }
a:visited 	{ text-decoration : none; color: #7d7d7d; }
a:hover 		{ text-decoration : none; color: #7d7d7d; }
a:active 	{ text-decoration : none; color: #7d7d7d; }
