table {
//font-weight: bold;

font-family: Verdana, sans-serif;
font:normal 12px Verdana;
color:rgb(144, 144, 144);
}

body
{
	font-family: Verdana,sans-serif;
	background-color: #ffffff;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	padding: 0px 100px 0 30px;
	//color:#090909;
//color:#090909;
color:rgb(144, 144, 144);

}

a:link
{
	text-decoration: none;
	color: #808080;
}
a:visited
{
	text-decoration: none;
	//color: #505050;
	color: #808080;
}
a:hover
{
	text-decoration: none;
	color: #505050;
	//color: #ff0000;
}

h1, h2, h3, h4, h5 { line-height:1em; }
h1 { font-size:180%; }
h2 { font-size:140%; }
h3 { font-size:120%; }
h4 { font-size:100%; }
h5 { font-size:100%; font-weight:normal; font-style:italic; }


