﻿body
{
	margin-top: 0px;
	margin-left: 0px;
	font-size: 12pt;
	font-family: Verdana;
	color: #696969;
	padding-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	text-align: center;
}
a {
	text-decoration: none;
}

a:visited {/* If the link has been clicked and visited, a different color appear (Optionl)*/

}

a:hover { /*When mouse over uunder line appear*/
	text-decoration: underline;
}
 
a:active
{
	/* Active Hyperlink*/
	color: #C19B28;
}
address
{
	font-weight:bold;
	color:Black;

}

/* End of Body */

/**************************** Tables Properities ***********************************/
table
{
	border-right: #0000ff 1px solid;
	border-top: #0000ff 1px solid;
	border-left: #0000ff 1px solid;
	border-bottom: #0000ff 1px solid;
	border: 0;
	text-align: center;
	padding:0;
	border-spacing:0;
	
	
}


