.text {
	font-family: Times;
	font-size: 16px;
	color: #000;
	line-height: 20px;
	
}

.text2 {
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	font-weight: 600;
	text-align: center;
	line-height: 14px;
}

.footer {
	font-family: Verdana;
	font-size: 11px;
	letter-spacing: 1pt;
	color: #900;
	text-align: center;
	line-height: 14px;
	font-weight: 600;
	background-color:#CCC;
}

.mini
{
	font-family: American Typewriter;
	font-size: 9pt;
	color: #000;
	letter-spacing: .5pt;
	text-decoration: none;
	word-spacing: 2pt;
	text-align: center;
    line-height: 14px;
}

.boldtext {
   	font-family: Verdana;
   	font-size: 16px;
	font-weight: bold;
	color: #900;
}

.underlinetext {
  	font-family: Verdana;
    font-size: 11px;
	text-decoration: underline;
}

.grey
{
	font-family: Times;
	font-size: 14px;
	font-weight: 600;
	font-style: none;
	text-decoration: none;
	color: #CCCCCC;

}

.subred
{
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #FF0000;
	letter-spacing: 1pt;
}

.heading {
   	font-family: Verdana;
   	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.heading:hover {
	text-decoration: underline;
}

a
{
	padding: 1px; 
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 0px;
	color: #900;
    font-weight: 600;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	text-decoration: none;
}

.text1
{
	padding: 1px; 
	font-family: Times new Roman, serif;
	font-size: 13px;
	text-decoration: none;
	letter-spacing: 0px;
	color: #000;
    font-weight: 300;
}

