
/*** Global Stylesheet ***/

body
{
	text-decoration:none;
	font-weight:bold;
	font-size: 10pt;
	font-family: 'Times New Roman', serif;
	background-attachment: fixed;
	background-color: #a1a2a4;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	color: white;
}

a:link, a:visited, a:active, a:hover
{
	color: white;
	text-decoration : none;
	background-color:inherit;
	font-weight:bold;
}

a:hover
{
   text-decoration: underline;
}

table
{
	text-align: left;
	font-size: 10pt;
	color: white;
	background-color: #a1a2a4;
	font-weight:bold;
	border: none;
}

tr
{
	font-size: inherit;
	color:inherit;
	background-color:inherit;
	font-weight:inherit;
	text-decoration:inherit;
	border:none;
}
td
{
	font-size: inherit;
	color:inherit;
	background-color:inherit;
	font-weight:inherit;
	text-decoration:inherit;
	border:none;
}

#bigbox
{
  border-top: 1px solid white;
}