﻿
/*  classes */
h1
{
    font-size:15px;
    font-family:Sans-Serif Verdana;
    font-weight:bold;
}
.textHead
{
    font-family: Arial Serif;
    font-size: 16px;
    font-weight:bold;    
    color:#002277;
    height:12px;
}

.textTotalViews
{
    font-family:Times New Roman System;
    font-size: 11px; font-style:italic; font-weight:bold;
    color: Gray;
}

.textMainHead
{
    font-family:Serif;
    font-size:16px;
    font-weight:bold;
    color:#993399;
}


.textBody {
	font:12px arial;
	color:#005533;
	line-height:20px;
	letter-spacing:0.1em;
	margin-top:2px;
	text-align: justify;
	padding:1px;
	
	}
a.blue_link,
 a.blue_link:link,
 a.blue_link:visited
 {
     font-size: 11px;
     color: Blue;
     font-family:Arial; 
     text-decoration:none;    
     
 }


 