/**
* Standard Fonts
*/
span { /* Applicable by default in all fonts */
	color: rgb(102,102,102);
	font-family: verdana, arial, sans-serif;
}
span.f1 { /* Important */
	font-family: verdana;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 1px;
}
span.f2 { /* Title */
	font-size: 14px;
	font-weight: bold;
}
span.f3 { /* Sub Title */
	color: rgb(136,136,136);
	font-size: 14px;
	font-weight: bold;
}
span.f4 { /* Content Text */
	color: rgb(68,68,68);
	font-family: verdana;
	font-size: 12px;
	text-align: justify;
}
.f4 { /* Content Text */
	color: rgb(0,0,255);
	font-family: verdana;
	font-size: 12px;
	text-align: center;
}
span.f5 { /* Content Small */
	color: rgb(51,51,51);
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}
span.f6 { /* Content Very Small */
	color: rgb(34,34,34);
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}
span.f7 { /* Content Ultra Small */
	color: rgb(34,34,34);
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
}

/**
* Font Attribute Change
*/
span.black {
	color: rgb(0,0,0);
}
span.blue {
	color: rgb(0,0,255);
}
span.italic {
	font-style: italic;
}
span.link {
	color: rgb(0,127,255);
	font-weight: bold;
	text-decoration: underline overline;
}	
span.white {
	color: rgb(255,255,255);
}

/**
* Miscellaneous
*/
span.preHdr {
	color: rgb(255,255,255);
	font-weight: bold;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	padding-right: 8px;
	word-spacing: 2px;
}
span.mainHdr {
	color: rgb(0,147,221);
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	padding-right: 8px;
}
span.sideBarHdr {
	color: rgb(255,255,255);
	font-weight: bold;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	padding-right: 8px;
}
span.footerDisplay {
	color: rgb(0,147,221);
	font-weight: bold;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	padding-right: 8px;
}

a:hover, a:link, a:visited {
	text-decoration: none;
}