﻿/*.Content1
{
	font-size: 10px;
	color: black;
	font-style: normal;
	font-family: Arial;
}

.Content2
{
	font-size: 10px;
	color: black;
	font-style: italic;
	font-family: Arial;
}

.SubTitle1
{
	font-size: 10px;
	color: #000000;
	font-family: Arial;
	text-transform: uppercase;
}

.SubTitle2
{ 
	font-size: 10px;
	color: #add8e6;	/*lightblue
	font-family: Arial;
	font-weight: bold;
}

.Title1
{
	font-size: 12px;
	color: #00008b;	/*darkblue
	font-family: Arial;
	font-weight: bold;
} 

.Title2
{
	font-size: 12px;
	color: #ff0000;	/*red
	font-family: Arial;
	font-weight: bold;
} 
*/

.Table1
{
	border-left-width: 1px; 
	border-left-color: #E1E1E1; 
	border-right-width: 1px;
    border-right-color: #E1E1E1; 
    border-bottom-color: #E1E1E1; 
    border-top-style: solid;
    border-top-width: 1px; 
    border-bottom-width: 1px; 
    border-top-color: #E1E1E1; 
    border-right-style: solid;
    border-left-style: solid; 
    border-right-color: #E1E1E1; 
    border-bottom-style: solid;
}