/* CSS Document */
body	{
	background: #B7BA6C url(../bg.gif); /*A7BA6C;*/
	color: #333;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	}
	
h1	{
	line-height:130%;
	padding: 3px 7px;
	margin:0;
	font-size:13px;
	}

p	{
	line-height:130%;
	padding: 3px 7px;
	margin:0;
	font-size:11px;
	}

.footer {
	line-height:130%;
	padding: 3px 0 1px 0;
	margin:0;
	font-size:10px;
	text-align:center;
	font-weight:bold;
	}
	
li	{
	padding: 0 0 0 0;
	margin:0;
	font-size:11px;
	}
	
a:link {
	font-weight : bold; 
	text-decoration : none;
	color: #333;
	background: transparent; 
}

a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #333;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration: underline;
	color: #333;
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #333;
	background: transparent;  
	}
