﻿#pgContent h1, #pgContent h2, #pgContent h3, #pgContent h4{
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	margin-bottom: 4px;
	margin-top: 8px;
	color:gray;


}

#pgContent h1
{
    font-size:15pt;  
	color:red;
	margin-bottom: 5px;
}

#pgContent h2
{
    font-size:13pt;
}

#pgContent h3
{
    font-size:11pt;
}

#pgContent h4
{
    font-size:10pt;
}


#pgContent td, #pgContent td p, #pgContent p, #pgContent div
{
    font-family: Arial, Verdana, Tahoma, Sans-Serif;
    font-size:9pt;
	color:black;
	font-weight:normal;
	/*background-color:Lime;*/
}

#pgContent p
{
	margin-bottom: 10px;
	margin-top: 0px;

}

#pgContent ul, #pgContent ol
{
	margin-left: 35px;
	margin-top: 0px;
	margin-bottom: 10px;

}

#pgContent ul li, #pgContent ol li
{

	margin-top:2px;
	margin-bottom:2px;
}

/********generalLinks*******/

.mainLink, .mainLink:visited
{
    color: #29537C; /*#254A70;*/
	text-decoration:underline;
 
	
	/*text-decoration: none;
	border-bottom: 1px blue solid;
    */
	font-size: 9pt;
    
}


.mainLink:hover
{
	color: #E43337;
   text-decoration: none; 
}

.mainLink:active
{
    color:Orange;
    
}

/******************* tables  *****************/
#pgContent .generalTable
{
    table-layout:auto;
    border-spacing: 2px; 
    border-width:0px; 
    width: 470px;
}

#pgContent .generalTableRow
{
    background-color:#e51b24;
    color:Black;    
}








