body
{	
	font-family :Century Gothic;
	font-size :10pt;
	color :Black
}
td
{
	font-family :Century Gothic;
	font-size :10pt;
	color :Black
}
hr
{
	color : LightGrey;
	height : 1px;
	list-style :solid
}
.tborder
{ 
	border: 1px;
	border-color: Gainsboro;
	border-style: solid;
}
.menu
{
	font-family :Century Gothic;
	font-size :8pt;
	color :DarkGray;
	cursor :hand
}
.menu1
{
	font-family :Century Gothic;
	font-size :10pt;
	color :Black;
	cursor :hand
}
.txt
{
	border: 1 solid LightGrey;
	background-color: #ffffff;
	color: #000000;
	font-family: Century Gothic;
	width: 100%;
	font-size :9pt;
}
.text
{ 
	font-size :10pt;
	color: #000000;
	font-family: Century Gothic;
}
.text1
{
	font-size :9pt;
	color: #000000;
	font-family: Century Gothic;
}
.text2
{
	font-size :7pt;
	color: Gray;
	font-family: Century Gothic;
}

.text3
{
	font-size :8pt;
	color: Gray;
	font-family: Century Gothic;
}
.text4
{
	font-size :10pt;
	color: Gray;
	font-family: Century Gothic;
}
.text5
{
	font-size :9pt;
	color: Gray;
	font-family: Century Gothic;
}
.button
{
	border: 0 solid LightGrey;
	background-color: Silver;
	color: DimGray;
	font-family: "Century Gothic";
	cursor: hand;
}

A 
{
	text-decoration: underline;
	color:blue; 
	
}

A:Hover 
{
	color:blue; 
	text-decoration: underline; 
	
}

A:Visited 
{
	text-decoration:underline;
	color:Purple ; 
}