﻿
h1
{
	font-family: Verdana;
	font-size: 12pt;
}

h2
{
	font-family: Verdana;
	font-size: 14pt;
}

p
{
	text-align	: justify
}

table
{
	width		: 100%	
	border		: 0 
 	bordercolorlight: #FFFFFF 
	bgcolor		: #F7F7F7
	bordercolordark	: #FFFFFF
}

td
{
	border-left  	: 0;
	border-right 	: 0;
	border-top   	: 0;
	border-bottom	: 0;
	padding-left   	: 5px;
	padding-right  	: 3px;
	padding-top    	: 0px;
	padding-bottom 	: 0px;
	font-family	: Verdana;
	font-size	: 10pt;
	font-Color	: blue;
	text-decoration	: none;
	text-align	: justify
	

}

td1
{
	border-left  : solid 1px #666666;
	border-right : solid 1px #666666;
	border-top   : solid 1px #666666;
	border-bottom: solid 1px #666666;
	padding-left   : 5px;
	padding-right  : 3px;
	padding-top    : 3px;
	padding-bottom : 3px;
	font-family: Verdana;
	font-size: 10pt;
	font-Color: white;
	text-decoration: none;

}


th
{
	border-left  : 0;
	border-right : 0;
	border-top   : 0;
	border-bottom: 0;
	padding-left   : 5px;
	padding-right  : 3px;
	padding-top    : 3px;
	padding-bottom : 2px;
	text-align     : left;
	font-family    : Verdana;
	font-size      : 10pt;
	color          : white
text-decoration: none;
}


a:link { 
	color: #800080;
	text-decoration: none;
	}
a:visited { 
	color: #800080;
	text-decoration: none;
	}
a:hover { 
	color: #800080
	background-color: white;
	text-decoration: none;
	}
a:active { 
	color: #800080;
	text-decoration: none;
	}


