﻿@media screen, print
{

.text {
	font-size: 10pt;
	font-family: Verdana;	
}
.textBold {
	font-size: 10pt;
	font-family: Verdana;	
	font-weight: bold;
}
.textSmall {
	font-size: 8pt;
	font-family: Verdana;	
}
.textSmallBold {
	font-size: 8pt;
	font-family: Verdana;	
	font-weight: bold;
}
.textRed {
	font-size: 10pt;
	font-family: Verdana;	
	color: #FF0000;
}
.textRedBold {
	font-size: 10pt;
	font-family: Verdana;	
	color: #FF0000;
	font-weight: bold;
}
.textRedSmall {
	font-size: 8pt;
	font-family: Verdana;	
	color: #FF0000;	
}
.textRedSmallBold {
	font-size: 8pt;
	font-family: Verdana;	
	color: #FF0000;
	font-weight: bold;
}
.textSilver {
	font-size: 10pt;
	font-family: Verdana;	
	color: #C0C0C0;
}
.textSilverBold {
	font-size: 10pt;
	font-family: Verdana;	
	color: #C0C0C0;
	font-weight: bold;
}
.textSilverSmall {
	font-size: 8pt;
	font-family: Verdana;	
	color: #C0C0C0;	
}
.textSilverSmallBold {
	font-size: 8pt;
	font-family: Verdana;	
	color: #C0C0C0;
	font-weight: bold;
}
.textSilverBig {
	font-size: 14pt;
	font-family: Verdana;	
	color: #C0C0C0;	
	font-weight: bold;
}
.Quote {
	font-size: 10pt;
	font-family: Verdana;	
	font-style: italic;
}
.QuoteBold {
	font-size: 10pt;
	font-family: Verdana;	
	font-style: italic;
	font-weight: bold;
}
.QuoteSmall {
	font-size: 8pt;
	font-family: Verdana;	
	font-style: italic;
}
.QuoteSmallBold {
	font-size: 8pt;
	font-family: Verdana;	
	font-style: italic;
	font-weight: bold;
}
.QuoteRed {
	font-size: 10pt;
	font-family: Verdana;	
	font-style: italic;
		color: #FF0000;
}
.QuoteRedSmall {
	font-size: 8pt;
	font-family: Verdana;	
	font-style: italic;
	color: #FF0000;
}
.QuoteRedSmallBold {
	font-size: 8pt;
	font-family: Verdana;	
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.Example {
	font-size: 10pt;
	font-family: Georgia;	
	}
.ExampleBold {
	font-size: 10pt;
	font-family: Georgia;	
	font-weight: bold;
}
.ExampleRed {
	font-size: 10pt;
	font-family: Georgia;	
	color: #FF0000;
}
.ExampleGreen {
	font-size: 10pt;
	font-family: Georgia;
	color: #008000;
}
.textBig {
	font-size: 14pt;
	font-family: Verdana;	
	}
.textVerybig {
	font-size: 18pt;
	font-family: Verdana;	
	font-weight: bold;
	color: #FF0000;
}
.textWhite {
	font-size: 10pt;
	font-family: Verdana;	
	color: #FFFFFF;
	text-decoration: none;
}
.textWhiteSmall {
	font-size: 8pt;
	font-family: Verdana;	
	color: #FFFFFF;
	text-decoration: none;
}
.tPadding1 td
{
	padding-top:4px;
	padding-bottom:4px;
}
table.style1 td
{
	padding-top:4px;
	padding-bottom:4px;
}
.style4Copy {
				text-align: left;
				padding: 4px 0px 4px 0px;
}
