/* CSS Document  author: Eleanor Atrakji  */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #505050;
	margin: 0; 
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; 
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

p,li,td
{
	font-size:11pt;
	font-family:arial, helvetica;
	color:#000000;
	font-weight:normal;
	line-height:12pt;
	margin:0;
	
}

.small
{
	font-size: 10pt;
	font-family: arial, helvetica;
	font-weight:normal;
	color:#222222;
}

h1
{
	font-size: 14pt;
	font-family:arial, helvetica;
	font-weight:bold;
	color:#ff811c; 
	text-decoration:none;
}

h2
{
	font-size: 10pt;
	font-family: arial, helvetica;
	font-weight:bold;
	color:#ff6600;
	line-height: 3px;
	text-decoration:none;
}

.maintable
{
	background-image: url(images/the-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


/* ---------------------------------------------------------- */

a:link    
{
	color:#333333;
	font-weight:normal;
}
a:visited,a:active
{
	color:#333333; 
}
  
a:hover   
{
	color:#444444; }


